Are there online resources or books that you would recommend as an introduction to PowerShell scripting? The resources I've found primarily focus on interactive use.

link|improve this question

50% accept rate
feedback

14 Answers

Book-wise, I recommend both Windows PowerShell in Action by Bruce Payette and Windows PowerShell Cookbook by Lee Holmes. Payette's book is more of a deep dive into how PowerShell works, and the "Cookbook" is all about solving specific problems.

link|improve this answer
feedback

I found this site:

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

which seems to have some good information (via the links on the right sidebar).

link|improve this answer
I found this site horrible to navigate. – Simon Hartcher May 17 '09 at 9:26
feedback

I was going to say the PowerShell Guy. Cannot go wrong with a MVP.

link|improve this answer
feedback

You might look at a couple of the free e-books available as well, such as the two listed below. Effective Windows Powershell and The eBooklet Series: An Introduction to Microsoft PowerShell

link|improve this answer
feedback

I liked these two books:

Also, check out these sites:

link|improve this answer
feedback

I would recommend the following eBooks and eBooklets:

link|improve this answer
I have especially enjoyed Mastering Powershell. – Mike Shepard May 29 '09 at 14:00
feedback

PowerShellCommunity.org is a portal to all kinds of PowerShell resources.

link|improve this answer
+1 for PowerShellCommunity.org – Steven Murawski May 5 '09 at 18:25
feedback

Ars technica has an introductory article from when Powershell was still in beta and called Monad. It covers most of the basics and was a good starting point for beginners.

I also found dzone's Powershell cheat sheet handy.

link|improve this answer
feedback

Take a look at www.powershell.com. They have a very good and a comprehensive free e-book called Master-Powershell

link|improve this answer
feedback

You can get started now with a free eBook titled 'Mastering PowerShell'. The eBook was written by long time Windows PowerShell MVP Dr. Tobias Weltner and can be found on www.powershell.com in HTML or as a downloadable .pdf.

Look for an updated version of Mastering PowerShell on www.PowerShell.com very soon. The updated eBook will include Windows PowerShell v2 information and will be free to all members of www.powershell.com (membership to the community site is also free).

link|improve this answer
feedback

It might be worth concentrating on Powershell 2.0 as it will be released soon.

The CTP is currently available, more information here.

link|improve this answer
feedback

I strongly recommend #powershell on the FreeNode IRC Network. Several of the MVPs are in regular attendance and questions tend to get quick and excellent answers that include not only how by why.

link|improve this answer
feedback

The PowerScripting Podcast is pretty good; polished and listenable. I second PowerShell In Action, too. Great book.

We are starting a Script Club here, too - getting together and scripting with a bunch of other geeks is a great way to bounce ideas around and learn.

The BEST way to learn is to get your hands dirty. Pick a task and work through it, Googling as necessary. As new as PowerShell is, there are TONS of great blogs and resources out there.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.