Get-CACrlDistributionPoint
Gets all the locations set on the CDP extension of the CA properties.
Syntax
Get-CACrlDistributionPoint []
Description
The Get-CACRLDistributionPoint cmdlet gets all the locations set on the CRL distribution point (CDP) extension of the certification authority (CA) properties.
Examples
Example 1: Get a CA certificate revocation list distribution point object
PS C:\> Get-CACrlDistributionPoint
This command gets a CA certificate revocation list (CRL) distribution point (CDP) type object, which contains the settings information and uniform resource indicator (URI) that correspond to the CDP for the current CA.
Inputs
none
Outputs
Microsoft.CertificateServices.Administration.Commands.CA.CrlDistributionPoint
This cmdlet returns an array of Microsoft.CertificateServices.Management.Cmdlets.CA.CrlDistributionPoint objects. Each object contains URI and different Boolean properties as follows:
Name | Type |
---|---|
PublishToServer | Boolean |
PublishDeltaToServer | Boolean |
AddToCertificateCdp | Boolean |
AddToFreshestCrl | Boolean |
AddToCrlCdp | Boolean |
AddToCrlIdp | Boolean |
Uri | String |