Test-KdsRootKey

Test-KdsRootKey

Tests the root key configuration.

構文

Parameter Set: Default
Test-KdsRootKey [-KeyId] <Guid> [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Test-KdsRootKey cmdlet tests that the root key with the specified key identifier (ID) uses a valid configuration. The test verifies generation of both new group public key and group private key.

This cmdlet is useful for analyzing failures based on invalid root key configuration failures.

パラメーター

-KeyId<Guid>

Specifies the ID of the root key to test.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-Confirm

コマンドレットを実行する前に、ユーザーに確認を求めます。

必須?

false

位置は?

named

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-WhatIf

コマンドレットを実行するとどのような結果になるかを表示します。コマンドレットは実行されません。

必須?

false

位置は?

named

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

  • None

    This cmdlet accepts no input objects.

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • System.Boolean

    The Boolean object that indicates that the root key can be used to generate derived keys.

Example 1: Test the root key configuration

This example tests the configuration of the root key specified by key ID.

PS C:\> Test-KdsRootKey –KeyId "4A3615F1-5A90-22E4-0B1D-1416F93D4412"

関連トピック

Add-KdsRootKey

Clear-KdsCache

Get-KdsConfiguration

Set-KdsConfiguration

Add-KdsRootKey