I've always been the batch file guy wherever I go. I had a .bat script for almost every situation: cleaning a folder, temporarily zipping files, and quick server checks. I could do so much with .bat ...
When writing PowerShell scripts, in a perfect world, we'd all just use cmdlets and functions. After all, the batch file days are behind us! Unfortunately, that's not always possible or even the best ...