PowerShell - Functions
How would you correctly define a mandatory parameter named
Environment that only accepts the values 'Dev', 'Test', or 'Prod' in a PowerShell function?