Check out my bio for more PowerShell materials.
In this short video I'll show you the following:
a non-terminating error
how to make any error a terminating error
The $ErrorActionPreference Variable
How to handle errors with Try, Catch and Finally statements
The $Error object
Get-Error cmdlet
How to handle application errors with the $LastExitCode variable