Skip to content

Instantly share code, notes, and snippets.

@grahampugh
Created May 13, 2022 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grahampugh/951681d659213a840b2a61547935f8d3 to your computer and use it in GitHub Desktop.
Save grahampugh/951681d659213a840b2a61547935f8d3 to your computer and use it in GitHub Desktop.
PolicyTemplate for a standard JSS recipe
<policy>
<general>
<name>Install Latest %PROD_NAME%</name>
<enabled>true</enabled>
<frequency>Ongoing</frequency>
<category>
<name>%POLICY_CATEGORY%</name>
</category>
</general>
<scope>
<!--Scope added by JSSImporter-->
</scope>
<package_configuration>
<!--Package added by JSSImporter-->
</package_configuration>
<scripts>
<!--Scripts added by JSSImporter-->
</scripts>
<self_service>
<use_for_self_service>true</use_for_self_service>
<install_button_text>Install %VERSION%</install_button_text>
<self_service_display_name>%PROD_NAME%</self_service_display_name>
<reinstall_button_text>Reinstall %VERSION%</reinstall_button_text>
<self_service_description>%SELF_SERVICE_DESCRIPTION%</self_service_description>
</self_service>
<maintenance>
<recon>true</recon>
</maintenance>
</policy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment