
Greetings! Here is a tip on how to suppress non terminating errors in your PowerShell scripts. First you should understand what a non terminating error actually is. These are errors that do not stop the Cmdlet processing. For example, if you are trying to remove a machine from Active Directory that does not exist you […]