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 am still a beginner but everybody has to start...
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 me know if anything needs changed or if you would...
Here is my first powershell script :-P $strString = "Hello World" $i=100;do {$i--; "$i"} until ($i -eq 0) "" write-host $strString -ForegroundColor red
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 Script tomorrow provided it is quiet enough for...