TestimoX

API Reference

Command

Get-ADXKdsRootKey

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.KdsRootKeyInfo

Retrieves KDS root keys to verify availability for gMSA creation.

Examples

Authored help example

Example 1: List all KDS root keys

PS>


Get-ADXKdsRootKey
        

Displays existing KDS root keys in the forest.

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Get-ADXKdsRootKey [-Checker <KdsRootKeyChecker>] [<CommonParameters>]
#

Parameters

Checker KdsRootKeyChecker optionalposition: namedpipeline: false
Custom checker used for testing.

Outputs

ADPlayground.KdsRootKeyInfo