-
Notifications
You must be signed in to change notification settings - Fork 582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Read and display the computer description from Windows machines #6556
Comments
Yep, exactly! |
if you want me to add it into the adding it into the General tab and then the list view is more fiddly because we already have |
Hmm, the |
OK leave it with me to have a play with! |
so this is already included and u can access it using the websocket api (node.hardware.windows.osinfo.Descrption) i have included it in the Details tab only because the General tab uses a different set of results |
Signed-off-by: si458 <[email protected]>
Wow, thank you very much. That was some real quick thing. I can't wait to test it. I don't want to sound too demanding :), but is there a chance that at some point in the future the General tab will get this as well? |
yes i will look at it in future but at the minute the way the code is setup, is basically IF you brave enough u can test it now using the development build (no translations tho so only english!)
or docker master images (translations included) |
Ohh, that's perfect, I will wait with patience. Well, it's a production environment, so I'm not that brave. But we will see it surely soon. :) Thanks again! |
HI!
All windows computers have a "Computer description" field that can be set when one renames the computer. Actually Linux Samba has a similar "server string" entry. This field allows to enter extra information about the machine, and is some times unpopulated or contains some non-sense like "Kitchen computer", but it can be very well used for some really useful things like for example information about the location and/or user of the computer.
Currently MeshCentral doesn't use this value but it would be really nice to extract it and show it in the "My Devices" list and on the General tab of the machine overview.
Currently there is an "OS Name" and there could be an "OS Description" as well which would show this value.
If one would like to check the current value:
From the Windows GUI:
From the command line (cmd.exe):
wmic os get description
or
reg query "HKLM\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters" /v srvcomment
I tried to search for this feature in the open/closed issues, but couldn't find anything similar, I hope I didn't missed it. :)
Please indicate if I should provide any additional information, which I would happily provide.
The text was updated successfully, but these errors were encountered: