TestimoX

API Reference

Command

Get-CxRegistryExpanded

Namespace ComputerX.PowerShell
Outputs
System.String

Implements the Get-CxRegistryExpanded cmdlet.

Examples

Authored help example

Example 1


Get-CxRegistryExpanded -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-CxRegistryExpanded -Path <string> [-Name <string>] [-ComputerName <string>] [<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.

Outputs

System.String