TestimoX

API Reference

Command

Get-CxRegistryValue

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

Implements the Get-CxRegistryValue cmdlet.

Examples

Authored help example

Example 1


Get-CxRegistryValue -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-CxRegistryValue -Path <string> [-Name <string>] [-ComputerName <string>] [-ExpandEnvironment] [<CommonParameters>]
#

Parameters

Path string requiredposition: 0pipeline: false
File system path to the target resource.
Name string optionalposition: 1pipeline: false
Name identifier for the target resource.
ComputerName string optionalposition: 2pipeline: false
Target computer(s). Use '.' for local computer or provide DNS names.
ExpandEnvironment SwitchParameter optionalposition: namedpipeline: false
Gets or sets the ExpandEnvironment parameter.

Outputs

ComputerX.Registry.RegistryReader+ValueResult