Private/Types/validators/MicrosoftHyperVConnectionType.generated.ps1
using namespace System.Management.Automation class MicrosoftHyperVConnectionTypeValidator : IValidateSetValuesGenerator { [string[]]GetValidValues() { return ('Console', 'ByName', 'ByID') } } |