Summary: Learn how to discover your current error action preference in Windows PowerShell.
How can I see the current value for my error action preference in Windows PowerShell?
Look at the value of the $ErrorActionPreference variable:
PS C:\> $ErrorActionPreference
Continue