Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 609 Bytes

File metadata and controls

15 lines (9 loc) · 609 Bytes

-ErrorAction is ignored in favour of $ErrorActionPreference

The parameter ErrorAction of Invoke-Expression does not affect processing of errors in invoked expressions. These errors are processed according to the current $ErrorActionPreference.

Scripts