Skip to content

Releases: virot/powershellYK

November release

11 Nov 18:22
d263f7b

Choose a tag to compare

What's Changed

  • Revised EA cmdlet. Still requires PIN (may be SDK issue). by @JMarkstrom in #180
  • Update YESDK from 1.13.2 to 1.14.1 by @virot in #181

Full Changelog: 0.2025.8.1...0.2025.11.1

0.2025.8.1

12 Aug 18:11
485e96a

Choose a tag to compare

What's Changed

  • Stopped Dynamic parameters from connecting a YubiKey. #174
  • Updates to cookbook for Set-YubiKey-HOTP.ps1
  • Fix Regression of certificate signing, #177

Full Changelog: 0.2025.7.1...0.2025.8.1

2025.7.1 - Updated Yubico SDK et al

22 Jul 09:42
ef7fea0

Choose a tag to compare

What's Changed

Full Changelog: 0.2025.6.0...0.2025.7.1

0.2025.7.0

08 Jul 15:55
d15be97

Choose a tag to compare

0.2025.7.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.2025.6.0...0.2025.7.0

Ny Yubico SDK version

09 Jun 12:14
e1376d3

Choose a tag to compare

Ny Yubico SDK version Pre-release
Pre-release

What's Changed

Full Changelog: 0.2025.3.1...0.2025.6.0

0.2025.3.1 Attestation update

23 Mar 09:52
2279d5e

Choose a tag to compare

What's Changed

  • Major rework with PIV Attestation Confirm-YubiKeyPIVAttestation
  • Build-YubiKeyPIVCertificateSigningRequest, updated to match

Full Changelog: 0.2025.3.0...0.2025.3.1

0.2025.3.0 - March update

16 Mar 11:39
93c1063

Choose a tag to compare

What's Changed

  • Updates to New-YubiKeyFido2Credential and Get-YubiKeyFido2Credential
  • Correction of spelling for Attestation
  • Allow export of PIV attestion certificate using 0xf9
  • Updates file handling, to make sure files aren't overwritten.

Full Changelog: 0.0.21.0...0.2025.3.0

0.0.0.21

26 Jan 20:30
a2a38fd

Choose a tag to compare

What's Changed

  • Support for Passkey (FIDO2) MakeCredential with Cmdlet New-YubiKeyFIDO2Credential
  • Examples on how to use New-YubiKeyFIDO2Credential (above)
  • Enroll On Behalf Of (EOBO) with Microsoft Entra ID scripting example added
  • Support for resetting YubiKey Bio "MPE" with Cmdlet Reset-YubiKeyBioMPE
  • Improved command feedback when using $InformationPreference = 'Continue'

Full Changelog: 0.0.20.0...0.0.21.0

0.0.20.0

11 Jan 09:11
7fa7fc6

Choose a tag to compare

What's Changed

  • Support for removing FIDO2 passkeys with Cmdlet Remove-YubiKeyFIDO2Credential
  • Improved Cmdlet Get-YubiKeyFIDO2Credential to list Credential ID
  • Corrected casing for 'YubiKey' in regards to Cmdlet names
  • Misc. spelling corrections

Full Changelog: 0.0.19.0...0.0.20.0

First 2025 release

06 Jan 12:39
7a8bf53

Choose a tag to compare

What's Changed

  • Confirm-YubikeyAttestation now accommodates a Yubico discrepancy in OID usage for PIV attestation, accepting both .11 and .1 formats.
    (Reference Issue: Link)
  • Get-YubikeyFIDO2Credentials now issues a warning if a passkey algorithm is unsupported by the Yubico .NET SDK.
    (Reference Issue: Link)
  • Added support for setting $InformationPreference to Continue to provide better feedback during interactive Cmdlet usage
  • The PIVSlot type in PIV Cmdlets now accepts input in multiple formats, and the ToString() method outputs in hexadecimal
  • Certificates issued with attestation data can now be validated using Confirm-YubikeyAttestation
    (Note: This assumes attestation data is present in the certificate.)
  • Security Key Series (SKY) YubiKey models are now correctly identified
  • Various minor corrections and updates to Cmdlet documentation for clarity and accuracy