Add option to CMPivot to return Folder and Registry paths/keys to results.
I was writing a CMPivot query today to read the ConfigMgr execution history from the client registry. I couldn't figure out how to return the registry key name. In my use case, the registry key name IS the value that I need to return so I can match the package id with the history.
Registry('HKLM:\SOFTWARE\Microsoft\SMS\Mobile Client\Software Distribution\Execution History\System*')
Registry('HKLM:\SOFTWARE\Microsoft\SMS\Mobile Client\Software Distribution\Execution History\System**')
