How do you comment out code in PowerShell (1.0 or 2.0)?
You use the hash mark like this
# This is a comment in Powershell
Wikipedia has a good page for keeping track of how to do comments in several popular languages
http://en.wikipedia.org/wiki/Comparison_of_programming_languages_(syntax)#Comments