Establish monitoring to track deployment success and quickly identify issues. Windows Hello for Business generates detailed logs that help with troubleshooting.
Key monitoring locations in Intune:
- Endpoint Security → Account Protection → Select your policy → Device status
- Devices → Configuration profiles → Select Settings Catalog policy → Device status
- Devices → Monitor → Device compliance
On client devices, monitor these Event Viewer logs:
Applications and Services Logs → Microsoft → Windows → HelloForBusiness → Operational
Applications and Services Logs → Microsoft → Windows → AAD → Operational
Applications and Services Logs → Microsoft → Windows → User Device Registration → Admin
Common troubleshooting commands:
rem Check device registration status
dsregcmd /status
rem Verify TPM status
tpm.msc
rem Check Windows Hello certificate
certlm.msc
Create a troubleshooting checklist:
- Verify TPM 2.0 is enabled and functional
- Confirm device is Azure AD joined or hybrid joined
- Check that both policies applied successfully
- Verify MFA is configured for the user
- Ensure AD Connect is synchronizing properly
Verification: Policy compliance should show 100% success rate for your pilot group within 24 hours. Any failures should be investigated using the Event Viewer logs and dsregcmd output.
Warning: If you see certificate-related errors, ensure the "Use Certificate For On Prem Auth" setting is disabled in your Settings Catalog policy. Certificate and cloud Kerberos trust cannot be used simultaneously.