Quantcast
Channel: PowerShell.org » All Posts
Viewing all articles
Browse latest Browse all 13067

Doubt on handling non-terminating error

$
0
0

Hi,

I've been reading "The big book of PowerShell error handling" since Don Jones indicated it to me.

On page 9, the author says:
"A value of SilentlyContinue only adds the error to the $Error variable; it does not write the error to the Error stream (so it will not be displayed at the console)."

So I'm trying to do this on Office 365:

It wasn't supposed to have 1 error?
Try/Catch/Finally won't work since it's a non-terminating error.


Viewing all articles
Browse latest Browse all 13067

Trending Articles