Few are aware of scripting with batch files, but people don’t use batch files much unless when working with mountainous tasks. Even fewer are aware of Windows Scripting Host (WSH), a scripting ...
PowerShell can save you a lot of time on Windows admin tasks, but to use it effectively you need to understand how it works. Here's a crash course in Windows PowerShell scripting basics to get you ...
I've been working on a Windows Scripting Host/VBS script to grab some logfiles from disparate remote servers, and then dissect/parse/report those logs into an Excel spreadsheet. (roll your own ...