→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
PaulVa214
Engaged Sweeper
Hi,

Understanding I have limited SQL skills. How would I generate a report or export to excel to find all the machines with hotfix kb925876 and/or the ones missing that hotfix??

Thanks in advance.
2 REPLIES 2
PaulVa214
Engaged Sweeper
Thanks, appreciated.
Hemoco
Lansweeper Alumni
To find pc's with the hotfix installed:
select distinct computername from tblQuickfixEngineering where hotfixid = 'kb925876'


No hotfix:
select computername from tblcomputers where computername not in (select distinct computername from tblQuickfixEngineering where hotfixid = 'kb925876')

New to Lansweeper?

Try Lansweeper For Free

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

Try Now