Skip to content

Files

Latest commit

74ef49e · Feb 9, 2022

History

History
14 lines (12 loc) · 441 Bytes

active-directory-authentication-remove-trusted-azuread.md

File metadata and controls

14 lines (12 loc) · 441 Bytes
author ms.service ms.topic ms.date ms.author
justinha
active-directory
include
02/08/2022
justinha

To remove a trusted certificate authority, use the Remove-AzureADTrustedCertificateAuthority cmdlet:

    $c=Get-AzureADTrustedCertificateAuthority
    Remove-AzureADTrustedCertificateAuthority -CertificateAuthorityInformation $c[2]