~/tags $ grep -l '#powershell' _posts/*
// #powershell
1 post tagged.
Two PowerShell Scripts for Windows Maintenance: Patch Everything and Scan Every Disk in Parallel
Two small scripts I use to keep a Windows machine patched and scanned. One updates every installed application with winget and prints a verified per-package summary. The other runs a Microsoft Defender full scan acros...