$Justin Hoffmann

⚙️ PowerShell Automation

18 PowerShell scripts for network discovery, system health checks, and security auditing. If I do something by hand twice, it becomes a script.

PowerShellWindowsWMI/CIMGitGitHub
View on GitHub →

Overview

A toolkit for the tasks that come up over and over in MSP work: network discovery, system health checks, storage and security troubleshooting. Every script follows the same conventions — standard param blocks, CSV export, colored output — so they're easy to reuse.

Technologies Used

Highlights

Challenges

What I Learned

Runspaces versus simple loops makes an enormous difference for anything touching the network. And once a toolkit passes a handful of scripts, consistent conventions save more time than any single optimization.

← Back to all projects