function Get-Something( ValidateSet("value 1", "value 2", "value etc")] $parameter) { Write-Host "hi" }
No comments:
Post a Comment