Starting out in powershell
Link to Install Powershell.
Printable documentation is really sparse (it includes a quickstart guide and a "user guide", which is missing lots of stuff), but the documentation within the powershell on individual commands is really very very good. I listed the powershell blogs I subscribing to below.. I've found them helpful at times, but it's kinda hit-or-miss. The biggest problem I've had is just discovering the basics of how to do things (how do I define a function, how do I make a .ps1 file that accepts parameters (param statement, just like in functions)). But it's totally worth it. Powershell roxors!
Good web pages:
- good first read
- awesome quick reference
- A few more powershell webpages I've tagged
- Script repository that's in its infancy, I haven't used it, but sysadmin/it types might find interesting
Official Blog RSS link
- http://blogs.msdn.com/powershell/rss.xml
Other Blogs RSS links I'm using right now:
- http://jtruher.spaces.live.com/feed.rss
- http://mybsinfo.blogspot.com/feeds/posts/default
- http://abhishek225.spaces.live.com/feed.rss
- http://monadblog.blogspot.com/feeds/posts/default