Profession: IT General Contractor
Microsoft MVP in Windows Server: Admin Frameworks (Powershell)
https://mvp.support.microsoft.com/profile/BrandonStrong Competencies: Directory Services, Powershell, Automation, Design, Citrix XP/4.0/4.5
Core Competencies: General Scripting, Network Security, VBscript, Batch, SQL,VMWare
Blog:
http://www.bsonposh.comGetting Started with Powershell?
http://www.powershellcentral.comCommunity Sites
http://www.powershellcommunity.orghttp://www.powershellcentral.comPowershell Guide:
http://www.codeplex.com/PsObject/Wiki/View.aspx?title=PSH%20Community%20Guide&referringTitle=HomeBooks
Powershell in Action
http://www.amazon.com/Windows-PowerShell-Action-Bruce-Payette/dp/1932394907/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1203961635&sr=1-1Windows Powershell Cookbook
http://www.amazon.com/Windows-PowerShell-Cookbook-Exchange-2007/dp/0596528493/ref=pd_bbs_sr_3?ie=UTF8&s=books&qid=1203961635&sr=1-3Powershell TFM
http://www.amazon.com/Windows-PowerShell-v1-0-TFM-2nd/dp/0977659763/ref=sr_1_7?ie=UTF8&s=books&qid=1203961635&sr=1-7FREE! Quest AD CMDLets
http://www.quest.com/activeroles-server/arms.aspxGreat Powershell and Group Policy Tool
http://www.specopssoft.com/powershell/PowerGUI
http://www.powergui.orgGood Info
Effective PowerShell Series
http://keithhill.spaces.live.com/blog/cns!5A8D2641E0963A97!788.entryHere are some helpful commands for powershell
PS> Get-help Set-ExecutionPolicy -full
PS> Get-help Get-Command -full
PS> Get-help Get-Member -full
PS> Get-help Foreach-object -full
PS> Get-help where-object -full
Note: If you'd like some help learning Powershell or you're struggling with some concepts -- feel free to contact me through a post or via my blog. I am happy to spend what spare time I have helping you learn but I would like be clear on one aspect of that -- I want to help you LEARN, not do your job for you. I will NOT simply write script after script if I don't think the underlying goal is education. I will happily spend hours assisting anyone if I believe I can help them gain a better understanding through the solution/script I provide but I will not waste even 5 minutes if I believe the goal to be the easy way out (you know who you are ;0).