Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Start-Process

$
0
0

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

 

 


Viewing all articles
Browse latest Browse all 6937

Trending Articles