Synopsis
ReadsHKLM:\SOFTWARE\LabTech\Service\Settings and returns its values as a PSCustomObject. Standard PS provider properties (PSPath, PSParentPath, PSChildName, PSDrive, PSProvider) are excluded from the output.
If the key does not exist the function writes an error and returns nothing.
Syntax
Parameters
This command has no named parameters. It accepts only PowerShell common parameters.Return Values
Returns a singlePSCustomObject populated from all registry values under HKLM:\SOFTWARE\LabTech\Service\Settings. The specific properties present depend on the installed agent version and configuration.