Microsoft 365 Endpoint Administrator Associate MD-102 Practice Question

You open the Device queries (preview) pane in Intune and need to return every Windows client whose build number is 22621 or later (Windows 11 22H2 or newer). Which KQL statement accomplishes this goal without including older Windows 11 or Windows 10 builds?

  • DeviceInfo | where operatingSystem == "Windows" | extend build = toint(split(osBuildVersion, ".")) | where build >= 22621 | project deviceName, osBuildVersion

  • DeviceInfo | where operatingSystem == "Windows" | where toint(split(osBuildVersion, ".")) >= 22621 | project deviceName, osBuildVersion

  • DeviceInfo | where operatingSystem contains "Windows 11" | where osBuildVersion >= "22621" | project deviceName, osBuildVersion

  • DeviceInfo | where osBuildVersion > "22620" | project deviceName, osBuildVersion

Microsoft 365 Endpoint Administrator Associate MD-102
Manage and maintain devices
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot