Fun with Errors
In the online PowerShell class I’ve been doing this week we’ve been discussing error handling. I explained that the built-in $error variable is an array that stores recent PowerShell exceptions. Here’s a quick list of fun things you can do…
Read More