Now that I have had a chance to play with PowerShell V1, I though I would do a blog on different resources that I found usefull in my learning PowerShell...
I put together this PS script to check information on my ConfigMgr 2007 Servers. It can also be used on the SMS 2003 servers. Please review it and let...
Here is my first powershell script :-P $strString = "Hello World" $i=100;do {$i--; "$i"} until ($i -eq 0) "" write-host ...
Since I just finished reading the book for powershell that I got at MMS I will be adding Powershell scripts to my blog. I hope to have my first SMS/SCCM...