→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎04-11-2012 06:54 PM
Solved! Go to Solution.
‎04-12-2012 01:34 PM
alpinelegend wrote:
This report gives me a list of all machines that have this value in the registry which is great. But i also want it to tell me all the machines that do not have this value.
Select Top 1000000 tblComputers.Computername, tblComputers.ComputerUnique As
[Computer Name], RegistryScan.Regkey, RegistryScan.Valuename,
RegistryScan.Value, RegistryScan.Lastchanged
From tblComputers Left Join
(Select tblRegistry.Computername, tblRegistry.Regkey, tblRegistry.Valuename,
tblRegistry.Value, tblRegistry.Lastchanged
From tblRegistry
Where tblRegistry.Valuename = 'WUServer') RegistryScan On
RegistryScan.Computername = tblComputers.Computername
Order By tblComputers.ComputerUnique
‎04-12-2012 12:41 PM
‎04-12-2012 01:34 PM
alpinelegend wrote:
This report gives me a list of all machines that have this value in the registry which is great. But i also want it to tell me all the machines that do not have this value.
Select Top 1000000 tblComputers.Computername, tblComputers.ComputerUnique As
[Computer Name], RegistryScan.Regkey, RegistryScan.Valuename,
RegistryScan.Value, RegistryScan.Lastchanged
From tblComputers Left Join
(Select tblRegistry.Computername, tblRegistry.Regkey, tblRegistry.Valuename,
tblRegistry.Value, tblRegistry.Lastchanged
From tblRegistry
Where tblRegistry.Valuename = 'WUServer') RegistryScan On
RegistryScan.Computername = tblComputers.Computername
Order By tblComputers.ComputerUnique
‎04-11-2012 08:46 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now