Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the best resources for learning Windows PowerShell? [duplicate]

Tags:

powershell

I'm looking to learn Windows PowerShell. Can someone give me some really good references on where to start?

like image 820
Micah Avatar asked Jan 08 '09 21:01

Micah


1 Answers

Search the web for some base tutorials on how to start. Once you are comfortable branch into the sites showing examples. Keep in mind that PowerShell is very similar to C# and uses the .net Framework. Starting with these technologies will help further your 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

like image 83
Aaron Avatar answered Oct 17 '22 16:10

Aaron