PowerShell Logo Small

Remove-CAAuthorityInformationAccess



This is the built-in help made by Microsoft for the command 'Remove-CAAuthorityInformationAccess', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Removes authority information access (AIA) or Online Certificate Status Protocol (OCSP) URI from the AIA extension set on the certification authority.

SYNTAX


Remove-CAAuthorityInformationAccess [-Uri] <String> [-AddToCertificateAia] [-Force] [<CommonParameters>]
Remove-CAAuthorityInformationAccess [-Uri] <String> [-AddToCertificateOcsp] [-Force] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Remove-CAAuthorityInformationAccess cmdlet removes the Authority Information Access (AIA) or Online Certificate Status Protocol (OCSP) URI from the AIA extension set on
the certification authority.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=290943
Add-CAAuthorityInformationAccess
Get-CAAuthorityInformationAccess

REMARKS

<

Examples


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

C:\PS>Remove-CAAuthorityInformationAccess -uri "http://www.contoso.com/pki/orca1.crt" -AddToCertificateAIA



Description

-----------

Removes Authority Information Access (AIA) for the specified uniform resource identifier (URI) of 'http://www.contoso.com/pki/orca1.crt'.




-------------------------- EXAMPLE 2 --------------------------

C:\PS>Remove-CAAuthorityInformationAccess -uri "http://www.cpandl.com/ocsp/" -AddToCertificateOCSP



Description

-----------

Removes the Online Certificate Status Protocol (OCSP) for the specified uniform resource identifier (URI) of 'http://www.cpandl.com/ocsp'.




-------------------------- EXAMPLE 3 --------------------------

C:\PS>Remove-CAAuthorityInformationAccess -uri "http://www.contoso.com/pki/orca1.crt"



Description

-----------

Removes all AIA and OCSP entries that match the URL 'http://www.contoso.com/pki/orca1.crt'.