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