Get-CACrlDistributionPoint

Get-CACrlDistributionPoint

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

Syntaxe

Get-CACrlDistributionPoint [ <CommonParameters>]

Description détaillée

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

Paramètres

<CommonParameters>

Cette applet de commande prend en charge les paramètres courants : -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer et -OutVariable. Pour plus d’informations, consultez about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entrées

Le type d’entrée correspond au type des objets que vous pouvez transmettre à l’applet de commande.

  • none

Sorties

Le type de sortie est le type des objets émis par l’applet de commande.

  • 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

Exemples

-------------------------- 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

Rubriques connexes

Add-CACrlDistributionPoint

Remove-CACrlDistributionPoint