View Single Post
Old 11-07-2007   #3 (permalink)
Kiron


 
 

Re: Running powershell via exchange 2007

You can use the call operator '&' or '.\'

& $pwd\test.ps1
.\test.ps1

# the dot before the slash represents the current location

--
Kiron
My System SpecsSystem Spec