PowerShell PKI module v3.3.0 Release Notes
Release notes include changes for PSPKI module itself and underlying API library.
This release is a part of major underlying code structure refactoring.
- Improved module import behavior. The module detects installed dependencies and do not export commands that require missed dependencies.
Cmdlets
Add-CertificateEnrollmentPolicyService
Add-CertificateEnrollmentService
Approve-CertificateRequest
Deny-CertificateRequest
Get-EnterprisePKIHealthStatus
- Fixed issue
- Removed all Write-Host lines
Install-CertificationAuthority
Remove-CertificateEnrollmentPolicyService
Remove-CertificateEnrollmentService
Remove-DatabaseRow
Uninstall-CertificationAuthority
Get-RevokedRequest
Get-IssuedRequest
Get-PendingRequest
Get-FailedRequest
Get-DatabaseRow
Database object values as NoteProperty are deprecated. Instead, they are moved to Properties dictionary collection.
Bug fixes
The following working items were fixed or addressed:
API Library
The following API are marked as obsolete and will be removed in future releases:
Added new classes:
Defined the following classes to provide extension methods to existing .NET classes:
Changes in existing API:
Bug fixes
The following work items were fixed or addressed: