PowerShell Team

Automating the world one-liner at a time…

-ErrorAction SilentlyContinue => -EA 0

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