Effective Error Handling in PowerShell Scripting
There are two typical cases we meet almost everyday while writing PowerShell scripts. Seeing red-coloured error messages is the one and number of result messages displayed on the screen is the other. Have you ever thought you wanted to see nothing or, at least, minimise those messages? In this post, we are going to run a few tricks not to see those error (or unwanted) messages for your happy PowerShell scripting.
Hiding Execution Messages
By design, PowerShell shows result messages after running cmdlets.… [Keep reading] “Effective Error Handling in PowerShell Scripting”