Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 840 Bytes

Get-Yubikey.md

File metadata and controls

45 lines (30 loc) · 840 Bytes

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

Get-Yubikey

SYNOPSIS

Returns the connected YubiKey

SYNTAX

Get-Yubikey [<CommonParameters>]

DESCRIPTION

This command will return information about the currently connected YubiKey

EXAMPLES

Example 1

PS C:\> Get-Yubikey

Information about Yubikey

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