26 lines
793 B
Plaintext
26 lines
793 B
Plaintext
<#
|
|
Use this header template for future modules. Not all parameters are required, this is merely a guide.
|
|
#>
|
|
|
|
<#
|
|
.SYNOPSIS
|
|
A summary of how the script works and how to use it.
|
|
|
|
.DESCRIPTION
|
|
A long description of how the script works and how to use it.
|
|
|
|
.NOTES
|
|
Information about the environment, things to need to be consider and other information.
|
|
|
|
.COMPONENT
|
|
Information about PowerShell Modules to be required.
|
|
|
|
.LINK
|
|
Useful Link to ressources or others.
|
|
|
|
.Parameter ParameterName
|
|
Description for a parameter in param definition section. Each parameter requires a separate description. The name in the description and the parameter section must match.
|
|
|
|
.Example
|
|
This is where you would show the user how to use the module. iE: Module-Name <args>
|
|
#> |