I have a GPO set up to push a scheduled task via computer config. Action is (start a program):
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
Arguments:
-nologo -noprofile -noninteractive \\DOMAIN\SysVol\DOMAIN\Policies\`{6C8BEF28-CEF8-4608-B59F-59D4356BBC42`}\Machine\Scripts\PSScript.ps1
Run as:
NT AUTHORITY\SYSTEM
run with highest privileges
Also checked box to allow task to run on demand. The task is not showing up on any computer that the GPO is applied to. Any ideas?