Template/PowerShell/Modules/Template_Cmdlets/HowTo.txt

1. Copy this module and named with a new module name. Suggest to add postfix "Cmdlets" for this kind of cmdlets script based module.
2. Rename the "ModuleName.psm1" to "<ModuleName>.psm1". Please make sure this <ModuleName> the same as the module folder name
3. Add cmdlet script which will be auto exposed as a cmdlet in the module. The cmdlet script must meet below requirements so that it can be auto exposed
    a. The file extension is ".ps1"
    b. The file name must starts with "<verb>-"