Update TGBeta.ps1
This commit is contained in:
28
TGBeta.ps1
28
TGBeta.ps1
@@ -1,11 +1,15 @@
|
|||||||
### To Modify of January 5 2025
|
### To Modify of January 5 2025
|
||||||
|
|
||||||
|
|
||||||
### let's start thinking about the write-log -TaskCategory "On-boarding" or "Off-boarding"
|
### let's start thinking about the write-log -TaskCategory "On-boarding" or "Off-boarding"
|
||||||
### need RGB color codes form john
|
### need RGB color codes form john
|
||||||
### add the .net silent install tweaks to toolkit
|
### add the .net silent install tweaks to toolkit
|
||||||
### for the reg tweak need to do/undo function maybe it should have it own check box list
|
### for the reg tweak need to do/undo function maybe it should have it own check box list
|
||||||
### new tab for client apps?
|
|
||||||
|
# changes
|
||||||
|
## tag line color
|
||||||
|
## added offboard check boxes dattormm dattodeb rocketcyber and cyberQP
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#region Write-Log
|
#region Write-Log
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
@@ -605,6 +609,26 @@ function GetHtmlContent {
|
|||||||
<label>
|
<label>
|
||||||
<input type="checkbox" name="uninstallThreatLocker" id="uninstallThreatLockerCheckbox">
|
<input type="checkbox" name="uninstallThreatLocker" id="uninstallThreatLockerCheckbox">
|
||||||
Uninstall ThreatLocker
|
Uninstall ThreatLocker
|
||||||
|
</label>
|
||||||
|
<label>
|
||||||
|
<input type="checkbox" name="uninstallCyberQP" id="uninstallCyberQPCheckbox">
|
||||||
|
Uninstall CyberQP
|
||||||
|
</label>
|
||||||
|
<label>
|
||||||
|
<input type="checkbox" name="uninstallDattoEDR" id="uninstallDattoEDRCheckbox">
|
||||||
|
Uninstall DattoEDR
|
||||||
|
</label>
|
||||||
|
<label>
|
||||||
|
<input type="checkbox" name="uninstallDattoRMM" id="uninstallDattoRMMCheckbox">
|
||||||
|
Uninstall DattoRMM
|
||||||
|
</label>
|
||||||
|
<label>
|
||||||
|
<input type="checkbox" name="uninstallDattoDEB" id="uninstallDattoDEBCheckbox">
|
||||||
|
Uninstall DattoDEB
|
||||||
|
</label>
|
||||||
|
<label>
|
||||||
|
<input type="checkbox" name="uninstallRocketCyber" id="uninstallRocketCyberCheckbox">
|
||||||
|
Uninstall RocketCyber
|
||||||
</label>
|
</label>
|
||||||
<div class="button-group">
|
<div class="button-group">
|
||||||
<button class="install-button" onclick="triggerOffboard()">Offboard</button>
|
<button class="install-button" onclick="triggerOffboard()">Offboard</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user