PowerShell Logo Small

Get-KdsConfiguration



This is the built-in help made by Microsoft for the command 'Get-KdsConfiguration', 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 the current configuration of the Microsoft Group Key Distribution Service (KdsSvc) from Active Directory (AD).

SYNTAX


Get-KdsConfiguration [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


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.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1: Retrieve the current KDS configuration

PS C:\>Get-KdsConfiguration



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