Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 782 Bytes

File metadata and controls

23 lines (18 loc) · 782 Bytes

Get-UserRegistryKeyProperty

Overview

Gets a list of existing user registry properties.

Requirements

  • PowerShell v5
  • Windows OS

Usage

Gets the Prompter Timestamp property from each available user's registry hive.

Get-UserRegistryKeyProperty -Path "SOFTWARE\_automation\Prompter" -Name "Timestamp"

Parameters

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.

Output

PSCustomObject