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.

Syntaxe

Get-CAAuthorityInformationAccess [ <CommonParameters>]

Description détaillée

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.

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

Exemples

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

Rubriques connexes

Add-CAAuthorityInformationAccess

Remove-CAAuthorityInformationAccess