< # .SYNOPSIS This script demonstrates the confirmance level enum. .DESCRIPTION This script displays the values form the conformancelevel enum and checks it against a value. .NOTES ...
I’ve been reading Jeffrey Snover's discussions on ENUMs over on the PowerShell Team blog ( here , and here ). I knew most of this stuff and have been playing with Enums and PowerShell for a while. I’ve created a bunch of sample scripts...