PowerShell PKI Module Documentation

Documentation Home
This command is not available in non-domain environments
This command requires installed Remote Server Administration Tools (RSAT)

Get-OnlineResponderRevocationConfiguration

Synopsis

Retrieves revocation configuration from Online Responder.

Syntax

Get-OnlineResponderRevocationConfiguration [-OnlineResponder] <OcspResponder[]> [[-Name] <String>] [<CommonParameters>]

Description

Retrieves revocation configuration from Online Responder.

Revocation configuration contains settings Online Responder uses to process OCSP requests for specified CA server. This includes revocation information source, signing certificate assignment and other settings.

Parameters

-OnlineResponder <OcspResponder[]>

Specifies the Online Responder to retrieve revocation configurations from.

Required? True
Position? 0
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? False

-Name <String>

Optional revocation configuration name. If this parameter is not specified, all revocation configurations are returned from Online Responder.

Required? False
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? False

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, InformationAction, InformationVariable,
WarningAction, WarningVariable, OutBuffer, PipelineVariable and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).

Inputs

SysadminsLV.PKI.Management.CertificateServices.OcspResponder

Outputs

SysadminsLV.PKI.Management.CertificateServices.OcspResponderRevocationConfiguration

Notes

Examples

Example 1

PS C:\> Connect-OnlineResponder "ocsp1.example.com" | Get-OnlineResponderRevocationConfiguration

Retrieves all revocation configurations from Online Responder on "ocsp1.example.com".

Example 2

PS C:\> Connect-OnlineResponder "ocsp1.example.com" | Get-OnlineResponderRevocationConfiguration -Name "Example Org v0.0"

Retrieves "Example Org v0.0" revocation configurations from Online Responder on "ocsp1.example.com".

Related links

Connect-OnlineResponder
Add-OnlineResponderRevocationConfiguration
Remove-OnlineResponderRevocationConfiguration
Set-OnlineResponderRevocationConfiguration

Minimum PowerShell version support

  • Windows PowerShell 3.0

Operating System Support

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