mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
More fixes, updated MeshCommander (Intel AMT tab)
This commit is contained in:
parent
99d95fe927
commit
e79cf2026e
7 changed files with 842 additions and 823 deletions
|
@ -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 = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue