Skip to content

Commit 8832237

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

File tree

1 file changed

+19
-42
lines changed

1 file changed

+19
-42
lines changed

README.md

Lines changed: 19 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -49,56 +49,33 @@ Welcome to the **PowerShell Toolset for Windows Server Administration** and **VB
4949
git clone https://github.com/brazilianscriptguy/Windows-SysAdmin-ProSuite.git
5050
````
5151

52-
1. **Explore folders and toolsets:**
52+
1. **Explore folders and toolsets:**
5353
Navigate through the structured directories to access categorized tools:
5454

55-
* `BlueTeam-Tools/`
56-
57-
* `EventLogMonitoring/`: Automated Event Log parsing for incident detection
58-
* `IncidentResponse/`: Forensic triage, file tracing, and threat diagnostics
59-
60-
* `Core-ScriptLibrary/`
61-
62-
* `Modular-PS1-Scripts/`: Functions for script reusability and logic abstraction
63-
* `Nuget-Package-Publisher/`: NuSpec-based packaging and GitHub Actions automation
64-
65-
* `ITSM-Templates-SVR/`
66-
67-
* Server compliance templates for AD CS, DNS, DHCP, WSUS, GPOs, IIS
68-
69-
* `ITSM-Templates-WKS/`
70-
71-
* `BeforeJoinDomain/`: Executes 20 pre-domain compliance configurations
72-
* `AfterJoinDomain/`: Post-domain join cleanup and integration
73-
* `Assets/Certificates/`: Internal CA certificates for ADCS, WSUS, RDS
74-
* `Assets/ModifyReg/`: Themes, backgrounds, registry configs, lock screen
75-
* `Assets/AdditionalSupportScripts/`: System maintenance, SID, Kaspersky, unjoin tools
76-
* `MainDocs/`: Full guide (`JUNE-19-2025-ITSM-Templates.pdf`) and editable checklist
77-
78-
* `SysAdmin-Tools/`
79-
80-
* GUI-driven automation categorized into 7 folders:
81-
82-
* ActiveDirectory-Management
83-
* GroupPolicyObjects-Templates
84-
* Network-and-Infrastructure-Management
85-
* Security-and-Process-Optimization
86-
* SystemConfiguration-and-Deployment
87-
* WSUS-Management-Tools
88-
* ActiveDirectory-SSO-Integrations
55+
| Folder | Description |
56+
|--------|-------------|
57+
| `BlueTeam-Tools/` | Tools for digital forensics, log monitoring, and incident response across Windows environments. |
58+
| `Core-ScriptLibrary/` | Reusable script modules and NuGet publishing logic for cross-toolset automation and CI/CD integration. |
59+
| `ITSM-Templates-SVR/` | Templates for hardening and configuring Windows Server 2019/2022: DNS, DHCP, GPOs, WSUS, IIS, AD CS. |
60+
| `ITSM-Templates-WKS/` | Standardization toolkit for Windows 10/11: domain join automation, registry configs, theme assets, compliance routines. |
61+
| `SysAdmin-Tools/` | GUI-based scripts and command-line tools for AD, GPO, WSUS, CA, DNS, DHCP, and infrastructure services — organized into 7 domains. |
8962

9063
2. **Run scripts:**
9164

92-
* `.ps1` → Right-click → “Run with PowerShell”
93-
* `.vbs` → Right-click → “Open with Command Prompt”
94-
* `.hta` → Double-click with admin rights
65+
| File Type | Execution Method |
66+
|-----------|------------------|
67+
| `.ps1` | Right-click → “Run with PowerShell” |
68+
| `.vbs` | Right-click → “Open with Command Prompt” |
69+
| `.hta` | Double-click (run as administrator) |
9570

9671
3. **View logs and reports:**
9772

98-
* `C:\ITSM-Logs-WKS\` → Workstation actions
99-
* `C:\ITSM-Logs-SVR\` → Server-specific operations
100-
* `C:\Scripts-LOGS\` → GPO sync, antivirus installs, printers, agents
101-
* `C:\Logs-TEMP\` → Standalone tools and test outputs
73+
| Path | Purpose |
74+
|------|---------|
75+
| `C:\ITSM-Logs-WKS\` | Workstation automation logs |
76+
| `C:\ITSM-Logs-SVR\` | Server-side script execution logs |
77+
| `C:\Scripts-LOGS\` | GPO sync, agent deployment, antivirus logs |
78+
| `C:\Logs-TEMP\` | General-purpose and legacy script output |
10279

10380
---
10481

0 commit comments

Comments
 (0)