Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.75 KB

Get-KdsConfiguration.md

File metadata and controls

60 lines (38 loc) · 1.75 KB
external help file Module Name online version schema
Microsoft.KeyDistributionService.Cmdlets.dll-Help.xml
KDS
2.0.0

Get-KdsConfiguration

SYNOPSIS

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

SYNTAX

Get-KdsConfiguration [<CommonParameters>]

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.

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.

PARAMETERS

CommonParameters

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

INPUTS

None

This cmdlet accepts no input objects.

OUTPUTS

Microsoft.KeyDistributionService.KdsServerConfiguration

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

NOTES

RELATED LINKS

Add-KdsRootKey

Clear-KdsCache

Get-KdsRootKey

Set-KdsConfiguration

Test-KdsRootKey