How to fix Windows Hello temporarily unavailable error on hybrid devices

Ritesh Sharma 261 Reputation points
2024-01-10T11:13:13.4633333+00:00

I am encountering a Windows Hello error on hybrid devices when trying to log in using a Hello PIN. The policy was pushed from Intune without any issues, and PIN and biometric settings were successfully configured. However, the error message "Windows Hello - That option is temporarily unavailable. For now, please use a different method to sign in" keeps appearing.

This doesn't happen when logging in on Azure AD join devices. What could be causing this issue? Can someone please assist me with a solution?

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,748 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,474 questions
{count} votes

Accepted answer
  1. James Hamil 21,696 Reputation points Microsoft Employee
    2024-01-10T23:03:10.1233333+00:00

    Hi @Ritesh Sharma , This issue can occur when the device is not able to communicate with the on-premises Active Directory Domain Services (AD DS) to verify the user's PIN. To resolve this issue, you can try the following steps:

    1. Verify that the device is properly registered in Azure AD and that the device object is synchronized to the on-premises AD DS. You can check this by running the following command in PowerShell: Get-ADComputer -Identity <computername> -Properties *. Replace <computername> with the name of the computer you are checking.
    2. Verify that the device is properly configured for Hybrid Azure AD join. You can check this by running the following command in PowerShell: dsregcmd /status. The output should show that the device is joined to Azure AD and that the AzureAdPrt token is present.
    3. Verify that the device is able to communicate with the on-premises AD DS. You can check this by running the following command in PowerShell: Test-ComputerSecureChannel -Verbose. The output should show that the secure channel is established.
    4. Verify that the device is able to communicate with the domain controller that holds the Primary Domain Controller (PDC) emulator role. You can check this by running the following command in PowerShell: nltest /dsgetdc:<domainname> /pdc. Replace <domainname> with the name of your domain.

    If all of the above steps are successful, you can try resetting the Windows Hello for Business PIN on the affected device. You can do this by following these steps:

    1. Open the Settings app on the affected device.
    2. Click on "Accounts" and then click on "Sign-in options".
    3. Under "Windows Hello PIN", click on "I forgot my PIN".
    4. Follow the prompts to reset your PIN.

    If you still encounter issues please let me know and I can help you further.

    If this answer helps you please mark "Accept Answer" so other users can reference it.

    Thank you,

    James

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful