PSPKI icon indicating copy to clipboard operation
PSPKI copied to clipboard

PowerShell PKI Module

PowerShell PKI Module

Project Description

This module is intended to simplify various PKI and Active Directory Certificate Services management tasks by using automation with Windows PowerShell.

This module is intended for Certification Authority management. For local certificate store management you should consider to use Quest AD PKI cmdlets.

Relationships between Microsoft PKI and PSPKI modules

Starting with Windows 8/Windows Server 2012, a PKI module is installed along with AD CS Remote Server Administration Tools. This module is maintained by Microsoft. PSPKI is open-source community module and uses completely different codebase.

Documentation

All documentation is available at PKI Solutions: PowerShell PKI Module

Download and install PowerShell PKI module from the PowerShell Gallery using PowerShell

Install-Module -Name PSPKI

Module Requirements

  • Windows PowerShell 3.0 or higher
  • .NET Framework 4.0 or higher

This module can run on any of the specified operating system:

  • Windows Server 2008 R2*/2012*/2012 R2*/2016*
  • Windows 7/8/8.1/10

* — Server Core installation is not supported.

Module installation requires installed RSAT (Remote System Administration Tools)

Certificate services support

This module supports Enterprise or Standalone Certification Authority (CA) servers that are running one the following operating systems:

  • Windows Server 2003/2003 R2
  • Windows Server 2008 (including Server Core)
  • Windows Server 2008 R2 (including Server Core)
  • Windows Server 2012 (including Server Core)
  • Windows Server 2012 R2 (including Server Core)
  • Windows Server 2016 (including Server Core)
  • Windows Server 2019 (including Server Core)

Online Responder support

This module supports Online Certificate Status Protocol (OCSP) servers that are running one the following operating systems:

  • Windows Server 2003/2003 R2
  • Windows Server 2008 Enterprise (Full Installation)
  • Windows Server 2008 R2 Enterprise (Full Installation)
  • Windows Server 2012 (including Server Core)
  • Windows Server 2012 R2 (including Server Core)
  • Windows Server 2016 (including Server Core)
  • Windows Server 2019 (including Server Core)

Full Command List