To make your script more understandable and provide a professional help of your script, you can add help to your script.
Add the following lines to the top of your script or add these lines to a function for extra explanation of the function.
<# .SYNOPSIS .DESCRIPTION .PARAMETER <parameter> .PARAMETER <parameter> .EXAMPLE .EXAMPLE .NOTES .LINK #>
Run your script once and then type the following command :
get-help <scriptname>
Latest posts by wvsandwijk (see all)
- [PS] How to validate VMWare ESX Certificates - September 7, 2018
- PoSH-Git : unable to start ssh-agent service, error :1058 - July 22, 2018
- [PS] Speedup VMWare PowerShell module - June 11, 2018