mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
More fixes, updated MeshCommander (Intel AMT tab)
This commit is contained in:
@@ -395,6 +395,11 @@ function run(argv) {
|
||||
});
|
||||
}
|
||||
});
|
||||
} else if (settings.action == 'netinfo') {
|
||||
// Display network information
|
||||
var interfaces = require('os').networkInterfaces();
|
||||
console.log(JSON.stringify(interfaces, 2, ' '));
|
||||
exit(0); return;
|
||||
} else if (settings.action == 'amtinfo') {
|
||||
// Display Intel AMT version and activation state
|
||||
mestate = {};
|
||||
|
||||
5
agents/meshcmd.min.js
vendored
5
agents/meshcmd.min.js
vendored
@@ -395,6 +395,11 @@ function run(argv) {
|
||||
});
|
||||
}
|
||||
});
|
||||
} else if (settings.action == 'netinfo') {
|
||||
// Display network information
|
||||
var interfaces = require('os').networkInterfaces();
|
||||
console.log(JSON.stringify(interfaces, 2, ' '));
|
||||
exit(0); return;
|
||||
} else if (settings.action == 'amtinfo') {
|
||||
// Display Intel AMT version and activation state
|
||||
mestate = {};
|
||||
|
||||
Reference in New Issue
Block a user