TestimoX

API Reference

Command

Set-CxRegistryValue

Namespace ComputerX.PowerShell

Implements the Set-CxRegistryValue cmdlet.

Examples

Authored help example

Example 1


Set-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

Set-CxRegistryValue -Path <string> [-Name <string>] -Value <object> -Kind <String> [-ComputerName <string>] [-WhatIfOnly] [<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.
Value object requiredposition: 2pipeline: false
Gets or sets the Value parameter.
Kind RegistryValueKind requiredposition: 3pipeline: falsevalues: 7
Gets or sets the Kind parameter. Possible values: String, ExpandString, Binary, DWord, MultiString, QWord, Unknown, None
Possible values: String, ExpandString, Binary, DWord, MultiString, QWord, Unknown
ComputerName string optionalposition: 4pipeline: false
Target computer(s). Use '.' for local computer or provide DNS names.
WhatIfOnly SwitchParameter optionalposition: namedpipeline: false
Gets or sets the WhatIfOnly parameter.