Entries from June 2008 ↓

ErrorAction, Parameter

PowerShell ErrorAction Parameter

Like many other aspects of PowerShell, -ErrorAction kind of explains itself when you think of it. Basically it instructs PowerShell what action to take when an error occurs. The actions you can set are Continue (which is default), Stop, SilentlyContinue and Inquire. Let’s take a look. Continue reading →