Get-CACrlDistributionPoint

Get-CACrlDistributionPoint

Gets all the locations set on the CRL distribution point (CDP) extension of the certification authority (CA) properties.

Syntax

Get-CACrlDistributionPoint [ <CommonParameters>]

Detailed Description

The Get-CACRLDistributionPoint cmdlet gets all the locations set on the CRL distribution point (CDP) extension of the certification authority (CA) properties.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • none

Outputs

The output type is the type of the objects that the cmdlet emits.

  • 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

Examples

-------------------------- EXAMPLE 1 --------------------------

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.

C:\PS>Get-CACrlDistributionPoint

Add-CACrlDistributionPoint

Remove-CACrlDistributionPoint