Remove-EntraTrustedCertificateAuthority

信頼された証明機関を削除します。

構文

Default (既定)

Remove-EntraTrustedCertificateAuthority

    -CertificateAuthorityInformation <CertificateAuthorityInformation>
    [<CommonParameters>]

説明

Remove-EntraTrustedCertificateAuthority コマンドレットは、信頼された証明機関をMicrosoft Entra IDから削除します。

例 1: ディレクトリで定義されている信頼された証明機関を削除する

Connect-Entra -Scopes 'Organization.ReadWrite.All'
$cer = Get-EntraTrustedCertificateAuthority #Get the CertificateAuthorityInformation object
Remove-EntraTrustedCertificateAuthority -CertificateAuthorityInformation $cer[0]
Id
--
aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb

このコマンドは、ディレクトリで定義されている信頼された証明機関を削除します。

  • -CertificateAuthorityInformation Parameter は CertificateAuthorityInformation オブジェクトを指定します。 これには、 AuthorityTypeCrlDistributionPointDeltaCrlDistributionPointTrustedCertificateなどのプロパティが含まれます。

パラメーター

-CertificateAuthorityInformation

CertificateAuthorityInformation オブジェクトを指定します。

パラメーターのプロパティ

型:CertificateAuthorityInformation
規定値:None
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

(All)
配置:Named
必須:True
パイプラインからの値:True
プロパティ名別のパイプラインからの値:True
残りの引数からの値:False

CommonParameters

このコマンドレットでは、一般的なパラメーター -Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction、-WarningVariable の各パラメーターがサポートされています。 詳細については、about_CommonParametersを参照してください。