< Back

Get-KdsRootKey

Tue Jan 29, 2019 10:18 pm

NAME Get-KdsRootKey



SYNOPSIS

Retrieves a list of root key values stored by the Microsoft Group KdsSvc.





SYNTAX

Get-KdsRootKey [<CommonParameters>]





DESCRIPTION

The Get-KdsRootKey cmdlet retrieves the following information from Active Directory 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, 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

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



This cmdlet returns a list of master root keys stored in Active Directory.





Example 1: Retrieve a list of root key values



PS C:\\>Get-KdsRootKey



This command retrieves a list of root key values stored in Active Directory.







RELATED LINKS

Add-KdsRootKey

Clear-KdsCache

Get-KdsConfiguration

Set-KdsConfiguration

Test-KdsRootKey