Site with Only Windows Servers

I need to create a custom site for just Windows servers. What is the best way to define the site so that it gets all of the Windows servers and only Windows servers?

As long as you want domain controllers and regular servers the following should do it for you

q: (windows of it AND (nt workstation product type != product type of it)) of operating system
A: True
1 Like

@AlanM’s approach is definitely a very good one (and likely the most accurate), but another way you might achieve this is to leverage the OS and Device Type properties: