get-cacrldistributionpoint
Gets all the locations set on the CRL distribution point (CDP) extension of the certification authority (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 --------------------------
C:\PS>Get-CACrlDistributionPoint
Description
Returns a certification authority (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
Output object is an array of CRL Distribution Point (CDP) (Microsoft.CertificateServices.Management.Cmdlets.CA.CrlDistributionPoint) Each object will contain URI and different Boolean properties as follows:
PublishToServer: boolean
PublishDeltaToServer: boolean
AddToCertificateCdp: boolean
AddToFreshestCrl: boolean
AddToCrlCdp: boolean
AddToCrlIdp: boolean
Uri: String