NAME
Show-CertificateRevocationList
SYNOPSIS
Displays X509CRL2 object in a familiar GUI window.
SYNTAX
Show-CertificateRevocationList [-CRL] <X509CRL2> [<CommonParameters>]
DESCRIPTION
Displays X509CRL2 object in a familiar GUI window.
PARAMETERS
-CRL <X509CRL2>
Specifies a X509CRL2 object to display. A X509CRL2 object can be retrieved by using Get-CertificateRevocationList (or Get-CRL) cmdlet.
| Required? |
true |
| Position? |
1 |
| Default value |
none |
| Accept pipeline input? |
true (ByValue, ByPropertyName) |
| Accept wildcard characters? |
false |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer and OutVariable. For more information, type,
"get-help about_commonparameters".
INPUTS
System.Security.Cryptography.X509Certificates.X509CRL2[]
OUTPUTS
None.
NOTES
Author: Vadims Podans
Blog: http://en-us.sysadmins.lv
EXAMPLES
-------------------------- EXAMPLE 1 --------------------------
C:\PS>Get-CRL -Path C:\file.crl | Show-CRL
Displays a CRL object retrieved from the file in regular UI dialog.
RELATED LINKS
Show-Certificate
Get-CertificateRevocationList