Skip to content

Files

Latest commit

310a9a6 · Dec 16, 2024

History

History
48 lines (32 loc) · 1.14 KB

Disconnect-Yubikey.md

File metadata and controls

48 lines (32 loc) · 1.14 KB

external help file: powershellYK.dll-Help.xml Module Name: powershellYK online version: schema: 2.0.0

Disconnect-Yubikey

SYNOPSIS

Disconnects the YubiKey

SYNTAX

Disconnect-Yubikey [<CommonParameters>]

DESCRIPTION

Disconnect Yubikey, to allow other processes to connect

EXAMPLES

Example 1

PS C:\> Disconnect-Yubikey

Disconnects the YubiKey

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS