comments powershell code example
Example: powershell comment
Single line comment:
# This is a comment
For PowerShell v2 and newer you can do also multiline comments:
<#
This
is
a multiline
comment
#>
Single line comment:
# This is a comment
For PowerShell v2 and newer you can do also multiline comments:
<#
This
is
a multiline
comment
#>