Hello,
Im trying a Query to Indentify Any, All network hosts that have for Example Visual Studio Installed
Quiery Im using is :- "objectType" = Computer and ("Location" LIKE Lincoln OR "Location" Like Whetstone OR "Location" LIKE Rugby) and "Software Installed" LIKE "Microsoft Visual Studio Installer"
But it brings back All software installed and seems to exclude notebooks.
any advise would be helpful
Hello,
Can you try this :
"objectType"= Computer and Location in (Lincoln, Whetstone, Rugby) and "Software Installed" = "Microsoft Visual Studio Installer"
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.