@Dhruvkumar Patel, 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:
- 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. - 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:
- Open the Settings app on the affected device.
- Click on "Accounts" and then click on "Sign-in options".
- Under "Windows Hello PIN", click on "I forgot my PIN".
- Follow the prompts to reset your PIN.
Hope the above information can help.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.