Set-EntraTrustedCertificateAuthority
信頼された証明機関を更新します。
構文
Default (既定)
Set-EntraTrustedCertificateAuthority
-CertificateAuthorityInformation <CertificateAuthorityInformation>
[<CommonParameters>]
説明
Set-EntraTrustedCertificateAuthority コマンドレットは、Microsoft Entra IDの信頼された証明機関を更新します。
例
例 1: ディレクトリで定義されている信頼された証明機関を更新する
Connect-Entra -Scopes 'Organization.ReadWrite.All'
$cer = Get-EntraTrustedCertificateAuthority #Get the CertificateAuthorityInformation object
$cer[0].CrlDistributionPoint = "https://example.crl"
Set-EntraTrustedCertificateAuthority -CertificateAuthorityInformation $cer[0]
Id
--
aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
このコマンドは、ディレクトリで定義されている信頼された証明機関を更新します。
-
-CertificateAuthorityInformationParameter は CertificateAuthorityInformation オブジェクトを指定します。
パラメーター
-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を参照してください。