You can see all Windows machines or macOS machines and what operating system (OS) versions they are running.
For example, to query the Windows OS:
device_os_version:"Windows 7 x64"
device_os_version:"Windows 7 x86"
device_os_version:"Windows 10 x64"
For example, to query the macOS OS:
device_os_version:"MAC OS X 10.12.6"
For example, to search for an OS:
device_os:WINDOWS
device_os:MAC
device_os:LINUX
For example, you can combine the above queries with a policy:
- To get the macOS OS version in your company’s Standard policy (change the policy name to match your policy name):
device_os_version:"MAC OS X 10.12.6" AND device_policy:"Standard"
- To get any macOS OS version in your company's Standard policy (change the policy name to match your policy name):
device_os:MAC AND device_policy:"Standard"
- To get any Windows OS version in your company's Standard policy (change the policy name to match your policy name):
device_os:WINDOWS AND device_policy:"Standard"