Category

PowerShell

69 articles
Scripts

Track Hotfix/Patch Installation

What’s the best way to track when and which hotfixes/patches were applied? It’s an endless debate amongst IT pros. Some would like to do it…

· 1 min read
Scripts

VBScript | SELECT CASE statement

Rather than using too many IF-THEN conditions to check a value and take action, you are better off using the SELECT CASE condition. It produces…

· 1 min read