Chris Stauffer at myITForum.com

You want me to do What?

Syndication

News

Links to blogs i like

Links

Browse by Tags

All Tags » PowerShell (RSS)
PowerShell Resources
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...

Posted by cstauffer | with no comments

Filed under:

ConfigMgr and SMS Powershell Script (Beta 1.3)
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...

Posted by cstauffer | with no comments

My First PowerShell Script
Here is my first powershell script :-P $strString = "Hello World" $i=100;do {$i--; "$i"} until ($i -eq 0) "" write-host ...

Posted by cstauffer | 4 comment(s)

Filed under:

Powershell Scripting
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...

Posted by cstauffer | 2 comment(s)

Filed under: