activeDirectoryWindowsAutopilotDeploymentProfile-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.

Windows Autopilot Deployment Profil

Erbt von "windowsAutopilotDeploymentProfile"

Methoden

Methode Rückgabetyp Beschreibung
activeDirectoryWindowsAutopilotDeploymentProfiles auflisten activeDirectoryWindowsAutopilotDeploymentProfile-Sammlung Auflisten der Eigenschaften und Beziehungen der activeDirectoryWindowsAutopilotDeploymentProfile-Objekte .
activeDirectoryWindowsAutopilotDeploymentProfile abrufen activeDirectoryWindowsAutopilotDeploymentProfile Liest die Eigenschaften und Beziehungen des activeDirectoryWindowsAutopilotDeploymentProfile-Objekts .
activeDirectoryWindowsAutopilotDeploymentProfile erstellen activeDirectoryWindowsAutopilotDeploymentProfile Erstellen Sie ein neues activeDirectoryWindowsAutopilotDeploymentProfile-Objekt .
activeDirectoryWindowsAutopilotDeploymentProfile löschen Keine Löscht ein activeDirectoryWindowsAutopilotDeploymentProfile.deletes a activeDirectoryWindowsAutopilotDeploymentProfile.
activeDirectoryWindowsAutopilotDeploymentProfile aktualisieren activeDirectoryWindowsAutopilotDeploymentProfile Dient zum Aktualisieren der Eigenschaften eines activeDirectoryWindowsAutopilotDeploymentProfile-Objekts .

Eigenschaften

Eigenschaft Typ Beschreibung
id Zeichenfolge Profilschlüssel geerbt von windowsAutopilotDeploymentProfile
displayName String Name des Profils Geerbt von "windowsAutopilotDeploymentProfile"
description String Beschreibung des Profils Geerbt von "windowsAutopilotDeploymentProfile"
language String Auf dem Gerät konfigurierte Sprache Geerbt von "windowsAutopilotDeploymentProfile"
createdDateTime DateTimeOffset Profilerstellungszeit Geerbt von "windowsAutopilotDeploymentProfile"
lastModifiedDateTime DateTimeOffset Zeit der letzten Änderung des Profils Geerbt von "windowsAutopilotDeploymentProfile"
outOfBoxExperienceSettings outOfBoxExperienceSettings Einstellung "Out-of-Box Experience" Geerbt von "windowsAutopilotDeploymentProfile"
enrollmentStatusScreenSettings windowsEnrollmentStatusScreenSettings Einstellung des Registrierungsstatusbildschirms Geerbt von "windowsAutopilotDeploymentProfile"
extractHardwareHash Boolescher Wert HardwareHash-Extraktion für das Profil Geerbt von "windowsAutopilotDeploymentProfile"
deviceNameTemplate Zeichenfolge Die Vorlage, die zum Benennen des AutoPilot-Geräts verwendet wird. Dies kann ein benutzerdefinierter Text sein und auch die Seriennummer des Geräts oder eine zufällig generierte Nummer enthalten. Die Gesamtlänge des von der Vorlage generierten Texts darf maximal 15 Zeichen lang sein. Geerbt von "windowsAutopilotDeploymentProfile"
deviceType windowsAutopilotDeviceType Der AutoPilot-Gerätetyp, für den dieses Profil gilt. Geerbt von "windowsAutopilotDeploymentProfile". Mögliche Werte sind: windowsPc, surfaceHub2, holoLens, surfaceHub2S, virtualMachine und unknownFutureValue.
enableWhiteGlove Boolean Aktivieren Sie Autopilot White Glove für das Profil. Geerbt von "windowsAutopilotDeploymentProfile"
roleScopeTagIds String collection Bereichstags für das Profil. Geerbt von "windowsAutopilotDeploymentProfile"
managementServiceAppId Zeichenfolge AzureAD-Verwaltungs-App-ID, die während der clientgerätebasierten Registrierungsermittlung verwendet wird. Geerbt von windowsAutopilotDeploymentProfile
hybridAzureADJoinSkipConnectivityCheck Boolean Der Autopilot Hybrid Azure AD-Verknüpfungsfluss wird auch dann fortgesetzt, wenn während der Windows-Willkommensseite keine Domänencontrollerkonnektivität hergestellt wird.

Beziehungen

Beziehung Typ Beschreibung
assignedDevices windowsAutopilotDeviceIdentity-Sammlung Die Liste der zugewiesenen Geräte für das Profil. Geerbt von "windowsAutopilotDeploymentProfile"
assignments windowsAutopilotDeploymentProfileAssignment-Sammlung Die Liste der Gruppenzuweisungen für das Profil. Geerbt von "windowsAutopilotDeploymentProfile"
domainJoinConfiguration windowsDomainJoinConfiguration Konfiguration für den Beitritt zur Active Directory-Domäne

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

{
  "@odata.type": "#microsoft.graph.activeDirectoryWindowsAutopilotDeploymentProfile",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "language": "String",
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "outOfBoxExperienceSettings": {
    "@odata.type": "microsoft.graph.outOfBoxExperienceSettings",
    "hidePrivacySettings": true,
    "hideEULA": true,
    "userType": "String",
    "deviceUsageType": "String",
    "skipKeyboardSelectionPage": true,
    "hideEscapeLink": true
  },
  "enrollmentStatusScreenSettings": {
    "@odata.type": "microsoft.graph.windowsEnrollmentStatusScreenSettings",
    "hideInstallationProgress": true,
    "allowDeviceUseBeforeProfileAndAppInstallComplete": true,
    "blockDeviceSetupRetryByUser": true,
    "allowLogCollectionOnInstallFailure": true,
    "customErrorMessage": "String",
    "installProgressTimeoutInMinutes": 1024,
    "allowDeviceUseOnInstallFailure": true
  },
  "extractHardwareHash": true,
  "deviceNameTemplate": "String",
  "deviceType": "String",
  "enableWhiteGlove": true,
  "roleScopeTagIds": [
    "String"
  ],
  "managementServiceAppId": "String",
  "hybridAzureADJoinSkipConnectivityCheck": true
}