Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.13 KB

powershellYK

ℹ️ About

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.

📊 Feature coverage

For feature coverage as well as a comparison with other YubiKey management tools, please see this page.

💻 Prerequisites

Use of the powershellYK module requires the following prerequisites be met:

  • PowerShell 7 (pwsh)

💾 Installation

To install powershellYK:

  1. Open PowerShell
  2. Execute command: Install-Module powershellYK
  3. Press Y when prompted to proceed with installation.

📖 Basic usage

To get started with powershellYK:

Enable command feedback

$InformationPreference = 'Continue'

List available commands

Get-Command -Module powershellYK

Learn about a specific command

Get-Help <commandName>

NOTE: For Cmdlet instructions and examples please refer to documentation