Skip to Main Content
Patch My PC Feature and Application Request

A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize request, please see:

14 VOTE
Status SUBMITTED
Categories Application Request
Created by Guest
Created on Sep 9, 2022

Add - YubiKey Smart Card Minidriver

The YubiKey Smart Card Minidriver enables users and administrators to use the native Windows interface for certificate enrollment, managing the YubiKey smart Card PIN, and smart card authentication on Windows.

  • Attach files
  • Kalani Sanders
    Reply
    |
    Oct 24, 2023

    Download is here: https://www.yubico.com/support/download/smart-card-drivers-tools/


    https://support.yubico.com/hc/en-us/articles/360015654560-Deploying-the-YubiKey-Minidriver-to-Workstations-and-Servers#Command-Line-Install

    Command Line Install

    The YubiKey Minidriver MSI can also be installed via command line using the msiexec command. The basic command line install command is:

    msiexec /i YubiKey-Minidriver-4.1.1.210-x64.msi

    To install in unattended mode with no user interaction required, include the /passive flag:

    msiexec /i YubiKey-Minidriver-4.1.1.210-x64.msi /passive

    To install in quiet mode with no user interaction or dialog, use the /quiet flag:

    msiexec /i YubiKey-Minidriver-4.1.1.210-x64.msi /quiet

    When deploying the Minidriver to remote servers where the YubiKey cannot be physically inserted, a legacy node must be created to load the minidriver. To do so, install the minidriver with the INSTALL_LEGACY_NODE=1 option set:

    msiexec /i YubiKey-Minidriver-4.1.1.210-x64.msi INSTALL_LEGACY_NODE=1 /quiet

    Installing the MSI with the Legacy Node option enabled on servers will prevent the Smart Card Logon Over RDP Fails with "Requested Key Container is not Available" error.

  • +9