There are three variables that maintain error information. $error = maintains the last x number of errors $ErrorActionPreference = What happens on error $ErrorView = Verbosity of errors
You can also use trap.
Good Info on Error Handling http://blogs.msdn.com/powershell/archive/2006/04/25/583241.aspx http://blogs.msdn.com/powershell/archive/2006/06/21/641010.aspx http://msdn2.microsoft.com/en-us/library/ms714414.aspx
"IT Staff" <jkklim[ at ]hotmail.com> wrote in message news:OSr8qIPxHHA.1484[ at ]TK2MSFTNGP06.phx.gbl...
[Quoted Text] > What is the powershell of "on error resume next" > > What are the error cmdlets i can note of ? >
|