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.
Syntax
Get-CAAuthorityInformationAccess [ <CommonParameters>]
Detailed 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.
Parameters
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
- None.
Outputs
The output type is the type of the objects that the cmdlet emits.
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
Examples
-------------------------- 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