Hi All ,
I'm running a powershell logon script via GPO , this powershell script runs and I see event viewer logs I set to be added , but when this powershell script runs it is supposed to call another hta script and that never happens .
I'm calling the hta script using the function "Invoke-item"
Surprisingly everything runs fine when I launch it manually but never run when I set as logon script.
no administrative permissions are required and paths exist and working. , I think something else is blocking launching hta , probably another GPO setting that i need to configure
I tried to set a delay for running scripts but that didn't help
thoughts ?