Thread
:
Running powershell via exchange 2007
View Single Post
11-07-2007
#
3
(
permalink
)
Kiron
n/a posts
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 Specs
Kiron