< Back

Get-KdsConfiguration

Tue Jan 29, 2019 10:18 pm

NAME Get-KdsConfiguration



SYNOPSIS

Retrieves the current configuration of the Microsoft Group KdsSvc from Active Directory.





SYNTAX

Get-KdsConfiguration [<CommonParameters>]





DESCRIPTION

The Get-KdsConfiguration cmdlet retrieves the current configuration of the Microsoft Group Key Distribution Service (KdsSvc) from Active

Directory. The KDS configuration defines how keys are generated from the root keys.





PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. 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



This cmdlet returns a KdsServerConfiguration object contains information such as the key derivation function (KDF) algorithm and secret

agreement algorithm used in key generation.





Example 1: Retrieve the current KDS configuration



PS C:\\>Get-KdsConfiguration



This command retrieves the current configuration of the Microsoft Group KdsSvc from Active Directory.







RELATED LINKS

Add-KdsRootKey

Clear-KdsCache

Get-KdsRootKey

Set-KdsConfiguration

Test-KdsRootKey