Add a parameter section to the comment-based help to describe the parameters to be passed in. e.g: <# ... .PARAMETER ComputerName The name of the target computer. ... # >
Add a parameter section to the comment-based help to describe the parameters to be passed in.
e.g:
<#
...
.PARAMETER ComputerName
The name of the target computer.
...
>