Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 2.14 KB

get-caauthorityinformationaccess.md

File metadata and controls

67 lines (42 loc) · 2.14 KB
external help file Module Name ms.date online version schema title
Microsoft.CertificateServices.Administration.Commands.dll-Help.xml
adcsadministration
10/30/2017
2.0.0
Get-CAAuthorityInformationAccess

Get-CAAuthorityInformationAccess

SYNOPSIS

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

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

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

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

NOTES

RELATED LINKS

Add-CAAuthorityInformationAccess

Remove-CAAuthorityInformationAccess