Get-CACrlDistributionPoint

Get-CACrlDistributionPoint

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

Sintaxis

Get-CACrlDistributionPoint [ <CommonParameters>]

Descripción detallada

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

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

  • none

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • 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

Ejemplos

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

Temas relacionados

Add-CACrlDistributionPoint

Remove-CACrlDistributionPoint