Press "Enter" to skip to content

Enumeration Discovery in Powershell

Jeffery Hicks looks at an enumeration:

Earlier this Spring, I released a new function called Get-TypeMember. The function is in the PSScriptTools module. I wrote about that release here. This command is an alternative to Get-Member that includes more details. The other day I pushed a new version that makes it easier to identify properties that are enumerations.

Click through to see how it works.