Building A Dedicated Error Handler for PowerShell Automations
Introduction Error handling in PowerShell is typically managed through the try/catch/finally pattern; however, when building complex automations you may start to notice reoccuring error patterns a...