mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
add agent psinfo (#5476)
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
@@ -1262,6 +1262,9 @@ function handleServerCommand(data) {
|
||||
// Requestion details information about a process
|
||||
if (data.pid) {
|
||||
var info = {}; // TODO: Replace with real data. Feel free not to give all values if not available.
|
||||
try {
|
||||
info = processManager.getProcessInfo(data.pid);
|
||||
}catch(e){ }
|
||||
/*
|
||||
info.processUser = "User"; // String
|
||||
info.processDomain = "Domain"; // String
|
||||
|
||||
Reference in New Issue
Block a user