Get-CACrlDistributionPoint

Get-CACrlDistributionPoint

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

構文

Get-CACrlDistributionPoint [ <CommonParameters>]

詳細説明

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

パラメーター

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

  • none

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • 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

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