Skip to content

PKISolutions/PSPKI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • image
  • image

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

  • Windows Server 2008 R2/2012/2012 R2/2016/2019/2022
  • Windows 7/8/8.1/10/11

Module installation requires installed AD CS RSAT (Remote System Administration Tools for Active Directory Certificate Services)

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)
  • Windows Server 2022 (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 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)
  • Windows Server 2022 (including Server Core)

Full Command List