Skip to content

Commit 29a996c

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

File tree

1 file changed

+26
-27
lines changed

1 file changed

+26
-27
lines changed

README.md

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -49,33 +49,32 @@ 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:**
53-
Navigate through the structured directories to access categorized tools:
54-
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. |
62-
63-
2. **Run scripts:**
64-
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) |
70-
71-
3. **View logs and reports:**
72-
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 |
52+
### 1. Explore folders and toolsets
53+
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. |
61+
62+
### 2. Run scripts
63+
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) |
69+
70+
### 3. View logs and reports
71+
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 |
7978

8079
---
8180

0 commit comments

Comments
 (0)