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]