Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jacobsenm
Engaged Sweeper III
Hi,

I am struggling finding a way to find all computers that does not have the following service installed:
SMS Agent Host

I need computername, username

Can anyone help ?


1 REPLY 1
jacobsenm
Engaged Sweeper III
Sorry

I have got it figured out:

SELECT
dbo.tblComputers.Computername,
dbo.tblComputers.Username,
dbo.tblComputers.Lastseen
FROM
dbo.tblComputers
WHERE
computername NOT IN (SELECT dbo.tblservices.computername FROM dbo.tblservices WHERE dbo.tblServices.Caption = 'SMS Agent Host')

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