Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
eyalg
Engaged Sweeper
Hello,

I'm trying to write a report that display all the computer that doesn't have a specific regkey of WSUS.

I allready done a report that show me all the computer that have that key.

Please help

Arnon

3 REPLIES 3
Hemoco
Lansweeper Alumni
Haven't completely tested if but should be something like this:

Select tblComputers.Computername, tblComputers.ComputerUnique, temptbl.Regkey,
temptbl.Valuename
From (Select tblComputers.Computername, tblComputers.ComputerUnique,
tblRegistry.Regkey, tblRegistry.Valuename, tblRegistry.Value
From tblComputers Inner Join
tblRegistry On tblComputers.Computername = tblRegistry.Computername
Where tblRegistry.Regkey Like '%windowsupdate%') temptbl Right Join
tblComputers On tblComputers.Computername = temptbl.Computername
eyalg
Engaged Sweeper
here is one line from the tblregistry
<comp name> Windows XP Professional http://10.x.x.x:8530 <user name> HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate

lansweeper collects only from computers that got this key.
I wan't that the report will divide the computers that apear in my report from all the computers that are in my lansweeper database.

Thanks ,

Arnon
Hemoco
Lansweeper Alumni
Can you post an extract of the tblregistry output for this please.

Reports & Analytics

Ask about reports you're interested in and share reports you've created. Subscribe to receive daily updates of reports shared in the Community.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now