Gets a list of existing user registry properties.
- PowerShell v5
- Windows OS
Gets the Prompter Timestamp property from each available user's registry hive.
Get-UserRegistryKeyProperty -Path "SOFTWARE\_automation\Prompter" -Name "Timestamp"| Parameter | Required | Default | Type | Description |
|---|---|---|---|---|
Path |
True | String | The relative registry path to the target property. | |
Name |
False | '(Default)' | String | The name of the property to target. |
PSCustomObject