Analysis to filter servers by DNS settings

Hi team!

Fairly new to BigFis so be kind :).

I am trying to create an Analysis that gives me a list of computers whose DNS settings on any working network adapter include two specific IPs (DNS servers), lets say that those DNS servers are 1.1.1.1 and 2.2.2.2.

How can I add a property to retrieve ONLY servers with any of these DNS servers (or both)?.

Is it also possible to generate a report that gives me the DNS settings, hostname, IP, etc, of all the relevant servers?.

Many thanks in advance.

Javier,

If you create a property with the following relevance it will return true if the endpoint has those two as DNS server

exist address whose ((it as string =“1.1.1.1”) and (it as string=“2.2.2.2”)) of dns servers of adapters of network

The short answer to your report question is yes.

I am a Technical Advisor for BigFix at HCL. DM your company, where you are located, and your contact information. I’d like to get my peer that is responsible for your company connected with you. (S)he can get you pointed in the right direction.

Jared