Does your company have a lot of PowerShell scripts? Do they all follow the same template? No? You are not alone.
In my experience, troubleshooting scripts is much easier if all the scripts have the same look.
This script not only uses logging for errors, but can also be run in verbose mode so that the errors display in the PS session. Continue reading “PowerShell Template–Because we all want some sort of consistency!”