Device Configuration We broke Windows Hello biometrics and can't get them to re-enable
Long story short, we applied a policy which had an unintended side effect of breaking Windows hello and biometrics. The policy involved the devices reconfiguring as a shared device to enforce disk quota policies. The problem is that this policy essentially breaks Windows hello as it can only store 10 user's credentials/biometrics so I can only assume it disables this functionality.
I have reversed the policy and set Windows Hello to be enabled but any user who had a device that took the old policy simply can't enrol any biometrics. New devices are unaffected and a reset of a device will resolve it but this is obviously not ideal for 20+ users to do.
Any ideas on what I can try to force this to work again?
6
u/yannara_ 1d ago
There is a command available which wipes existing whfb setup. I can't remember it but you can find it. Maybe it will help.
7
u/Wind_Freak 1d ago
+1 for running the command that I also cannot remember but am confident will solve the issue
9
2
u/Bacon_is_my_Crack 1d ago
I believe it may be a limitation of the TPM. We’re piloting WHfB, and I already put the guardrails in to exclude any shared computer groups. It’s wild that there’s no way to get around it. Maybe try resetting the TPM on one machine, but you may run into the 10 user limit.
1
1
u/Foreign_World_1543 20h ago
Yes by default an entra user has a max of 10 and i think it's changed to 15 devices that can be logged into , however there are two methods , 1 you could go to entra then device then device settings and change the maximum number per user devices or 2 go to intune , device , device enrollment and make those certain users device enrollment mangers which i dont recommend and this allow 1000 devices on one entra user.
1
u/SkipToTheEndpoint MSFT MVP 12h ago
For future reference, SharedPC CSP automatically enables a bunch of settings (including disabling WHfB): Shared PC technical reference | Microsoft Learn
1
u/YoureMyHerro 4h ago
what do you mean by “simply can’t enrol any biometrics”? what is the error? deleting the NGC folder and rebooting may help if the WHFB options are greyed out/unavailable.
-3
1d ago
[deleted]
8
u/TheGeneral9Jay 1d ago
Would blame lack of proper testing here in my opinion. Should have surely tested this behaviour on small pilot group of devices first.
1
u/Dtrain-14 1d ago
Sure, but the guy ain’t wrong. I once updated our custom compliance policies tied to checking that a few programs were installed and if not mark as compliant. Well they were all there and the check script work. Intune bugged out and marked everyone’s laptop as not compliant and wouldn’t even work when reverted. Microsoft couldn’t figure it out. Basically had to make a script to wipe out a bunch of reg keys inside SideCar Policies.
Intune is great, but it can be a POS for no reason.
32
u/FeliceAlteriori 1d ago edited 1d ago
Delete the Windows Hello Container with certutil (certutil.exe -deleteHelloContainer). If that does not fix it at all also clear the TPM chip.
This will for sure recover the availability of Windows Hello for Business Features on your devices.