-
Notifications
You must be signed in to change notification settings - Fork 622
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
BitLocker recovery key for offline devices #5746
Comments
Cool! |
what do you mean identifier sorry? i currently only get the drive letter, status, protectionstatus, password ?
|
It is this parameter: I'm wondering if this feature should only be accessible to certain permissions in MeshCentral. For example for "admin". Because the MC can be accessed by a team (for example, a team of operators) that should not see the recovery key. |
@JSkolnik i realised the minute i clicked 'Comment' what you meant haha! EDIT: i think to begin with i will show they key icon IF the user is an admin account, THEN later ill check with @Ylianst about the user permissions etc |
Great thanks. |
Great job ******************************* |
@arduin0guru also the key/identifier SHOULD be stored in the database now too! |
Yes, better than ever. |
Yes, it looks great. |
still need to do the permissions but slowly getting there 👍 |
done a draft PR, its only 2 files that you need to update IF you wanted to try the GUI for me!? |
I'll be happy to try. |
@JSkolnik great! you can just copy the 3 (sorry forgot to upload the key icon haha), from the PR above, replace on your meshcentral, then restart and see if it works!? |
Copy both files and restarted server but no update on GUI !!!!! |
@arduin0guru the was 3 files sorry, I forgot the icon (sorry you might to copy that too) Also one thing u can check is go into the console tab and type |
It's working after updating ICON file |
My bad! Forgot the icon when did the pr, so had to push it into the pr doh! |
by the way, I'm administrator on the whole system and also the creator for that group and that device ! |
@smartekIT what is your output from the command: |
@smartekIT hmm weird? Will have to test on an external drive, as I only have it enabled on my local drive. Edit. If u do use bitlocker and think it should show a key, then plz open a new issue and we track progress there! |
ok I just tried it on another machine by turning on the bitlocker. The server detected that and when i compared the identifier and the password they were match. Thanks anyway. |
@smartekIT I'm guessing it's windows 11 installed on unsupported processor/computer, because it should at least show TPM in the details page in meshcentral. But still amazed how they enabled it without a tpm tho haha |
have no idea... very weird :) |
Hi, Thanks. |
@elpibedeoro are you a FULL ADMIN USER? or just a normal user with 'admin privileges' for a group of computers? |
I've checked with both accounts and the result is the same. |
whats the output you get if you use the console tab and type |
Here is:
and
and to complete:
|
was it working before the 1.0.21 release? |
Yep, it's French and it worked on the 1.0.20. |
@elpibedeoro can you try |
Nope, still in French. |
can you just try downloading this file https://github.com/Ylianst/MeshCentral/blob/french-bitlocker/agents/modules_meshcore/computer-identifiers.js |
I'm afraid but that still doesn't work :-( |
@elpibedeoro can you try one more time plz? i forgot the french identifier and spaces in the string from the looks of your output |
whats the output of |
the output in the console shows the recoveryPassword value now |
ok think ive got it! 1 more try plz (same file/location) |
Nothing has changed :-( |
did you download the file again as i made a few changes? https://github.com/Ylianst/MeshCentral/blob/french-bitlocker/agents/modules_meshcore/computer-identifiers.js you also wont see it anymore in the general tab as @Ylianst moved it to the details tab instead is the output of is the output of |
Yes, I did and restarted Meshcentral. About the General Tab, I do have missed the info thanks for reminding me. |
fixed this time i promise! one more try plz... copy+paste same file |
You work hard and you do an excellent job but the result is still the same about the identifier, it is not showed. It's good enough that I can see the recovery key in the console and in the details tab ! |
time to setup a VM in french and hope i remember any of it from my school days! |
@elpibedeoro ok all fixed now! one finaly try pretty plz edit: thank you google lens for translating the setup and installing drivers etc haha |
Oh magnifique ! You get it, great job ! |
@elpibedeoro glad it worked! i still need to research IF the is a way of getting the recovery key from maybe the registry or outputting it to a file then i can read it without having to worry about translations! but baby steps... |
As a technical team, we would welcome a Bitlocker recovery key stored in the dashboard. The use case is for the case when the computer performs a BIOS flash incorrectly and asks the user to enter a key that he does not know, because the HW vendor has enabled encryption by default with the key stored in the TPM. Or when replacing the motherboard. These are cases where the computer is offline and it is not possible to read the key from powershell or sysinfo.
Would it be possible for the agent to load the recovery key and store it in the database, then display it in the Meshcentral dashboard? The display can be on demand after entering the password.
The text was updated successfully, but these errors were encountered: