Welcome to the SysAdmin-Tools Suite — a curated collection of PowerShell automation tools designed to centralize and standardize administration across:
- Active Directory (AD)
- Windows Server roles
- Network and infrastructure services
- Workstation and server configuration baselines
These tools are engineered to reduce manual effort, improve operational visibility, and support security, governance, and compliance in enterprise and public-sector environments.
- 🖼️ GUI-first experience — Guided, user-friendly interfaces for daily operations
- 📝 Structured logging — Each execution generates
.logfiles for auditing and troubleshooting - 📊 Export-ready reporting — Many tools produce
.csvoutputs for compliance and analysis
-
🖥️ RSAT Tools — Required for AD, DNS, and DHCP administration
Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online
-
⚙️ PowerShell — Version 5.1 or later (PowerShell 7.x supported)
$PSVersionTable.PSVersion -
🔑 Administrative Privileges — Required for system-level operations
-
🔧 Execution Policy — Session-scoped execution
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process
-
📦 Modules — Ensure availability of modules such as
ActiveDirectory,DhcpServer,DnsServer, etc.
git clone https://github.com/brazilianscriptguy/Windows-SysAdmin-ProSuite.git-
Navigate to:
Windows-SysAdmin-ProSuite/SysAdmin-Tools/ -
Review the local
README.mdinside each folder -
Execute a script:
.\ScriptName.ps1
-
Review Outputs
- Run scripts using Run with PowerShell or from an elevated PowerShell console
- Provide the required parameters or interact via the GUI (script-dependent)
- Review the generated outputs
| Path | Purpose |
|---|---|
C:\Scripts-LOGS\ |
GPO synchronization, agents, and security tooling logs |
C:\Logs-TEMP\ |
General-purpose, transient, and legacy script outputs |
%USERPROFILE%\Documents\ |
CSV and exported reports for compliance, forensics, and ITSM workflows |
- Logs —
.logfiles provide full execution traceability - Reports —
.csvexports support compliance reviews and audits
All scripts are modular and designed for adaptation to institutional policies.
Refer to the documentation within each folder or reach out via the channels below:
© 2026 Luiz Hamilton Silva. All rights reserved.