Remote Hub
Jack of all trades, master of some
Wednesday, May 27, 2020
How to Comment Out Code in PowerShell Script
o comment out a single line, put '#' in the beginning:
To comment out multiple lines, put <# at the beginning and #> at the end of code.
Newer Post
Older Post
Home