Skip to content

Latest commit

 

History

History

ErrorAction

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Invoke-Expression 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