Skip to content

Commit 8029018

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

File tree

1 file changed

+41
-55
lines changed

1 file changed

+41
-55
lines changed

README.md

Lines changed: 41 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,30 @@
22

33
### ITSM Compliance for Windows 10/11 Workstations and Windows Server 2019/2022
44

5-
Welcome to the **PowerShell Toolset for Windows Server Administration** and **VBScript Repository** — a curated and fully documented suite of automation tools by [`@brazilianscriptguy`](https://github.com/brazilianscriptguy) for managing secure, standardized, and scalable infrastructures across enterprise environments.
5+
Welcome to the **PowerShell Toolset for Windows Server Administration** and **VBScript Repository** — a curated collection of automation scripts by [`@brazilianscriptguy`](https://github.com/brazilianscriptguy) for secure, compliant, and scalable Windows infrastructure management.
66

7-
✨ All tools include intuitive **graphical user interfaces (GUI)**, structured `.log` generation, and exportable `.csv` audit reports — fully aligned with domain authentication policies, ITSM governance, and lifecycle management requirements.
7+
✨ All tools include intuitive **graphical user interfaces (GUI)**, generate structured `.log` files, and many also export `.csv` audit reports.
88

99
---
1010

1111
## 🛠️ Toolkit Overview
1212

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

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.
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. |
2622

2723
---
2824

2925
## 💻 Core Features
3026

31-
- 🧪 **Forensic Readiness:** Artifacts, event log parsing, and breach detection.
32-
-**PowerShell-Driven Automation:** Secure scripting with reusability and CI/CD support.
27+
- 🧪 **Forensic Readiness:** Artifacts, Event Log parsing, breach detection.
28+
-**PowerShell-Driven Automation:** Secure scripting with reusability and CI support.
3329
- 🔐 **Server & Workstation Hardening:** Enforces institutional configurations and firewall, DNS, and GPO policies.
3430
- 👤 **IAM & Domain Prep:** Tools for AD objects, logon behavior, SID tracking, and offline login caching.
3531
- 📋 **Registry + GPO Integration:** Uses native Windows `.reg`, `.vbs`, and `.hta` to maintain compliance.
@@ -43,62 +39,52 @@ The **Windows-SysAdmin-ProSuite** is segmented into specialized modules tailored
4339
- 📊 **CSV Audit Reports:** BIOS, SID, OS state, update status, software inventory.
4440
- 🧩 **Modular Design:** All scripts are reusable, adaptable, and parameterized.
4541
- 🔁 **Release Automation:** GitHub Actions for linting, packaging, NuGet publishing.
46-
- 🛡️ **Zero Third-Party Binaries:** 100% native to the Windows OS ecosystem.
42+
- 🛡️ **Zero Third-Party Binaries:** 100% native to Windows OS ecosystem.
4743

4844
---
4945

50-
## 🚀 Getting Started
46+
## 📁 Explore the Repository Structure
5147

52-
```bash
53-
git clone https://github.com/brazilianscriptguy/Windows-SysAdmin-ProSuite.git
54-
````
48+
| Folder | Subdirectories | Key Functions |
49+
|--------|----------------|---------------|
50+
| `BlueTeam-Tools/` | `EventLogMonitoring/`, `IncidentResponse/` | Breach analysis, event log forensics, credential tracing |
51+
| `Core-ScriptLibrary/` | `Modular-PS1-Scripts/`, `Nuget-Package-Publisher/` | Helper modules, reusable logic blocks, NuSpec-based packaging |
52+
| `ITSM-Templates-SVR/` || Server compliance templates: AD CS, DHCP, GPO, DNS, WSUS |
53+
| `ITSM-Templates-WKS/` | `BeforeJoinDomain/`, `AfterJoinDomain/`, `Assets/`, `MainDocs/` | Workstation automation: pre/post domain join, reg tweaks, branding |
54+
| `SysAdmin-Tools/` | `ActiveDirectory-Management/`, `GroupPolicyObjects-Templates/`, `Network-and-Infrastructure-Management/`, `Security-and-Process-Optimization/`, `SystemConfiguration-and-Deployment/`, `WSUS-Management-Tools/`, `ActiveDirectory-SSO-Integrations/` | Full orchestration toolkit for identity, infrastructure, and services |
5555

5656
---
5757

58-
### 1. 📁 Explore folders and toolsets
58+
## ▶️ How to Use
5959

60-
Navigate through the structured directories to access categorized tools:
60+
### Run scripts:
6161

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 |
69-
70-
---
71-
72-
### 2. ▶️ Run scripts
73-
74-
| File Type | Execution Method |
75-
| --------- | ---------------------------------------- |
76-
| `.ps1` | Right-click → “Run with PowerShell” |
62+
| File Type | Execution Method |
63+
|-----------|------------------|
64+
| `.ps1` | Right-click → “Run with PowerShell” |
7765
| `.vbs` | Right-click → “Open with Command Prompt” |
78-
| `.hta` | Double-click (Run as Administrator) |
79-
80-
---
66+
| `.hta` | Double-click (run as administrator) |
8167

82-
### 3. 📂 View logs and reports
68+
### View logs and reports:
8369

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 |
70+
| Path | Purpose |
71+
|------|---------|
72+
| `C:\ITSM-Logs-WKS\` | Workstation automation logs |
73+
| `C:\ITSM-Logs-SVR\` | Server-side script execution logs |
74+
| `C:\Scripts-LOGS\` | GPO sync, agent deployment, antivirus logs |
75+
| `C:\Logs-TEMP\` | General-purpose and legacy script output |
9076

9177
---
9278

9379
## 🤝 Support & Contributions
9480

95-
[![Email](https://img.shields.io/badge/Email-luizhamilton.lhr@gmail.com-D14836?style=for-the-badge\&logo=gmail)](mailto:luizhamilton.lhr@gmail.com)
96-
[![Patreon](https://img.shields.io/badge/Support%20Me-Patreon-red?style=for-the-badge\&logo=patreon)](https://www.patreon.com/brazilianscriptguy)
97-
[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-yellow?style=for-the-badge\&logo=buymeacoffee)](https://buymeacoffee.com/brazilianscriptguy)
98-
[![Ko-fi](https://img.shields.io/badge/Ko--fi-blue?style=for-the-badge\&logo=kofi)](https://ko-fi.com/brazilianscriptguy)
99-
[![GoFundMe](https://img.shields.io/badge/GoFundMe-green?style=for-the-badge\&logo=gofundme)](https://www.gofundme.com/f/brazilianscriptguy)
100-
[![GitHub Issues](https://img.shields.io/badge/Report%20Issues-GitHub-blue?style=for-the-badge\&logo=github)](https://github.com/brazilianscriptguy/Windows-SysAdmin-ProSuite/issues)
101-
[![WhatsApp](https://img.shields.io/badge/Join%20Us-WhatsApp-25D366?style=for-the-badge\&logo=whatsapp)](https://whatsapp.com/channel/0029VaEgqC50G0XZV1k4Mb1c)
81+
[![Email](https://img.shields.io/badge/Email-luizhamilton.lhr@gmail.com-D14836?style=for-the-badge&logo=gmail)](mailto:luizhamilton.lhr@gmail.com)
82+
[![Patreon](https://img.shields.io/badge/Support%20Me-Patreon-red?style=for-the-badge&logo=patreon)](https://www.patreon.com/brazilianscriptguy)
83+
[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-yellow?style=for-the-badge&logo=buymeacoffee)](https://buymeacoffee.com/brazilianscriptguy)
84+
[![Ko-fi](https://img.shields.io/badge/Ko--fi-blue?style=for-the-badge&logo=kofi)](https://ko-fi.com/brazilianscriptguy)
85+
[![GoFundMe](https://img.shields.io/badge/GoFundMe-green?style=for-the-badge&logo=gofundme)](https://www.gofundme.com/f/brazilianscriptguy)
86+
[![GitHub Issues](https://img.shields.io/badge/Report%20Issues-GitHub-blue?style=for-the-badge&logo=github)](https://github.com/brazilianscriptguy/Windows-SysAdmin-ProSuite/issues)
87+
[![WhatsApp](https://img.shields.io/badge/Join%20Us-WhatsApp-25D366?style=for-the-badge&logo=whatsapp)](https://whatsapp.com/channel/0029VaEgqC50G0XZV1k4Mb1c)
10288

10389
---
10490

0 commit comments

Comments
 (0)