PKI Module is intended to simplify various PKI management tasks by using automation with Windows PowerShell. It is intended for Certification Authority (CA) management.
Using the below command in PowerShell, the user will get all the PKI modules installed.
C:\> Install-Module -Name PSPKI
PKI Module installation window
Verify the following PKI modules are installed correctly by running the following command.
Get-Command -Module PKI
PKI Module list