autopkg / almenscorner-recipes

AutoPkg recipes for Munki and Intune
Apache License 2.0
2 stars 1 forks source link

Add option to assign to All Users and Devices #3

Closed almenscorner closed 7 months ago

almenscorner commented 7 months ago

With this new option, the "All Users" and "All Devices" assignment options can be used in overrides using a new key in assignment_info:

<key>assignment_info</key>
<array>
    <dict>
        <key>all_assignment</key>
        <string>AllUsers</string>
        <key>intent</key>
        <string>Available</string>
    </dict>
    <dict>
        <key>all_assignment</key>
        <string>AllDevices</string>
        <key>intent</key>
        <string>Required</string>
    </dict>
</array>