PowerShell Logo Small

Get-KdsRootKey



This is the built-in help made by Microsoft for the command 'Get-KdsRootKey', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

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

SYNTAX


Get-KdsRootKey [<CommonParameters>]



Search powershellhelp.space

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.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287361
Add-KdsRootKey
Clear-KdsCache
Get-KdsConfiguration
Set-KdsConfiguration
Test-KdsRootKey

REMARKS

<

Examples


Example 1: Retrieve a list of root key values

PS C:\>Get-KdsRootKey



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