It seems you’re encountering an issue with Windows Hello for Business on your Azure AD-joined device. Let’s troubleshoot this step by step:
Windows Hello for Business known deployment issues
- Check Domain Trust Relationship: Ensure that there is a proper trust relationship established between the on-premises Active Directory (AD) and Azure AD.
Verify Hybrid AD Join Settings: Confirm that your device is correctly configured for hybrid AD join. This involves connecting to both on-premises AD and Azure AD.
Update Azure AD Connect: Make sure you’re running the latest version of Azure AD Connect. Keeping it up to date can resolve compatibility issues.
Check Certificate Configuration: Verify that the certificates used for Windows Hello for Business are correctly configured. Ensure that the device has the necessary certificates.
Review Windows Hello for Business Policy: Check the Windows Hello for Business policy settings to ensure they align with your requirements.
Check Event Viewer Logs: Examine the Event Viewer logs for any relevant errors or warnings related to Windows Hello for Business.
Restart Devices and Services: Sometimes a simple restart can resolve issues. Restart your device and relevant services (such as Azure AD Connect).
Regarding the KRB error “kdc_err_client_name_mismatch”:
Check DNS Configuration: Ensure that your device’s DNS configuration is correct. It should be able to resolve both the on-premises domain and Azure AD domain names.
Verify SPN (Service Principal Name) Configuration: Confirm that the SPNs associated with your device are correctly set up. SPNs are used for Kerberos authentication.
By following these steps, you should be able to identify and resolve the issue with accessing on-premises file shares using Windows Hello for Business.
If this answer solves your issue, please vote for it so other community members know that this is a quality answer.