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.

Syntax

Get-CAAuthorityInformationAccess []

Description

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.

Examples

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

C:\PS>Get-CAAuthorityInformationAccess

Description


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

Inputs

None.

Outputs

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