10: What is the expected behavior on Windows 10 when you MODIFY an existing PolicyPak Scripts script?
Feb 15, 2021
1806
If you modify a script using the MMC or in-cloud editor, then the compute re-processes the new script, the following will occur:
Step 1: The REVERT script is run, if present.
Step 2: The newly changed script is then run.
Here’s an example:
- If you used PolicyPak Scripts and used it to deploy 7zip from
\\server\share
- AND you have a REVERT script to Uninstall it...
- THEN you change deploy script to change the location of 7Zip to
\\newserver123\newshare123
Then the expected behavior should be:
Step 1: The REVERT script is run (7zip uninstalls).
Step 2: The newly changed script is then run (7zip reinstalls).
This will all occur in the same processing cycle, and should not take several GPupdates or PolicyPak Cloud syncs.