Get Registry Keys

Returns one or more registry key(s).

Input Parameters

Name Type Required Description
Base String Yes The base of the key, HKCU or HKLM.
Key Path String Yes

The full path of the registry key, not including the base.

This is a key, not a value name.

Output Parameters

Name Type Description
Registry Keys Collection

List of child keys for the queried registry key:

Item Type Example
Key Name string Automation Manager
Root Key string HKLM
Full Path string HKEY_LOCAL_MACHINE\SOFTWARE\N-able Technologies\Automation Manager
Path Without Root Key string SOFTWARE\N-able Technologies\Automation Manager
Result Number Returns a success value of zero or any value other than zero to indicate failure.
Result String String Object execution error details.

Example Input Parameters

Name Type Required Example
Base String Yes HKLM
Key Path String Yes SOFTWARE\N-able Technologies\Automation Manager