There are a couple of very easy ways to get a find enum values in PowerShell. Enums are often used when choosing an option as a parameter in a PowerShell command. This article shows you exactly how to get those values for any enumerated list type (called “enum”). The easiest way to find enum…

How To Run Scripts With PowerShell
If you’re new to PowerShell, some of the first things you’ll want to do are find your way around, find the commands, aliases. Some of the concepts, like figuring out the pipe, and how to use it, can be a struggle. Before long, though, you’re going to start getting used to it, and then you’ll…
Read more »