Posted on 09-20-2023 09:00 PM
Can anyone advise what would happen if a policy name was changed? For example, if I needed to rename "10-Install Chrome" to "210-Install Chrome", would it remove the package that was installed by the first policy and reinstall the same package under the 2nd policy? And am I correct in assuming that removing a policy does NOT remove the installed app?
We're renaming them so that we can properly sequence the policies (e.g. anything with 0XX are pre-app installations, anything with 1XX are required app installations, anything with 2XX are for specific labs, etc).
Solved! Go to Solution.
Posted on 09-21-2023 12:55 AM
@myu - Changing the Policy Display Name will the affect anything except the sequence will be changed when the policy is triggered next time. The previously deployment gets affected / package will be installed again only when you flush the policy logs.
Hope this is helpful. Let me know if you have any question. Thank you.
Posted on 09-21-2023 05:42 AM
Renaming any object of a policy, will not effect any other object of the policy. You can change the policy name to your hearts content and it wont effect the payloads. To the same effect you can rename a package, and it will just reflect the new package name in the police.
Posted on 09-21-2023 12:55 AM
@myu - Changing the Policy Display Name will the affect anything except the sequence will be changed when the policy is triggered next time. The previously deployment gets affected / package will be installed again only when you flush the policy logs.
Hope this is helpful. Let me know if you have any question. Thank you.
Posted on 09-21-2023 05:42 AM
Renaming any object of a policy, will not effect any other object of the policy. You can change the policy name to your hearts content and it wont effect the payloads. To the same effect you can rename a package, and it will just reflect the new package name in the police.
Posted on 09-28-2023 02:10 PM
Thank you!