Update TGBeta.ps1
This commit is contained in:
13
TGBeta.ps1
13
TGBeta.ps1
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user