Get-KdsConfiguration

Get-KdsConfiguration

Retrieves the current configuration of the Microsoft Group Key Distribution Service (KdsSvc) from Active Directory (AD).

構文

Get-KdsConfiguration [ <CommonParameters>]

詳細説明

The Get-KdsConfiguration cmdlet retrieves the current configuration of the Microsoft Group Key Distribution Service (KdsSvc) from Active Directory (AD). The KDS configuration defines how keys are generated from the root keys.

パラメーター

<CommonParameters>

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

入力

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

  • None

    This cmdlet accepts no input objects.

出力

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

  • Microsoft.KeyDistributionService.KdsServerConfiguration

    A KdsServerConfiguration object contains information such as the key derivation function (KDF) algorithm and secret agreement algorithm used in key generation.

Example 1: Retrieve the current KDS configuration

This example retrieves the current configuration of the Microsoft Group KdsSvc from AD.

PS C:\> Get-KdsConfiguration

関連トピック

Add-KdsRootKey

Clear-KdsCache

Get-KdsRootKey

Set-KdsConfiguration

Test-KdsRootKey