Get-KdsRootKey

Get-KdsRootKey

Retrieves a list of root key values stored by the Microsoft Group Key Distribution Service (KdsSvc).

構文

Get-KdsRootKey [ <CommonParameters>]

詳細説明

The Get-KdsRootKey cmdlet retrieves the following information from Active Directory (AD) for each root key:
-- The root key identifier
-- The root key value
-- The Microsoft Group Key Distribution Service (KdsSvc).

This information is required to generate the group keys distributed by the Microsoft Group KdsSvc.

パラメーター

<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.Collections.Generic.List`1<KdsRootKey^>

    A list of master root keys stored in AD.

Example 1: Retrieve a list of root key values

This example retrieves a list of root key values stored in AD.

PS C:\> Get-KdsRootKey

関連トピック

Add-KdsRootKey

Clear-KdsCache

Get-KdsConfiguration

Set-KdsConfiguration

Test-KdsRootKey