[CmdletBinding()] is missing on PoSh Function definition
SirHenryIII opened this issue · 0 comments
SirHenryIII commented
Please add [CmdletBinding()] to the function definition to allow PsDefaultParamaterValues to work with your module.
function New-Password { [cmdletbinding()] param(