PowerShell Quickstart [closed]

Solution 1:

http://technet.microsoft.com/en-gb/scriptcenter/default.aspx

Massively useful for all forms of scripting. In the past I learned VBScript and WMI through the Script Center, and it now has a lot of useful stuff on Powershell scripting.

JR

Solution 2:

books:

I would start with this one.

Effective Windows PowerShell: The Free eBook

These two books are more advanced.

Windows PowerShell in Action
A great source of information, the definite reference for PowerShell.

Windows PowerShell Cookbook
This Cookbook provides hundreds of tested scripts that you can use right away to administer Windows systems.