How to Authenticate with Windows Hello for Business or FIDO Security Key in RDP Session

Listen to this Post

You Should Know:

To authenticate with Windows Hello for Business or a FIDO security key in an RDP session, follow these steps:

  1. Ensure Windows Hello for Business is Set Up:

– Go to Settings > Accounts > Sign-in options.
– Set up Windows Hello for Business by following the on-screen instructions.

2. Enable FIDO Security Key:

  • Insert your FIDO security key into the USB port.
  • Navigate to Settings > Accounts > Sign-in options.
  • Select Security Key and follow the setup instructions.

3. Configure RDP for Authentication:

  • Open the Remote Desktop Connection client.
  • Enter the remote PC’s IP address or hostname.
  • Click on Show Options and go to the Advanced tab.
  • Under Authentication, select Always connect with Windows Hello for Business or FIDO security key.

4. Connect to the Remote Session:

  • Click Connect and authenticate using your Windows Hello for Business (e.g., fingerprint, facial recognition) or FIDO security key.

Practice Verified Commands:

  • Check Windows Hello for Business Status:
    Get-WindowsHelloForBusinessStatus
    

  • Enable FIDO Security Key via PowerShell:

    Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\System" -Name "EnableFIDO" -Value 1
    

  • Configure RDP Authentication:

    Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" -Name "SecurityLayer" -Value 1
    

  • Test RDP Connection:

    Test-NetConnection -ComputerName <RemotePC_IP> -Port 3389
    

What Undercode Say:

Windows Hello for Business and FIDO security keys provide robust authentication methods for securing RDP sessions. By leveraging biometrics or hardware-based security keys, organizations can significantly reduce the risk of unauthorized access. The integration of these technologies into RDP ensures a seamless yet secure remote working experience. For further details, refer to the official Microsoft documentation: Windows Hello for Business and FIDO2 Security Keys.

References:

Reported By: Rodtrent How – Hackers Feeds
Extra Hub: Undercode MoN
Basic Verification: Pass ✅

Join Our Cyber World:

💬 Whatsapp | 💬 TelegramFeatured Image