mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-03 18:05:58 -05:00
MeshCmd AmtUUID fix.
This commit is contained in:
parent
a46340f1ed
commit
3cb92683b6
@ -1397,13 +1397,7 @@ function getTrustedHashes(amtMei, func, tag) {
|
|||||||
// Called to get the UUID of Intel AMT, start by setting up MicroLMS if we are doing the operation on the local computer
|
// Called to get the UUID of Intel AMT, start by setting up MicroLMS if we are doing the operation on the local computer
|
||||||
function getAmtUuid()
|
function getAmtUuid()
|
||||||
{
|
{
|
||||||
if (settings.hostname != null)
|
if ((settings.hostname == null) || (settings.hostname == '127.0.0.1') || (settings.hostname.toLowerCase() == 'localhost')) { settings.noconsole = true; startLms(getAmtUuidEx); return; } else { getAmtUuidEx(); }
|
||||||
{
|
|
||||||
getAmtUuidEx();
|
|
||||||
} else
|
|
||||||
{
|
|
||||||
if ((settings.hostname == '127.0.0.1') || (settings.hostname.toLowerCase() == 'localhost')) { settings.noconsole = true; startLms(getAmtUuidEx); return; } else { getAmtUuidEx(); }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fetch the computer's UUID by fetching the CIM_ComputerSystemPackage WSMAN object.
|
// Fetch the computer's UUID by fetching the CIM_ComputerSystemPackage WSMAN object.
|
||||||
|
@ -787,7 +787,7 @@ function CreateDesktopMultiplexor(parent, domain, nodeid, func) {
|
|||||||
obj.sendToAllInputViewers(data);
|
obj.sendToAllInputViewers(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
console.log('Un-handled agent command: ' + command);
|
console.log('Un-handled agent command: ' + command + ', length: ' + cmdsize);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user