Efficient use of the Error variable.

I use PowerShell for almost all of my automation needs. And when i use them, i get errors. I usually perform bulk operations, that use an input file as the source of data. And i write a log file or an error log for each item i process. I use the $error variable to get […]

Read More Efficient use of the Error variable.