Simon Smith
Simon Smith
Ah right yes I understand Currently, the connect buttin on the remote tab has the ability to pick a user when there are multiple users connected But there is no...
ooo this is interesting! can you check what command the powershell is running at all? as yes it should run powershell to do a some command etc but should then...
ah frig! thats what i was worried about! we have no idea what command its running because we pipe it into the powershell! BUT im sure i remember seeing this...
i found the commits i was talking about and it was to do with the bitlocker https://github.com/Ylianst/MeshCentral/pull/5832 https://github.com/Ylianst/MeshCentral/pull/5747 can you verify if the VM in question was using bitlocker and...
All looks OK, very weird? Does it now show multiple powershells at all after u reinstalled it?
Does it happen straight away right after u install the meshagent Or does it appear after a period of time? Also one thing to try is watch it in process...
Yep, that's the `sysinfo` ! Every 30ish mins, it will do a refresh of ur specs of ur computer! One way to trigger it manually is to run `sysinfo` in...
@HuFlungDu the volume stuff is now returned by the `computer-identifiers.js` on the meshcentral server itself So would need to update there if the is a bug with volumes
@HuFlungDu ive just pushed the fix in the meshcentral repo as i do believe you are right! https://github.com/Ylianst/MeshCentral/commit/cf23a3df81de1e1b049a585c72b1b43ecaf40b69 its starting a new line but never actually pressing the enter key...
@JasperE84 if you are happy too, replace the file `agents/modules_meshcore/computer-identifiers.js` with the master from the meshcentral repo https://github.com/Ylianst/MeshCentral/blob/master/agents/modules_meshcore/computer-identifiers.js then restart meshcentral and see if the issue still happens!