Update TGBeta.ps1

This commit is contained in:
2025-01-31 17:25:15 -05:00
parent 2af4520985
commit c469246c19

View File

@@ -3,8 +3,7 @@
### Notes: ### Notes:
### - This script creates a GUI with tabs (On-Boarding, Off-Boarding, Tweaks, Steph's Pick). ### - This script creates a GUI with tabs (On-Boarding, Off-Boarding, Tweaks, Steph's Pick).
### - In the On-Boarding tab, if the user selects “Select All,” then all checkboxes are checked. ### - In the On-Boarding tab, if the user selects “Select All,” then all checkboxes are checked.
### In particular, the DattoRMM checkbox will be checked and its suboptions will expand. ### - All client-side JavaScript is wrapped in a DOMContentLoaded event listener to ensure proper initialization.
### - All clientside JavaScript is wrapped in a DOMContentLoaded event listener to ensure proper initialization.
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# 1) CREATE A GLOBAL LOG CACHE # 1) CREATE A GLOBAL LOG CACHE