TestimoX

API Reference

Command

Get-CxRegistryKey

Namespace ComputerX.PowerShell
Outputs
ComputerX.Registry.RegistryReader+KeyDump

Implements the Get-CxRegistryKey cmdlet.

Examples

Authored help example

Example 1


Get-CxRegistryKey -ComputerName SERVER1
        

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-CxRegistryKey -Path <string> [-ComputerName <string>] [<CommonParameters>]
#

Parameters

Path string requiredposition: 0pipeline: false
File system path to the target resource.
ComputerName string optionalposition: 1pipeline: false
Target computer(s). Use '.' for local computer or provide DNS names.

Outputs

ComputerX.Registry.RegistryReader+KeyDump