Pages

Tuesday, May 1, 2012

Multiline comments in PowerShell Scripts


As we all know by placing # in starting of the line in PowerShell script, we can comment single line.

Now for making multiline comments, we need to use below block.

e.g.

<# 
Comments line

Goes here…
#>

No comments:

Post a Comment