Showing results for Enum - PowerShell Team

Dec 14, 2008
0
0

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
0
0

-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