I created a Task in the Scheduler, looks like this,
powershell.exe -ExecutionPolicy Bypass -File "C:\Users\Andrew\Documents\PowerShell\testrun.ps1"
testrun looks like this,
Start-Process outlook.exe
It does not work, any ideas?
Thanks
I created a Task in the Scheduler, looks like this,
powershell.exe -ExecutionPolicy Bypass -File "C:\Users\Andrew\Documents\PowerShell\testrun.ps1"
testrun looks like this,
Start-Process outlook.exe
It does not work, any ideas?
Thanks