Hi Guys,
I'm trying to discover servers with a certain app installed. I've found the regkey i'm looking for, however it doesn't discovers the servers. Although the MP builds and deploys ok
The path i'm using is below, the only difference I can see from other discoveries that work ok, is the comma after "Logic"
<RegistryAttributeDefinitions>
<RegistryAttributeDefinition>
<AttributeName>SMKeyExists</AttributeName>
<Path>SOFTWARE\Wow6432Node\Group Logic, Inc.\ExtremeZ-IP</Path>
<PathType>0</PathType>
<AttributeType>0</AttributeType>
</RegistryAttributeDefinition>
I've tried putting quotes around the path, but it still doesn't seem to work. Has anyone else experienced this?