Skip to content

03 How to Deploy UEX Policies

Ayla Abbott edited this page Feb 16, 2020 · 2 revisions

Connect up your UEX Policies

Highly recommended to avoid unwanted behavior

Key Components

Main UEX Recipe with all the interaction instructions

  • Uses a custom event name to be called by other policies

Package Caching Policy with all the packages required

  • Uses the custom Event name + "_cache" so that it will cache if needed

Creating Deployments

  • Create your policy scope however you need
  • use the 00-UEX-Deploy-via-Trigger.sh script
  • Insert the Custom event name for the UEX policy you wish to run in Parameter 4
  • For recurring policies Do not set the execution frequency to more that 1 day
  • This will avoid overlap of the a user's chose postpone

Creating Self Service Policies

  • Create your policy scope however you need
  • use the "00-UEX-Install-via-Self-Service.sh" script
  • Insert the Custom event name for the UEX policy you wish to run in Parameter 4
    • Add the policy to Self Service
    • NOTE: If you are making unique policies for updates or uninstalls then you use the 00-UEX-Update-via-Self-Service.sh or 00-UEX-Uninstall-via-Self-Service.sh respectively. This will tweak the language in the dialogs to be more accurate.