Install the PowerShell PKI Module

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
Screenshot 2026-05-11 150122-20260511-093123.png

PKI Module installation window

Verify the following PKI modules are installed correctly by running the following command.

Get-Command -Module PKI
Screenshot 2026-05-11 150456-20260511-093456.png

PKI Module list