userExperienceAnalyticsAutopilotDevicesSummary resource type

Namespace: microsoft.graph

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

The user experience analytics summary of Devices not windows autopilot ready.

Properties

Property Type Description
devicesNotAutopilotRegistered Int32 The count of intune devices that are not autopilot registerd. Read-only.
devicesWithoutAutopilotProfileAssigned Int32 The count of intune devices not autopilot profile assigned. Read-only.
totalWindows10DevicesWithoutTenantAttached Int32 The count of windows 10 devices that are Intune and co-managed. Read-only.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.userExperienceAnalyticsAutopilotDevicesSummary",
  "devicesNotAutopilotRegistered": 1024,
  "devicesWithoutAutopilotProfileAssigned": 1024,
  "totalWindows10DevicesWithoutTenantAttached": 1024
}