Get-KdsRootKey

Get-KdsRootKey

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

Sintaxis

Get-KdsRootKey [ <CommonParameters>]

Descripción detallada

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.

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.

  • System.Collections.Generic.List`1<KdsRootKey^>

    A list of master root keys stored in AD.

Ejemplos

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

Temas relacionados

Add-KdsRootKey

Clear-KdsCache

Get-KdsConfiguration

Set-KdsConfiguration

Test-KdsRootKey