Create combobox if input parameter has ValidateSet for PowerShell
Would be cool if input parameters using ValidateSet would show graphically as a drop down menu. Just like booleans do today.
Example:
[Parameter(Mandatory = $false)]
[ValidateSet('Domain','Group')]
[string] $UsersFromTenantDetectionMethod = [string]$('Domain')
Would create a combobox / drop down menu with two options, "Domain" and "Group"

Thanks for the valid suggestion. Your feedback is now open for the user community to upvote & comment on. This allows us to effectively prioritize your request against our existing feature backlog and also gives us insight into the potential impact of implementing the suggested feature.