Showing tag results for Enum

Dec 14, 2008
Post comments count0
Post likes count0

What the Heck is an ENUM?

Radhika Tadinada
Radhika Tadinada

In my latest post Explore your [Environment] I said the following: PS> [System.Environment+SpecialFolder] IsPublic IsSerial Name                                     ...

HowToSystem.EnvironmentEnum
Mar 29, 2008
Post comments count0
Post likes count0

-ErrorAction SilentlyContinue => -EA 0

PowerShell Team
PowerShell Team

In PowerShell, we draw the distinction between terminating and non-terminating errors.  The way to think about the distinction is a what should happen if I pipeline a set of objects to an operation.  There are certain errors which mean that there is little to no change that any subsequent object could be processed correctly (for instance ...

Enum