Skip to main content

Windows Scripts

PowerShell automation scripts for Windows system administration and security

Production-ready PowerShell scripts for Windows environments. All scripts include comprehensive error handling, logging, and security best practices.

Categories

Emergency Response

Critical incident response tools for compromised systems and security events. These scripts perform immediate containment, forensic collection, and remediation actions.

Quick Fixes

Common troubleshooting scripts for Windows issues. Fast solutions for network problems, print spooler errors, system file corruption, and Windows Update failures.

Requirements

Most Windows scripts require:

  • Administrator privileges
  • Windows PowerShell 5.1 or later
  • Windows Server 2012 R2 / Windows 10 or later

Specific requirements are documented in each script’s page.

Getting Started

All scripts are hosted on GitHub and can be downloaded directly or cloned via git:

git clone https://github.com/Glyph-SH/msp-scripts.git
cd msp-scripts/windows

License

All scripts are released under the MIT License. See individual script pages for full license terms.