Another new feature in PowerShell v.2 is the introduction of a new block comment. Basically, anything you place between <# and #> will be treated as comment and ignored by PowerShell. This makes marking multiple lines as comment very easy. Just be aware that block comments are new in v.2 and will make your scripts incompatible with v.1.