Unsolved
1 Rookie
•
6 Posts
0
2750
May 14th, 2024 20:58
Precision 5560 ERROR: An error occurred (code 0x8004100e): Invalid namespace.
Hi,
We have around 14 laptops and so far, we have three devices documented that had this error. We had to rebuild WMI Repository, we think is related to freezing the machine multiple times, because usually occurs to people that don't shut down their machines often and just close lid. But this is happening in only this model, a lot of people do this, and they have no issue.
This is causing us a lot of issues machines that suddenly become non-compliant because BitLocker encryption is not detected (even when is encrypted). We found a way to fix it but I am concern of this happening and blocking users because the device cannot access company resources because of conditional access related with Bitlocker not being detected.
Adding some images of the errors (We already have a procedure to fix this issue but takes around 2 to 5 hours to be run, a lot of downtime for users, is happening once in a week now):





KASPAWHALE.COM
1 Rookie
•
3 Posts
0
May 16th, 2024 20:08
CoreITsupport
1 Rookie
•
6 Posts
0
May 17th, 2024 17:46
CoreITsupport
1 Rookie
•
6 Posts
0
May 17th, 2024 17:53
Overview
Due to a corrupted repository on Windows Management Instrumentation (WMI) service, BitLocker fails to enable and encrypt the drive while it prompts an error Invalid Namespace.
Identifying BitLocker error
To identify the BitLocker error, open Command Prompt as Administrator then type the command manage-bde -status. The encryption status will throw an error code ERROR: An error occurred (code 0x8004100e): Invalid namespace.
Decrypt the disk before starting
This procedure will re-register the dlls and recompile .mofs in the wbem folder by re-registering the WMI Service.
Next is to disable the WMI service by typing the command sc config winmgmt start=disabled.
6. Last step is to encrypt C:Drive by following the encrypt procedure (Encrypt bitlocker XTS-AES 256)
(edited)
CoreITsupport
1 Rookie
•
6 Posts
0
May 17th, 2024 17:54
UserEight
1 Rookie
•
1 Message
0
February 12th, 2025 14:48
@CoreITsupport Are these all steps required or do the missing images contain steps 2-5, if so would you be so kind as to post the steps you took to resolve the issues, thanks.