What are some good resources for learning PowerShell scripting? [closed]
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.
Solution 1:
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.
Solution 2:
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).