Update TGBeta.ps1
This commit is contained in:
@@ -585,17 +585,19 @@ function GetHtmlContent {
|
|||||||
</div>
|
</div>
|
||||||
<!-- Off-Boarding Tab -->
|
<!-- Off-Boarding Tab -->
|
||||||
<div id="offboardTab" class="tab-content active">
|
<div id="offboardTab" class="tab-content active">
|
||||||
|
<h2>OFF-Boarding</h2>
|
||||||
|
<div class="offboardingcheckbox-group">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" id="selectAllOffboardCheckbox" onclick="toggleOffboardCheckboxes(this)">
|
<input type="checkbox" id="selectAllOffboardCheckbox" onclick="toggleOffboardCheckboxes(this)">
|
||||||
Select All
|
Select All
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" name="uninstallSVSMSPModule" id="uninstallSVSMSPModuleCheckbox">
|
<input type="checkbox" name="uninstallSVSMSPModule" id="uninstallSVSMSPModuleCheckbox">
|
||||||
Install SVSMSP Module
|
Uninstall SVSMSP Module
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" name="uninstallThreatLocker" id="uninstallThreatLockerCheckbox">
|
<input type="checkbox" name="uninstallThreatLocker" id="uninstallThreatLockerCheckbox">
|
||||||
Set SVS Powerplan
|
Uninstall ThreatLocker
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user