Domain Controller Report

(imported topic written by SystemAdmin)

I’m able to pull down device numbers and what domain/workgroup they belong to but what I really need is a report that shows how many servers are acting as domain controllers for any particular domain?

Have I just missed this property in web reports or is there a specific analysis I could run?

thanks,

Baraq

(imported comment written by SystemAdmin)

Ok, I created an analysis to hopefully do this.

Property relevance is:

if product type of operating system = nt domain controller product type then true else false

Relevance is set against just machines with a unique identifier already present on them.

Is this the best way to do this?

(imported comment written by NoahSalzman)

That if/then isn’t needed. You can just use:

product type of operating system = nt domain controller product type

(imported comment written by SystemAdmin)

Ok sweet, thanks.