|
3 | 3 | <metadata> |
4 | 4 | <id>sysadmin-prosuite</id> |
5 | 5 | <version>1.8.8</version> |
6 | | - <authors>brazilianscriptguy</authors> |
| 6 | + |
| 7 | + <authors>Luiz Hamilton Silva (@brazilianscriptguy)</authors> |
7 | 8 | <owners>brazilianscriptguy</owners> |
| 9 | + |
8 | 10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
9 | 11 | <license type="file">LICENSE.txt</license> |
| 12 | + |
| 13 | + <title>Windows SysAdmin ProSuite</title> |
| 14 | + |
10 | 15 | <description> |
11 | | - Comprehensive suite of tools for Windows Server Administration and Workstation ITSM Templates, including AD, SSO, GPOs, Logging, Incident Response, and NuGet packaging. |
| 16 | +Comprehensive suite of PowerShell and VBScript automation tools for Windows Server |
| 17 | +administration and ITSM workstation management. |
| 18 | + |
| 19 | +Includes Active Directory management, SSO integrations, GPO templates, |
| 20 | +logging frameworks, incident response utilities, and enterprise-ready |
| 21 | +NuGet-distributed tooling. |
12 | 22 | </description> |
13 | | - <tags>SysAdmin ITSM PowerShell AD GPO SSO VBScript Windows NuGet</tags> |
| 23 | + |
| 24 | + <summary> |
| 25 | +Enterprise-grade Windows SysAdmin and ITSM automation toolkit. |
| 26 | + </summary> |
| 27 | + |
| 28 | + <tags> |
| 29 | +sysadmin itsm powershell vbscript windows-server |
| 30 | +active-directory gpo sso automation blueteam forensics nuget |
| 31 | + </tags> |
| 32 | + |
14 | 33 | <readme>README.md</readme> |
15 | | - <projectUrl>https://github.com/brazilianscriptguy/Windows-SysAdmin-ProSuite</projectUrl> |
| 34 | + |
| 35 | + <projectUrl> |
| 36 | +https://github.com/brazilianscriptguy/Windows-SysAdmin-ProSuite |
| 37 | + </projectUrl> |
| 38 | + |
16 | 39 | <icon>icon.png</icon> |
17 | | - <repository type="git" url="https://github.com/brazilianscriptguy/Windows-SysAdmin-ProSuite" /> |
| 40 | + |
| 41 | + <repository |
| 42 | + type="git" |
| 43 | + url="https://github.com/brazilianscriptguy/Windows-SysAdmin-ProSuite" |
| 44 | + /> |
18 | 45 | </metadata> |
| 46 | + |
19 | 47 | <files> |
| 48 | + <!-- Root metadata --> |
20 | 49 | <file src="LICENSE.txt" target="" /> |
21 | | - <file src="icon.png" target="" /> |
22 | 50 | <file src="README.md" target="" /> |
| 51 | + <file src="icon.png" target="" /> |
23 | 52 |
|
24 | | - <!-- All tool folders and readmes --> |
25 | | - <file src="SysAdmin-Tools\**\*.*" target="tools\SysAdmin-Tools" /> |
| 53 | + <!-- SysAdmin Tools --> |
| 54 | + <file src="SysAdmin-Tools\**\*" target="tools\SysAdmin-Tools" /> |
26 | 55 | <file src="SysAdmin-Tools\README.md" target="docs\SysAdmin-Tools\README.md" /> |
27 | 56 |
|
28 | | - <file src="ITSM-Templates-WKS\**\*.*" target="tools\ITSM-Templates-WKS" /> |
| 57 | + <!-- ITSM Templates - Workstations --> |
| 58 | + <file src="ITSM-Templates-WKS\**\*" target="tools\ITSM-Templates-WKS" /> |
29 | 59 | <file src="ITSM-Templates-WKS\README.md" target="docs\ITSM-Templates-WKS\README.md" /> |
30 | | - <file src="ITSM-Templates-WKS\JUNE-19-2025-ITSM-Templates Application Guide for Windows 10 and 11.pdf" target="docs\ITSM-Templates-WKS" /> |
| 60 | + <file |
| 61 | + src="ITSM-Templates-WKS\JUNE-19-2025-ITSM-Templates Application Guide for Windows 10 and 11.pdf" |
| 62 | + target="docs\ITSM-Templates-WKS" |
| 63 | + /> |
31 | 64 |
|
32 | | - <file src="ITSM-Templates-SVR\**\*.*" target="tools\ITSM-Templates-SVR" /> |
| 65 | + <!-- ITSM Templates - Servers --> |
| 66 | + <file src="ITSM-Templates-SVR\**\*" target="tools\ITSM-Templates-SVR" /> |
33 | 67 | <file src="ITSM-Templates-SVR\README.md" target="docs\ITSM-Templates-SVR\README.md" /> |
34 | 68 |
|
35 | | - <file src="Core-ScriptLibrary\**\*.*" target="tools\Core-ScriptLibrary" /> |
| 69 | + <!-- Core Script Library --> |
| 70 | + <file src="Core-ScriptLibrary\**\*" target="tools\Core-ScriptLibrary" /> |
36 | 71 | <file src="Core-ScriptLibrary\README.md" target="docs\Core-ScriptLibrary\README.md" /> |
37 | 72 |
|
38 | | - <file src="BlueTeam-Tools\**\*.*" target="tools\BlueTeam-Tools" /> |
| 73 | + <!-- Blue Team Tools --> |
| 74 | + <file src="BlueTeam-Tools\**\*" target="tools\BlueTeam-Tools" /> |
39 | 75 | <file src="BlueTeam-Tools\README.md" target="docs\BlueTeam-Tools\README.md" /> |
40 | 76 | </files> |
41 | 77 | </package> |
0 commit comments