19

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.

David Schmitt
  • 2,165
  • 2
  • 15
  • 25
dmo
  • 2,100
  • 1
  • 16
  • 22

14 Answers14

7

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.

Abs
  • 320
  • 3
  • 8
6

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).

dmo
  • 2,100
  • 1
  • 16
  • 22
4

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

Terry
  • 1,073
  • 1
  • 11
  • 17
3

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

3

I liked these two books:

Also, check out these sites:

aphoria
  • 314
  • 4
  • 7
3

I would recommend the following eBooks and eBooklets:

aleksandar
  • 319
  • 2
  • 2
2

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

John D. Cook
  • 151
  • 3
1

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).

1

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

BlueGene
  • 2,191
  • 9
  • 29
  • 33
1

Try the Scripting Guy http://www.microsoft.com/technet/scriptcenter/resources/qanda/sept06/hey0926.mspx

MarlonRibunal
  • 283
  • 1
  • 3
  • 8
1

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.

Luke Quinane
  • 717
  • 1
  • 9
  • 20
0

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.

Kevin Colby
  • 1,760
  • 10
  • 14
0

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.

Doug Chase
  • 753
  • 3
  • 12
  • 22
0

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

The CTP is currently available, more information here.

CPU_BUSY
  • 2,322
  • 17
  • 17