A brief description of the function or script.
.PARAMETER FirstParameter
Description of each of the parameters.
To make it easier to keep the comments synchronized with changes to the parameters,
the preferred location for parameter documentation comments is not here,
but within the param block, directly above each parameter.
.PARAMETER SecondParameter
Description of each of the parameters.
Description of objects that can be piped to the script.
Description of objects that are output by the script.
Example of how to run the script.
Links to further documentation.
Detail on what the script does, if this is needed.