Private/Types/validators/PasswordGeneratorMode.generated.ps1
using namespace System.Management.Automation class PasswordGeneratorModeValidator : IValidateSetValuesGenerator { [string[]]GetValidValues() { return ('Default', 'SpecifiedSettings', 'HumanReadable', 'Pattern', 'Pronounceable', 'Strong') } } |