Welcome to the PowerShell Toolset for Windows Server Administration and VBScript Repository — a curated collection of automation scripts by @brazilianscriptguy for secure, compliant, and scalable Windows infrastructure management.
✨ Most tools include intuitive graphical user interfaces (GUI), generate structured
.logfiles, and many also export.csvaudit reports.
Purpose-built for critical IT service domains:
- 🧪 Forensic readiness: Artifact collection, Event Log parsing, and breach detection support
- ⚡ PowerShell-driven automation: Secure scripting patterns with reusability and CI support
- 🔐 Server & workstation hardening: Enforces institutional baselines, including firewall, DNS, and GPO policies
- 👤 IAM & domain readiness: Tools for AD objects, logon behavior, SID tracking, and offline logon caching
- 📋 Registry + GPO integration: Leverages native Windows
.reg,.vbs, and.htato maintain compliance
- 🖼️ GUI-driven interfaces: Interactive tools with guided automation
- 📝 Standardized logging: Detailed
.logoutputs stored in consistent directories - 📊 CSV audit reports: BIOS, SID, OS posture, update status, and software inventory exports
- 🧩 Modular design: Reusable components with parameters and consistent conventions
- 🔁 Release automation: GitHub Actions for linting, packaging, and NuGet publishing
- 🛡️ Zero third-party binaries: Built to remain native to the Windows ecosystem
| Requirement | Minimum Version / Notes |
|---|---|
| PowerShell | Windows PowerShell 5.1 (built-in) or PowerShell 7.x recommended |
| Operating System | Windows 10/11 (Workstation), Windows Server 2019/2022 |
| Execution Policy | Recommended: RemoteSigned (avoid Unrestricted unless required by your environment) |
| Administrator Rights | Required for many .ps1, .hta, and registry-modifying .vbs tasks |
| .NET Framework | 4.8 recommended (for legacy GUI components); Windows 11 commonly includes modern runtimes |
| Optional Tools | Git (for git clone), VS Code (recommended), Task Scheduler for automation |
| File Type | Execution Method |
|---|---|
.ps1 |
Right-click → Run with PowerShell (or run from an elevated terminal) |
.vbs |
Run via cscript.exe (recommended) or double-click for wscript.exe |
.hta |
Double-click (run as administrator when required) |
| Path | Purpose |
|---|---|
C:\ITSM-Logs-WKS\ |
Workstation automation logs |
C:\ITSM-Logs-SVR\ |
Server-side execution logs |
C:\Scripts-LOGS\ |
GPO sync, agent deployment, antivirus logs |
C:\Logs-TEMP\ |
General-purpose and legacy script output |
💼 Thank you for using Windows-SysAdmin-ProSuite — your trusted toolkit for automating administrative tasks, enforcing security policies, and supporting ITSM excellence across public-sector or enterprise infrastructure.
© 2026 Luiz Hamilton. All rights reserved.