Steps to reproduce Create a module file (*.psm1) and add the following code block. Attempt to call Test-ValidateSet -Item 'Hello' from PowerShell class ValidateSetTest : ...