Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.21 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.21 KB

EntraFIDOFinder

PowerShell Module to find compatible attestation FIDO2 keys for Entra.

Database Last Updated: 2024-10-12

If you have trouble with the json path, please update to v0.0.5+ and it will fix your issue.

This readme is still in progress, but wanted to give you quick basics for people unfamiliar with PowerShell.

# Find all compatible keys
Find-FIDOKey
# Find all Yubico keys
Find-FIDOKey -Brand Yubico
# Find all Yubico and OneSpan
Find-FIDOKey -Brand Yubico,Onespan
# Find keys that have both USB and NFC
Find-FIDOKey -Type USB,NFC -TypeFilterMode AtLeastTwo
# Find keys that have either USB or NFC
Find-FIDOKey -Type USB,NFC
# Find your databse version and compare to newest version
Show-FIDODbVersion
# View Master Database Log
Get-FIDODbLog

Also the brands parameter is validated so if you start typing in a brand and press tab it will fill the rest of the brand name in if it is available. I have all compatible brands in there as of Sept 30, 2024.

The four types of keys are USB, NFC, BIO, and BLE which are also validated in so you can tab complete.

Also check out the web version: https://devclate.github.io/EntraFIDOFinder/Explorer/