Hello,
I used the Lansweeper registry scanning feature to get an overview about installed hofixes of our used Virusscan software. This was working in past without any problem. At the moment the registry scanning seems not to work and there are not shown any results in a particualr report about that fix.
The old used scan looked in specific registry paths for a Regvalue "Hotfix_793781" and the value detected was "Mcshield=". My report about the deployment was
Select Top 1000000 tblComputers.Computername, tblComputers.ComputerUnique, tblRegistry.Valuename, tblRegistry.Value From tblComputers Inner Join tblRegistry On tblComputers.Computername = tblRegistry.Computername Where tblRegistry.Valuename = 'Hotfix_793781'
and everything worked fine.
Now I have configured the registry scan to look in specific paths for Regvalue "Hotfix_805660"
and changed my report slightly so it looks like
Select Top 1000000 tblComputers.Computername, tblComputers.ComputerUnique, tblRegistry.Valuename, tblRegistry.Value From tblComputers Inner Join tblRegistry On tblComputers.Computername = tblRegistry.Computername Where tblRegistry.Valuename = 'Hotfix_805660'
but it does not come back with any computers although the Regvalue and value is there on the computer.
I assume the registry scan fails due to the value contains special characters. Following is the value of the regvalue:
Hotfix_805660
mfeapfa.dll=|mfeapfk.sys=|mfeavfa.dll=|mfeavfk.sys=|mfebopa.dll=|mfebopk.sys=|mfeclnk.sys=
|Mfehidk.sys=|Mfehida.dll=|mfehidin.exe=|mfehidk_messages.dll=|mferkda.dll=|mferkdet.sys=
|mfetdi2k.sys=|mfevtpa.dll=|mfevtps.exe=|mfewfpk.sys=|mfeapconfig.dll=|RkScan.dll=
Has someone an idea how to get it working?