Update TGBeta.ps1

This commit is contained in:
2025-01-05 20:56:31 -05:00
parent b0d160e4b5
commit 9767c94e2a

View File

@@ -583,7 +583,20 @@ function GetHtmlContent {
<p>Logs will appear here...</p> <p>Logs will appear here...</p>
</div> </div>
</div> </div>
<!-- Off-Boarding Tab -->
<div id="offboardTab" class="tab-content active"> <div id="offboardTab" class="tab-content active">
<label>
<input type="checkbox" id="selectAllOffboardCheckbox" onclick="toggleOffboardCheckboxes(this)">
Select All
</label>
<label>
<input type="checkbox" name="uninstallSVSMSPModule" id="uninstallSVSMSPModuleCheckbox">
Install SVSMSP Module
</label>
<label>
<input type="checkbox" name="uninstallThreatLocker" id="uninstallThreatLockerCheckbox">
Set SVS Powerplan
</label>
</div> </div>
</div> </div>
</div> </div>