Blog Detail

Simple ConfigMgr Queries for Windows 10

23 Oct , 2017,
arien
,
No Comments

Windows 10 is out for a while now. Not all have used the modern OS in Configuration Manager yet. Newer and better versions of windows 10 are released every six months.
All versions available can be checked on this official page: https://technet.microsoft.com/en-us/windows/release-info.aspx

Windows 10 build editions query

So, to generate a simple overview of the managed systems I have created a query you can use. In the the ConfigMgr console go to Monitoring -> Queries.

Very usefull information can be displayed here [Click to view] like the build numbers, Netbios name, workgroup name, architecture and the servicing channel.

So the different versions have their own version numbers, like 1511,1703,1709 but I don’t believe they can be showed or queried here?..
Another usefull property is if the system is using BIOS or UEFI. This can be added since the release SCCM 1701/1702 using the SMS_Firmware Class.

W10 Collections

It’s not difficult to create Collections using these query rules. These can be used in different scenario’s. This Example can be extended..

All Windows 10 Clients

All Windows 10 v1709 Build 16299

Leave A Comment