What are the best resources for learning Windows PowerShell?

I want to learn Windows PowerShell. Can someone give me really good recommendations on where to start?

+6
powershell
source share
2 answers

Search the web for some basic tutorials on how to get started. As soon as you get a convenient thread on the sites with examples. Keep in mind that PowerShell is very similar to C # and uses the .net Framework. Starting with these technologies, you can continue learning in PowerShell.

PowerShell Pro http://www.powershellpro.com/powershell-tutorial-introduction/

Basic commands and examples http://weblogs.asp.net/steveschofield/archive/2007/01/25/basic-powershell-examples-couple-useful-commands.aspx

The PowerShell Guy http://thepowershellguy.com/blogs/posh/archive/2007/03/31/powershell-examples-used-on-ars-technica.aspx

+2
source share

I find the podcast http://powerscripting.wordpress.com/ is pretty good. It will not teach you every syntax that you need to know, but it’s good as an introduction, if you use it, you begin to listen to the episodes from the very beginning.

0
source share

All Articles