Get-CAAuthorityInformationAccess
Gets the AIA and OCSP URI information set on the AIA extension of the 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: Get AIA and OCSP URI information set on the AIA extension of the CA properties
PS C:\> Get-CAAuthorityInformationAccess
This command gets the current AIA and OCSP settings information for the certification authority.
Inputs
None.
Outputs
Microsoft.CertificateServices.Administration.Commands.CA.AuthorityInformationAccess
This cmdlet returns an array of Authority Information Access (AIA) Microsoft.CertificateServices.Management.Cmdlets.CA.AuthorityInformationAccess objects. Each object will contain URI and different Boolean properties as follows:
Name | Type |
---|---|
Uri | String |
AddToCertificateAia | Boolean |
AddtoCertificateOCSP | Boolean |