powershellYK is a third-party PowerShell module built on the official YubiKey .NET SDK. It enables seamless management of YubiKeys directly from PowerShell without requiring any additional Yubico tools or software installations.
For feature coverage as well as a comparison with other YubiKey management tools, please see this page.
Use of the powershellYK module requires the following prerequisites be met:
- PowerShell 7 (
pwsh
)
To install powershellYK:
- Open PowerShell
- Execute command:
Install-Module powershellYK
- Press
Y
when prompted to proceed with installation.
To get started with powershellYK:
$InformationPreference = 'Continue'
Get-Command -Module powershellYK
Get-Help <commandName>
NOTE: For Cmdlet instructions and examples please refer to documentation