Remove-AzureADTrustedCertificateAuthority
Tar bort en betrodd certifikatutfärdare.
Syntax
Remove-AzureADTrustedCertificateAuthority
-CertificateAuthorityInformation <CertificateAuthorityInformation>
[-InformationAction <ActionPreference>]
[-InformationVariable <String>]
[<CommonParameters>]
Description
Cmdleten Remove-AzureADTrustedCertificateAuthority tar bort en betrodd certifikatutfärdare från Azure Active Directory (AD).
Exempel
Exempel 1: Ta bort de betrodda certifikatutfärdare som har definierats i din katalog
PS C:\> $cer = Get-AzureADTrustedCertificateAuthority #Get the CertificateAuthorityInformation object
PS C:\> Remove-AzureADTrustedCertificateAuthority -CertificateAuthorityInformation $cer[0]
Det här kommandot tar bort de betrodda certifikatutfärdare som har definierats i din katalog.
Parametrar
-CertificateAuthorityInformation
@{Text=}
Typ: | CertificateAuthorityInformation |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-InformationAction
Anger hur den här cmdleten svarar på en informationshändelse. De acceptabla värdena för den här parametern är:
- Fortsätt
- Ignorera
- Fråga
- SilentlyContinue
- Stoppa
- Suspend
Typ: | ActionPreference |
Alias: | infa |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-InformationVariable
Anger en informationsvariabel.
Typ: | String |
Alias: | iv |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |