Windows Group Policy
A feature of Windows that enables policy-based administration using Active Directory.
1,999 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How I can create a WMI Filter for any Physical endpoint ( not servers ) but not Virtual Machine?
Hi,
Try the following WMI Filter:
select * from win32_computersystem where pcsystemtype = 2 and not model like '%virtual%'
Best Regards,