Releases: virot/powershellYK
Releases · virot/powershellYK
November release
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
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
What's Changed
- Update SetYubikeyOTP.cs by @JMarkstrom in #160
- Update GetYubikey.cs by @JMarkstrom in #158
- Update Set-YubiKey-HOTP.ps1 by @JMarkstrom in #163
- Display in hex via helper class. by @JMarkstrom in #162
- Slot access code management by @JMarkstrom in #165
- Update Feature_comparison.md by @JMarkstrom in #166
- Update Feature_comparison.md by @JMarkstrom in #167
- Update ConnectYubikey.cs by @virot in #171
- Update dependent packages by @virot in #172
- Updates to YubiKeyInformation type by @virot in #173
Full Changelog: 0.2025.6.0...0.2025.7.1
0.2025.7.0
What's Changed
- Update SetYubikeyOTP.cs by @JMarkstrom in #160
- Update GetYubikey.cs by @JMarkstrom in #158
- Update Set-YubiKey-HOTP.ps1 by @JMarkstrom in #163
- Display in hex via helper class. by @JMarkstrom in #162
- Slot access code management by @JMarkstrom in #165
- Update Feature_comparison.md by @JMarkstrom in #166
Full Changelog: 0.2025.6.0...0.2025.7.0
Ny Yubico SDK version
What's Changed
- Add information to Confirm-YubiKeyPIVAttestation by @virot in #148
- Added HOTP to slot programming by @JMarkstrom in #152
- Update to Yubico .NET SDK 1.13 by @virot in #154
- Create Set-YubiKey-HOTP.ps1 by @JMarkstrom in #156
- Applied code summary and code comments. by @JMarkstrom in #157
- Hotp by @JMarkstrom in #153
Full Changelog: 0.2025.3.1...0.2025.6.0
0.2025.3.1 Attestation update
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
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
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
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
What's Changed
Confirm-YubikeyAttestationnow accommodates a Yubico discrepancy in OID usage for PIV attestation, accepting both.11and.1formats.
(Reference Issue: Link)Get-YubikeyFIDO2Credentialsnow issues a warning if a passkey algorithm is unsupported by the Yubico .NET SDK.
(Reference Issue: Link)- Added support for setting
$InformationPreferenceto 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