Forum Discussion

KienQS's avatar
KienQS
Occasional Reader
Dec 23, 2025

How to Retrieve Windows Edition (SKU) from managedDevices API

Hi everyone,

I am working with the Microsoft Graph API endpoint
/v1.0/deviceManagement/managedDevices
to iterate through all devices in a tenant and collect operating system related information.

For Windows devices, the operatingSystem field only returns "Windows". However, Windows has multiple editions such as Enterprise, Education, and Pro.

For my use case, I need the specific Windows edition. Is it possible to retrieve this information using only the v1.0 endpoint, or is the beta endpoint
/beta/deviceManagement/managedDevices/{managedDeviceId}
required to get the SKU family?

Thanks in advance for your help.

No RepliesBe the first to reply

Resources