I'm starting to get into PowerShell, and figured I'd check to see who else out there is using it, and what resources there are out there.

So far, I've been looking through Microsoft's own sites on it, and have these bookmarked:

http://technet.microsoft.com/en-us/scriptcenter/dd742419.aspx
http://msdn.microsoft.com/en-us/library/aa973757(VS.85).aspx
http://blogs.msdn.com/PowerShell/

My long term goal is to try and use PowerShell instead of the older Cmd.exe based environment, both on my local machines and when scripting remote deployments. A few things have won me over so far, mostly due to common command parity between PowerShell and Unix commands. I've also run into quirks already, like invoke-item causing a network based app to not quite function properly.