Tools June 16, 2026
WorkStation Builder — One Command, Full Install
Every time I set up a new machine, I go through the same ritual. Open a browser. Download Git. Open another tab. Download VS Code. Realize I forgot PowerShell 7. Find that. Remember winget isn't registered yet. Tab. Tab. Tab. It's not hard — it's just tedious. And repeatable tedium is exactly what scripting is for.
Informational March 16, 2020
Automated Windows 10 build using Boxstarter, Chocolately & PowerShell
I am an IT guy, and as such, I have numerous devices that I am constantly poking and prodding at. This at times has left me in a pinch, where i'm no doubt (like a fool) - testing s…
Tutorials October 23, 2019
Learning Ansible from the ground up.
Ansible (As defined by wikipedia) is an open-source software provisioning, configuration management, and application-deployment tool. It runs on many Unix-like systems, and can con…