Update TGBeta.ps1

This commit is contained in:
2025-01-25 00:02:48 -05:00
parent f7f20efdcd
commit 4f159c952d

View File

@@ -1,11 +1,15 @@
### To Modify of January 5 2025 ### To Modify of January 5 2025
### let's start thinking about the write-log -TaskCategory "On-boarding" or "Off-boarding" ### let's start thinking about the write-log -TaskCategory "On-boarding" or "Off-boarding"
### need RGB color codes form john ### need RGB color codes form john
### add the .net silent install tweaks to toolkit ### add the .net silent install tweaks to toolkit
### for the reg tweak need to do/undo function maybe it should have it own check box list ### for the reg tweak need to do/undo function maybe it should have it own check box list
### new tab for client apps?
# changes
## tag line color
## added offboard check boxes dattormm dattodeb rocketcyber and cyberQP
#region Write-Log #region Write-Log
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
@@ -605,6 +609,26 @@ function GetHtmlContent {
<label> <label>
<input type="checkbox" name="uninstallThreatLocker" id="uninstallThreatLockerCheckbox"> <input type="checkbox" name="uninstallThreatLocker" id="uninstallThreatLockerCheckbox">
Uninstall ThreatLocker Uninstall ThreatLocker
</label>
<label>
<input type="checkbox" name="uninstallCyberQP" id="uninstallCyberQPCheckbox">
Uninstall CyberQP
</label>
<label>
<input type="checkbox" name="uninstallDattoEDR" id="uninstallDattoEDRCheckbox">
Uninstall DattoEDR
</label>
<label>
<input type="checkbox" name="uninstallDattoRMM" id="uninstallDattoRMMCheckbox">
Uninstall DattoRMM
</label>
<label>
<input type="checkbox" name="uninstallDattoDEB" id="uninstallDattoDEBCheckbox">
Uninstall DattoDEB
</label>
<label>
<input type="checkbox" name="uninstallRocketCyber" id="uninstallRocketCyberCheckbox">
Uninstall RocketCyber
</label> </label>
<div class="button-group"> <div class="button-group">
<button class="install-button" onclick="triggerOffboard()">Offboard</button> <button class="install-button" onclick="triggerOffboard()">Offboard</button>