Skip to content

Commit 461eacf

Browse files
Update README.md
Signed-off-by: LUIZ HAMILTON ROBERTO DA SILVA <luizhamilton.lhr@gmail.com>
1 parent 29a996c commit 461eacf

File tree

1 file changed

+44
-32
lines changed

1 file changed

+44
-32
lines changed

README.md

Lines changed: 44 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,26 @@ Welcome to the **PowerShell Toolset for Windows Server Administration** and **VB
1010

1111
## 🛠️ Toolkit Overview
1212

13-
**Purpose-built for critical IT service domains:**
13+
The **Windows-SysAdmin-ProSuite** is segmented into specialized modules tailored for key operational domains across public sector and enterprise infrastructures:
1414

15-
| Folder | Description |
16-
|--------|-------------|
17-
| [![BlueTeam Tools](https://img.shields.io/badge/BlueTeam%20Tools-Forensics-orange?style=for-the-badge&logo=protonmail&logoColor=white)](https://github.com/brazilianscriptguy/Windows-SysAdmin-ProSuite/tree/main/BlueTeam-Tools) | PowerShell forensic tools for DFIR: EventLogMonitoring and IncidentResponse modules for breach triage, log analysis, and digital evidence. |
18-
| [![Core ScriptLibrary](https://img.shields.io/badge/Core%20ScriptLibrary-Modules-red?style=for-the-badge&logo=visualstudiocode&logoColor=white)](https://github.com/brazilianscriptguy/Windows-SysAdmin-ProSuite/tree/main/Core-ScriptLibrary) | Core scripting modules for CI/CD pipelines, helper functions, and reusable logic blocks — includes NuGet packaging support. |
19-
| [![ITSM SVR](https://img.shields.io/badge/ITSM%20Templates-SVR-purple?style=for-the-badge&logo=windows11&logoColor=white)](https://github.com/brazilianscriptguy/Windows-SysAdmin-ProSuite/tree/main/ITSM-Templates-SVR) | Standardized Windows Server 2019/2022 baseline templates: DNS, AD CS, GPO, DHCP, IIS, and institutional compliance automation. |
20-
| [![ITSM WKS](https://img.shields.io/badge/ITSM%20Templates-WKS-green?style=for-the-badge&logo=windows&logoColor=white)](https://github.com/brazilianscriptguy/Windows-SysAdmin-ProSuite/tree/main/ITSM-Templates-WKS) | Institutional ITSM for Windows 10/11: BeforeJoinDomain, AfterJoinDomain, and detailed workstation standardization routines. |
21-
| [![SysAdmin Tools](https://img.shields.io/badge/SysAdmin%20Tools-Management-blue?style=for-the-badge&logo=microsoft&logoColor=white)](https://github.com/brazilianscriptguy/Windows-SysAdmin-ProSuite/tree/main/SysAdmin-Tools) | Centralized PowerShell + VBS GUIs for AD, GPO, WSUS, DNS, DHCP, CA, and infrastructure orchestration — organized into 7 categories. |
15+
- **Blue Team Tools:**
16+
Digital forensics, incident triage, event log monitoring, and threat traceability for DFIR operations.
17+
18+
- **Core ScriptLibrary:**
19+
Foundational modules and CI/CD helpers — modular PowerShell functions and NuGet-based packaging logic.
20+
21+
- **ITSM Templates (Server & Workstation):**
22+
Institutional configuration and deployment templates for Windows 10/11 and Windows Server 2019/2022 — including pre-join scripts, layout normalization, and security compliance.
23+
24+
- **SysAdmin Tools:**
25+
GUI-driven administration for Active Directory, GPOs, WSUS, DNS, DHCP, Certificate Services, and SSO — organized into seven functional directories.
2226

2327
---
2428

2529
## 💻 Core Features
2630

27-
- 🧪 **Forensic Readiness:** Artifacts, Event Log parsing, breach detection.
28-
-**PowerShell-Driven Automation:** Secure scripting with reusability and CI support.
31+
- 🧪 **Forensic Readiness:** Artifacts, event log parsing, and breach detection.
32+
-**PowerShell-Driven Automation:** Secure scripting with reusability and CI/CD support.
2933
- 🔐 **Server & Workstation Hardening:** Enforces institutional configurations and firewall, DNS, and GPO policies.
3034
- 👤 **IAM & Domain Prep:** Tools for AD objects, logon behavior, SID tracking, and offline login caching.
3135
- 📋 **Registry + GPO Integration:** Uses native Windows `.reg`, `.vbs`, and `.hta` to maintain compliance.
@@ -39,7 +43,7 @@ Welcome to the **PowerShell Toolset for Windows Server Administration** and **VB
3943
- 📊 **CSV Audit Reports:** BIOS, SID, OS state, update status, software inventory.
4044
- 🧩 **Modular Design:** All scripts are reusable, adaptable, and parameterized.
4145
- 🔁 **Release Automation:** GitHub Actions for linting, packaging, NuGet publishing.
42-
- 🛡️ **Zero Third-Party Binaries:** 100% native to Windows OS ecosystem.
46+
- 🛡️ **Zero Third-Party Binaries:** 100% native to the Windows OS ecosystem.
4347

4448
---
4549

@@ -49,32 +53,40 @@ Welcome to the **PowerShell Toolset for Windows Server Administration** and **VB
4953
git clone https://github.com/brazilianscriptguy/Windows-SysAdmin-ProSuite.git
5054
````
5155

52-
### 1. Explore folders and toolsets
56+
---
57+
58+
### 1. 📁 Explore folders and toolsets
5359

54-
| Folder | Description |
55-
| --------------------- | ---------------------------------------------------------------------------------------------------------------- |
56-
| `BlueTeam-Tools/` | Forensics and incident response: Event Log parsing, credential tracing, breach diagnostics. |
57-
| `Core-ScriptLibrary/` | Reusable modules, CI logic, and NuSpec automation for GitHub/NuGet pipelines. |
58-
| `ITSM-Templates-SVR/` | Templates for ADCS, GPOs, WSUS, IIS, DNS, DHCP hardening and compliance. |
59-
| `ITSM-Templates-WKS/` | Domain join tools, layout config, theme automation, compliance registries, and checklists. |
60-
| `SysAdmin-Tools/` | GUI automation tools grouped into: ActiveDirectory, GPOs, Network, Security, Deployment, WSUS, SSO Integrations. |
60+
Navigate through the structured directories to access categorized tools:
6161

62-
### 2. Run scripts
62+
| Folder | Contents |
63+
| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
64+
| `BlueTeam-Tools/` | 🔍 `EventLogMonitoring/`, 🧪 `IncidentResponse/` — Event log parsing, incident triage, digital evidence collection |
65+
| `Core-ScriptLibrary/` | 📦 `Modular-PS1-Scripts/`, 🚀 `Nuget-Package-Publisher/` — Shared functions, CI/CD helpers, NuSpec logic |
66+
| `ITSM-Templates-SVR/` | 🛠️ Server baseline templates for DNS, GPO, DHCP, WSUS, IIS, and AD CS — institutional hardening and compliance |
67+
| `ITSM-Templates-WKS/` | 🖥️ `BeforeJoinDomain/`, `AfterJoinDomain/`, `Assets/` — Standardization for Windows 10/11 workstations |
68+
| `SysAdmin-Tools/` | 🧩 GUI tools across 7 domains:<br> • ActiveDirectory-Management<br> • GroupPolicyObjects-Templates<br> • Network-and-Infrastructure-Management<br> • Security-and-Process-Optimization<br> • SystemConfiguration-and-Deployment<br> • WSUS-Management-Tools<br> • ActiveDirectory-SSO-Integrations |
6369

64-
| Script Type | Execution |
65-
| ----------- | ---------------------------------------- |
66-
| `.ps1` | Right-click → “Run with PowerShell” |
67-
| `.vbs` | Right-click → “Open with Command Prompt” |
68-
| `.hta` | Double-click (Run as Administrator) |
70+
---
71+
72+
### 2. ▶️ Run scripts
73+
74+
| File Type | Execution Method |
75+
| --------- | ---------------------------------------- |
76+
| `.ps1` | Right-click → “Run with PowerShell” |
77+
| `.vbs` | Right-click → “Open with Command Prompt” |
78+
| `.hta` | Double-click (Run as Administrator) |
79+
80+
---
6981

70-
### 3. View logs and reports
82+
### 3. 📂 View logs and reports
7183

72-
| Log Path | Description |
73-
| ------------------- | ----------------------------------------- |
74-
| `C:\ITSM-Logs-WKS\` | Logs related to workstation automation |
75-
| `C:\ITSM-Logs-SVR\` | Logs for server-side execution |
76-
| `C:\Scripts-LOGS\` | Antivirus, agent deployments, GPO syncing |
77-
| `C:\Logs-TEMP\` | Miscellaneous logs from portable tools |
84+
| Path | Description |
85+
| ------------------- | ------------------------------------------------------------------- |
86+
| `C:\ITSM-Logs-WKS\` | Logs from workstation standardization, domain join, profile imprint |
87+
| `C:\ITSM-Logs-SVR\` | Logs from server configuration and domain services |
88+
| `C:\Scripts-LOGS\` | GPO sync, agent deployment, AV install routines |
89+
| `C:\Logs-TEMP\` | General-purpose logs for standalone scripts |
7890

7991
---
8092

0 commit comments

Comments
 (0)