Get-KdsRootKey

Get-KdsRootKey

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

Syntax

Get-KdsRootKey [ <CommonParameters>]

Detailed Description

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.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • None

    This cmdlet accepts no input objects.

Outputs

The output type is the type of the objects that the cmdlet emits.

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

    A list of master root keys stored in AD.

Examples

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