cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
itdpt
Engaged Sweeper
Hello

I was wondering if there is a way to get a report of this tipe

i have several machines, some with dns x.x.x.1 and some x.x.x.2

I need a report which can tellme which are the ones with x.x.x.1 and the x.x.x.2

Is this possible ?

Cheers 😄

It dp
2 REPLIES 2
itdpt
Engaged Sweeper
Worked like a charm !

Thank You very Much 😄
Hemoco
Lansweeper Alumni
Try this:

Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblNetwork.DNSServerSearchOrder
From tblComputers Inner Join
tblNetwork On tblComputers.Computername = tblNetwork.Computername
Where tblNetwork.DNSServerSearchOrder Like '%x.x.x.1%'

New to Lansweeper?

Try Lansweeper For Free

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

Try Now