Author : MD TAREQ HASSAN | Updated : 2023/03/16

Single line comment

Syntax: #

# this is a single line comment

#
# Another single line comment
#

Multiline comment

Syntax: <# #>

<#
 this is
   a multiline
    comment
#>

Documentation comment

See: PowerShell doc comment