simshadows

Windows SysAdmin Cheatsheet

Package Management with Chocolatey

Install Chocolatey from here.

# Install `firefox`
choco install firefox

# Update all packages
choco upgrade all

# List all installed packages
choco list

Network Auditing

ipconfig
route PRINT
tracert 8.8.8.8

(TODO: There’s probably a better way to phrase this. “Specificity” isn’t a very techically correct term, but it makes sense in my head.)