Test-RegistryValue
PackageDeployment Module Help |
Package Deployment Module |
Test-RegistryValue Cmdlet |
Version 4.0.0.5 |
Test-RegistryValue
Synopsis
Existence of a registry value
Syntax
Test-RegistryValue [-KeyPath] <String> [[-ValueName] <String>] [-Wow64] [<CommonParameters>]
Description
Checks if a specific registry value exists (string, binary or DWORD value). The value name is the parameter
Parameters
-KeyPath <String> |
||||||
Registry Key. |
||||||
|
-ValueName <String> |
||||||
value name. |
||||||
|
-Wow64 <SwitchParameter> |
||||||
Use WOW64 on x64 computers. |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |