Summary: Learn how to add multiple-line comments in Windows PowerShell.
How can I use Windows PowerShell to add a comment that will wrap over several lines
if I do not want to use a hash tag for each line?
Begin the comment with <# and end the comment with #>, for example:
<#
this is a
multiple line comment
#>