Properly using try/catch to handle errors
Error handling is easily one of the most overlooked things about Powershell in my opinion, it seems like I see a ton of well written scripts with just improper error handling, but why? It’s actually not that hard of a concept, until you aren’t sure whether or not something produces a terminating error… Unless you know 1 extremely simple tip…