Update TGBeta.ps1

This commit is contained in:
2025-01-05 21:01:50 -05:00
parent 9767c94e2a
commit a69cc52a8d

View File

@@ -585,17 +585,19 @@ function GetHtmlContent {
</div>
<!-- Off-Boarding Tab -->
<div id="offboardTab" class="tab-content active">
<h2>OFF-Boarding</h2>
<div class="offboardingcheckbox-group">
<label>
<input type="checkbox" id="selectAllOffboardCheckbox" onclick="toggleOffboardCheckboxes(this)">
Select All
</label>
<label>
<input type="checkbox" name="uninstallSVSMSPModule" id="uninstallSVSMSPModuleCheckbox">
Install SVSMSP Module
Uninstall SVSMSP Module
</label>
<label>
<input type="checkbox" name="uninstallThreatLocker" id="uninstallThreatLockerCheckbox">
Set SVS Powerplan
Uninstall ThreatLocker
</label>
</div>
</div>