userExperienceAnalyticsAutopilotDevicesSummary-Ressourcentyp

Namespace: microsoft.graph

Wichtig: Microsoft Graph APIs unter der /beta-Version können geändert werden. Die Produktionsverwendung wird nicht unterstützt.

Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.

Die Zusammenfassung der Analyse der Benutzerfreundlichkeit von Geräten, die nicht windows autopilot bereit sind.

Eigenschaften

Eigenschaft Typ Beschreibung
devicesNotAutopilotRegistered Int32 Die Anzahl der Intune-Geräte, die nicht autopilot registriert sind.
devicesWithoutAutopilotProfileAssigned Int32 Die Anzahl der Intune-Geräte, die nicht dem Autopilot-Profil zugewiesen sind.
totalWindows10DevicesWithoutTenantAttached Int32 Die Anzahl der Windows 10-Geräte, die Intune und Comanaged sind.

Beziehungen

Keine

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

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