Judging by what I’m seeing on the internet PowerShell is simply the best thing since sliced bread. In the recent boot camp that I attended it was also evident that the power derived from using the cmd line utility is simply something that any administrator worth their salt should get to know.
I recently came across a bug in beta 2 whereby the CSS stylesheet assignment does not work for non-publishing site collections. Sadly, I have not had the time to resolve it, but what I did come across during my research was a command that will output all the PowerShell commands to a *.txt for your review. Having all the commands on hand will allow you to review what you need to execute etc. It is unfortunately not a help file, but once I find something similar I will for sure post that also.
Here is the command:
Get-Command –PSSnapin “Microsoft.SharePoint.PowerShell” | format-table name > C:\SP2010_PowerShell_Commands.txt
Thanks to sptwentyten for the very informative command post.


