PowerShell PKI Module Documentation

Documentation Home

Show-CertificateRevocationList

Synopsis

Displays an X509CRL2 object in a familiar GUI window.

Syntax

Show-CertificateRevocationList [-CRL] <X509CRL2> [<CommonParameters>]

Description

Displays an X509CRL2 object in a familiar GUI window.

Parameters

-CRL <X509CRL2>

Specifies a X509CRL2 object to display. An X509CRL2 object can be retrieved by using Get-CertificateRevocationList (or Get-CRL) cmdlet.

Required? True
Position? 0
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
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.Cryptography.X509Certificates.X509CRL2

Outputs

None.

Notes

Examples

Example 1

PS C:\> Get-CRL -Path C:\file.crl | Show-CRL

Displays a CRL object retrieved from the file in regular UI dialog.

Related links

Get-CertificateRevocationList

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