Tuesday, February 5, 2013

Windows PowerShell ABC

How to Run Powershell Srcipt

http://technet.microsoft.com/en-us/library/ee176949.aspx

How to print message:

write-output "test1";
write-host "test2";
"test3";



No comments:

Post a Comment