How I can create a WMI Filter for any Physical endpoint ( not servers ) but not Virtual Machine?
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,
7 people are following this question.