PowerShell Logo Small

Test-KdsRootKey



This is the built-in help made by Microsoft for the command 'Test-KdsRootKey', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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

Tests the root key configuration.

SYNTAX


Test-KdsRootKey [-KeyId] <Guid> [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Test-KdsRootKey cmdlet tests that the root key with the specified key identifier (ID) uses a valid configuration. The test verifies
generation of both new group public key and group private key.


This cmdlet is useful for analyzing failures based on invalid root key configuration failures.



<

RELATED LINKS

Add-KdsRootKey
Clear-KdsCache
Get-KdsConfiguration
Set-KdsConfiguration
Add-KdsRootKey

REMARKS

<

Examples


Example 1: Test the root key configuration

PS C:\> Test-KdsRootKey –KeyId "4A3615F1-5A90-22E4-0B1D-1416F93D4412"



This example tests the configuration of the root key specified by key ID.