< Back

New-RegistryKeyStateObject

Sat Jan 18, 2020 1:32 pm

NAME New-RegistryKeyStateObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.registryKeyState" (or one of its derived types).





SYNTAX

New-RegistryKeyStateObject [-hive <string>] [-key <string>] [-oldKey <string>] [-oldValueData <string>]

[-oldValueName <string>] [-operation <string>] [-processId <int>] [-valueData <string>] [-valueName <string>]

[-valueType <string>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.registryKeyState" (or one of its derived types).





PARAMETERS

-hive <string>

The "hive" property, of type "microsoft.graph.registryHive".



This property is on the "microsoft.graph.registryKeyState" type.



Valid values: 'unknown', 'currentConfig', 'currentUser', 'localMachineSam', 'localMachineSecurity',

'localMachineSoftware', 'localMachineSystem', 'usersDefault', 'unknownFutureValue'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-key <string>

The "key" property, of type "Edm.String".



This property is on the "microsoft.graph.registryKeyState" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-oldKey <string>

The "oldKey" property, of type "Edm.String".



This property is on the "microsoft.graph.registryKeyState" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-oldValueData <string>

The "oldValueData" property, of type "Edm.String".



This property is on the "microsoft.graph.registryKeyState" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-oldValueName <string>

The "oldValueName" property, of type "Edm.String".



This property is on the "microsoft.graph.registryKeyState" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-operation <string>

The "operation" property, of type "microsoft.graph.registryOperation".



This property is on the "microsoft.graph.registryKeyState" type.



Valid values: 'unknown', 'create', 'modify', 'delete', 'unknownFutureValue'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-processId <int>

The "processId" property, of type "Edm.Int32".



This property is on the "microsoft.graph.registryKeyState" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-valueData <string>

The "valueData" property, of type "Edm.String".



This property is on the "microsoft.graph.registryKeyState" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-valueName <string>

The "valueName" property, of type "Edm.String".



This property is on the "microsoft.graph.registryKeyState" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-valueType <string>

The "valueType" property, of type "microsoft.graph.registryValueType".



This property is on the "microsoft.graph.registryKeyState" type.



Valid values: 'unknown', 'binary', 'dword', 'dwordLittleEndian', 'dwordBigEndian', 'expandSz', 'link',

'multiSz', 'none', 'qword', 'qwordlittleEndian', 'sz', 'unknownFutureValue'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS