Setup-Manager icon indicating copy to clipboard operation
Setup-Manager copied to clipboard

Add away to run mutliple policy triggers from a single action

Open charliwest opened this issue 5 months ago • 2 comments

It would be good to be able to create an array of policies to look something like this in the config:-

<dict>
	<key>icon</key>
	<string>https://url/</string>
	<key>label</key>
	<string>Basic Set up</string>
	<key>policy</key>
            <array>
	       <string>installDockutil</string>
	       <string>installDesktoppr</string>
	       <string>SetComputerName</string>
            </array>
</dict>

This way for one label we could run multiple smaller policies that don't need their own app icon or similar.

charliwest avatar Sep 17 '24 11:09 charliwest