Update SVSMSP.ps1
This commit is contained in:
24
SVSMSP.ps1
24
SVSMSP.ps1
@@ -730,50 +730,26 @@ function GetHtmlContent {
|
||||
});
|
||||
}
|
||||
if (installCyberQP.checked) {
|
||||
const response = await fetch('/installCyberQP', {
|
||||
method: 'GET',
|
||||
headers: { 'Content-Type': 'application/json' }
|
||||
});
|
||||
appendLog("Installing CyberQP", "cyan");
|
||||
}
|
||||
|
||||
if (installSplashtop.checked) {
|
||||
const response = await fetch('/installSplashtop', {
|
||||
method: 'GET',
|
||||
headers: { 'Content-Type': 'application/json' }
|
||||
});
|
||||
appendLog("Installing Splashtop", "cyan");
|
||||
}
|
||||
|
||||
if (installSVSHelpDesk.checked) {
|
||||
const response = await fetch('/installSVSHelpDesk', {
|
||||
method: 'GET',
|
||||
headers: { 'Content-Type': 'application/json' }
|
||||
});
|
||||
appendLog("Installing SVSHelpdesk", "cyan");
|
||||
}
|
||||
|
||||
if (installSVSWatchtower.checked) {
|
||||
const response = await fetch('/installSVSWatchtower', {
|
||||
method: 'GET',
|
||||
headers: { 'Content-Type': 'application/json' }
|
||||
});
|
||||
appendLog("Installing SVSWatchtower", "cyan");
|
||||
}
|
||||
|
||||
if (installThreatLocker.checked) {
|
||||
const response = await fetch('/installThreatlocker', {
|
||||
method: 'GET',
|
||||
headers: { 'Content-Type': 'application/json' }
|
||||
});
|
||||
appendLog("Installing ThreatLocker", "cyan");
|
||||
}
|
||||
|
||||
if (installRocketCyber.checked) {
|
||||
const response = await fetch('/installRocketCyber', {
|
||||
method: 'GET',
|
||||
headers: { 'Content-Type': 'application/json' }
|
||||
});
|
||||
appendLog("Installing RocketCyber", "cyan");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user