I've set up some custom scanning in our environment but was trying to figure out a way to scan for a particular registry key without regard to what's underneath...or perhaps some kind of wildcard.
Example: HKCU\Software\TheThingImLookingFor
and then report whether that key exists, regardless of what is or is not beneath it. If I can include wildcards in the key name that would even be more helpful.