Get-CACrlDistributionPoint
Gets all the locations set on the CDP extension of the CA properties.
Get-CACrlDistributionPoint []
The Get-CACRLDistributionPoint cmdlet gets all the locations set on the CRL distribution point (CDP) extension of the certification authority (CA) properties.
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.
none
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 |