PS script deployed via GPO not installing
Eric Ma
0
Reputation points
Hello experts,
I could use some help determining why a PS script deployed via Group Policy is not applying. I suspect it is due to the ExecutionPolicy restriction however I have attempted to bypass in the script parameters as well as adding the bypass to the script itself (Set-ExecutionPolicy Bypass -Confirm:$false -Force).
GPResult shows the server is applying the policy, but the script does not run. Included in the script is a log output, but no log is saved so I am suspecting the GPO is applying but the script never runs. The servers are 2019. Any suggestions?
Thanks,
Eric
Sign in to answer