Get-CAAuthorityInformationAccess

Get-CAAuthorityInformationAccess

Gets the Authority Information Access (AIA) and Online Certificate Status Protocol (OCSP) URI information set on the AIA extension of the certification authority (CA) properties.

構文

Get-CAAuthorityInformationAccess [ <CommonParameters>]

詳細説明

The Get-CAAuthorityInformationAccess cmdlet gets the Authority Information Access (AIA) and Online Certificate Status Protocol (OCSP) URI information set on the AIA 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.AuthorityInformationAccess

    Output object is an array of Authority Information Access (AIA) (Microsoft.CertificateServices.Management.Cmdlets.CA.AuthorityInformationAcces) objects. Each object will contain URI and different Boolean properties as follows:

    Name: Type

    Uri: String

    AddtoCertificateAIA: Boolean

    AddtoCertificateOCSP: Boolean

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

Description

-----------

Returns the current authority information access (AIA) and online certificate status protocol (OCSP) settings information for the certification authority (CA).

C:\PS>Get-CAAuthorityInformationAccess

関連トピック

Add-CAAuthorityInformationAccess

Remove-CAAuthorityInformationAccess