API Reference
Command
Set-CxRegistryValue
Implements the Set-CxRegistryValue cmdlet.
Examples
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
- File system path to the target resource.
- Name string
- Name identifier for the target resource.
- Value object
- Gets or sets the Value parameter.
- Kind RegistryValueKind
- 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
- Target computer(s). Use '.' for local computer or provide DNS names.
- WhatIfOnly SwitchParameter
- Gets or sets the WhatIfOnly parameter.