2011-07-03

Schedule Task Syntax VBS & Powershell

cscript "C:\scripts\SomeScript.vbs"

 

powershell -command "& {C:\scripts\Get-SomeThings.ps1}"

 

No comments:

Post a Comment