Get-KdsConfiguration

Get-KdsConfiguration

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

Sintaxis

Get-KdsConfiguration [ <CommonParameters>]

Descripción detallada

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.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

  • None

    This cmdlet accepts no input objects.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Microsoft.KeyDistributionService.KdsServerConfiguration

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

Ejemplos

Example 1: Retrieve the current KDS configuration

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

PS C:\> Get-KdsConfiguration

Temas relacionados

Add-KdsRootKey

Clear-KdsCache

Get-KdsRootKey

Set-KdsConfiguration

Test-KdsRootKey