@@ -30,6 +30,70 @@ This guide includes step-by-step procedures across nine units, covering domain p
30
30
| -------------| ---------|
31
31
| ** ITSM-AfterJoinDomain.hta** | Finalizes domain config: DNS registration, GPO refresh, profile imprint, offline login setup — ensuring full domain integration. |
32
32
33
+ ### Folder: ` /Assets/AdditionalSupportScripts/ `
34
+
35
+ | Script Name | Purpose |
36
+ | -------------| ---------|
37
+ | ** ActivateAllAdminShare.ps1** | Enables Admin shares, activates RDP, disables Windows Firewall and Windows Defender for administrative access. |
38
+ | ** ExportCustomThemesFiles.ps1** | Exports Windows custom themes: .msstyles, layout XML, and wallpapers. |
39
+ | ** FixPrinterDriverIssues.ps1** | Resets Print Spooler and removes driver conflicts to restore printer functionality. |
40
+ | ** GetSID.bat** | Uses Sysinternals to retrieve the system’s Security Identifier (SID). |
41
+ | ** InventoryInstalledSoftwareList.ps1** | Generates a complete inventory of installed software for auditing purposes. |
42
+ | ** LegacyWorkstationIngress.ps1** | Enables legacy Windows systems to join modern AD domains. |
43
+ | ** RenameDiskVolumes.ps1** | Renames ` C: ` to hostname and ` D: ` to "UserData" for consistency. |
44
+ | ** SystemMaintenanceWorkstations.ps1** | Runs SFC, DISM, GPO reset, WSUS resync, and optionally reboots with GUI support. |
45
+ | ** UnjoinADComputer-and-Cleanup.ps1** | Unjoins computer from AD and cleans residual metadata and artifacts. |
46
+ | ** Update-KasperskyAgent.ps1** | Repoints the Kaspersky Agent to the current server and refreshes certificates. |
47
+ | ** WorkStationConfigReport.ps1** | Collects and exports BIOS, OS, and network data into a .CSV report. |
48
+ | ** WorkstationTimeSync.ps1** | Syncs time and NTP settings; adjusts time zone using a guided GUI. |
49
+
50
+ ### Folder: ` /Assets/Certificates/ `
51
+
52
+ | Certificate Name | Purpose |
53
+ | ------------------| ---------|
54
+ | ** ADCS-Server.cer** | Certificate for the internal Active Directory Certificate Services (ADCS) infrastructure. |
55
+ | ** RDS-Server.cer** | Establishes trust for Remote Desktop Services within the enterprise. |
56
+ | ** WSUS-Server.cer** | Enables secure communication with the internal WSUS infrastructure. |
57
+
58
+ ### Folder: ` /Assets/CustomImages/ `
59
+
60
+ | File/Asset Name | Purpose |
61
+ | ------------------| ---------|
62
+ | ** UserProfileImages/** | Default institutional images applied to user accounts. |
63
+ | ** DesktopThemeImages/** | Custom desktop wallpapers for local user profiles. |
64
+
65
+ ### Folder: ` /Assets/MainDocs/ `
66
+
67
+ | Document Name | Purpose |
68
+ | ------------------| ---------|
69
+ | ** CheckListOrigin.docx** | Editable source version of the workstation deployment checklist. |
70
+ | ** DefaultUsersAccountImages/** | Institutional user images and a ` hosts ` file to block known malicious sites (from Safer-Networking Ltd). |
71
+
72
+ ### Folder: ` /Assets/ModifyReg/AllGeneralConfigs/ `
73
+
74
+ | Script Name | Purpose |
75
+ | -------------| ---------|
76
+ | ** GeneralConfigScripts/** | System-wide registry modifications for baseline configuration. |
77
+
78
+ ### Folder: ` /Assets/ModifyReg/DefaultBackground/ `
79
+
80
+ | Script Name | Purpose |
81
+ | -------------| ---------|
82
+ | ** BackgroundConfig.ps1** | Sets institutional desktop and logon backgrounds. |
83
+ | ** HostsFileSetup.ps1** | Installs customized hosts file for domain join pre-configuration. |
84
+
85
+ ### Folder: ` /Assets/ModifyReg/UserDesktopFolders/ `
86
+
87
+ | Script Name | Purpose |
88
+ | -------------| ---------|
89
+ | ** CopyInstitutionalShortcuts.ps1** | Copies organizational shortcuts and folder links to all user desktops. |
90
+
91
+ ### Folder: ` /Assets/ModifyReg/UserDesktopTheme/ `
92
+
93
+ | Script Name | Purpose |
94
+ | -------------| ---------|
95
+ | ** ApplyInstitutionalTheme.ps1** | Applies custom desktop theme, classic mode, and institutional branding. |
96
+
33
97
---
34
98
35
99
## 🚀 Getting Started
0 commit comments