1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added PowerShell support

This commit is contained in:
Ylian Saint-Hilaire 2019-07-24 16:29:11 -07:00
parent 0031db0c14
commit 82e4415843
8 changed files with 8506 additions and 44 deletions

View file

@ -13,6 +13,7 @@ var CreateAmtRemoteTerminal = function (divid, options) {
obj.DivId = divid;
obj.DivElement = document.getElementById(divid);
obj.protocol = 1; // SOL
if (options.protocol) { obj.protocol = options.protocol; } // 1 = Normal, 6 = PowerShell
// ###BEGIN###{Terminal-Enumation-All}
obj.terminalEmulation = 1;
// ###END###{Terminal-Enumation-All}