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.
✨ All tools include intuitive graphical user interfaces (GUI), generate structured
.log
files, and many also export.csv
audit reports.
Purpose-built for critical IT service domains:
- 🧪 Forensic Readiness: Artifacts, Event Log parsing, breach detection
- ⚡ PowerShell-Driven Automation: Secure scripting with reusability and CI support
- 🔐 Server & Workstation Hardening: Enforces institutional configurations and firewall, DNS, and GPO policies
- 👤 IAM & Domain Prep: Tools for AD objects, logon behavior, SID tracking, and offline login caching
- 📋 Registry + GPO Integration: Uses native Windows
.reg
,.vbs
, and.hta
to maintain compliance
- 🖼️ GUI-Driven Interfaces: Interactive scripts with guided automation
- 📝 Standardized Logging: Detailed
.log
outputs in structured directories - 📊 CSV Audit Reports: BIOS, SID, OS state, update status, software inventory
- 🧩 Modular Design: All scripts are reusable, adaptable, and parameterized
- 🔁 Release Automation: GitHub Actions for linting, packaging, NuGet publishing
- 🛡️ Zero Third-Party Binaries: 100% native to Windows OS ecosystem
Requirement | Minimum Version / Notes |
---|---|
PowerShell | 5.1 (Windows built-in) or 7.x for cross-platform CLI |
Operating System | Windows 10/11 (Workstation), Windows Server 2019/2022 |
Execution Policy | Scripts require RemoteSigned or Unrestricted |
Administrator Rights | Required for most .ps1 , .hta , and registry-modifying .vbs files |
.NET Framework | 4.7.2 or later (some GUIs depend on WPF/.NET UI elements) |
Optional Tools | Git (for git clone ), Notepad++ or VSCode for editing, Task Scheduler for automation |
File Type | Execution Method |
---|---|
.ps1 |
Right-click → “Run with PowerShell” |
.vbs |
Right-click → “Open with Command Prompt” |
.hta |
Double-click (run as administrator) |
Path | Purpose |
---|---|
C:\ITSM-Logs-WKS\ |
Workstation automation logs |
C:\ITSM-Logs-SVR\ |
Server-side script 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 achieving ITSM excellence across public or enterprise infrastructure.