Archive | April, 2016
-
Microsoft PowerShell and Nested Try/Catch
On a recent project, I learned something new about PowerShell’s Try/Catch. You can nest another Try/Catch in the Catch of the first Try/Catch. When I showed this to my PowerShell mentor, he said
April 15, 2016
0 Comments