A short description of the PowerShell Module or Script.
A verbose description of the PowerShell Module or Script.
Describe how to use this module, such as requirements, downloading, initializing variables, etc...
To use this module, download the repository and import the module with the provided syntax in PowerShell v[Version #] or higher.
Import-Module .\[ModuleName].psm1
Describe use of [Function Name]
Verb-FunctionName -ParameterRequired <Argument_Type> [-ParamenterOptional <Argument_Type>] ... [-ParameterLast <Argument_Type>]
Description of the parameter with any requirements or exceptions listed.
...[Additional Parameters]...
Description of the parameter with any requirements or exceptions listed.
Verb-FunctionName -ParameterRequired 'Value' -ParameterOptional 'Value' ... -ParameterN 'Value'
Description of what the function does in this example.
...[Additional Examples]...
Verb-FunctionName -ParameterRequired 'Value' -ParameterOptional 'Value' ... -ParameterN 'Value'
Description of what the function does in this example.
...[Additional Functions]...
Describe how to use this script, such as requirements, downloading, initializing variables, etc...
To use this script, download the repository and execute the script with the provided syntax in PowerShell v[Version #] or higher.
.\PowerShellTemplate.ps1 [-Parameter1] <Argument1> ... ([-ParameterN] <ArgumentN>)
Description of the parameter with any requirements or exceptions listed.
...[Additional Parameters]...
Description of the parameter with any requirements or exceptions listed.
PS> Path\ScriptName.ps1 -ParameterRequired 'Value' -ParameterOptional 'Value' ... -ParameterN 'Value'
Description of what the script does in this example.
...[Additional Examples]...
PS> Path\ScriptName.ps1 -ParameterRequired 'Value' -ParameterOptional 'Value' ... -ParameterN 'Value'
Description of what the script does in this example.
Copyright (c) [Year], [Company] and/or [Full Name] - All Rights Reserved
Name: [Repository Title]
Author: [First Name] [Last Name]
First Version: [Version #] - [Alpha|Beta|Release Candidate|Release]
Created Date: [Year]-[Month]-[Day]
TODO: [Any ToDos]