Export All Autopilot Devices
List or export all Windows Autopilot devices
Last updated
Was this helpful?
List or export all Windows Autopilot devices
Lists all Windows Autopilot devices and optionally exports them to a CSV file in Azure Storage. If exporting is enabled, the runbook uploads the report and returns a time-limited SAS (download) link.
Organization → General → Export All Autopilot Devices
Full Runbook name
rjgit-org_general_export-all-autopilot-devices
Type: Microsoft Graph
DeviceManagementManagedDevices.Read.All
Directory.Read.All
Device.Read.All
"List in Console" (final value: $false) or "Export to a CSV file" (final value: $true) can be selected as action to perform.
Required
false
Default Value
False
Type
Boolean
Name of the Azure Storage container to upload the CSV report to.
Required
false
Default Value
Type
String
Name of the Azure Resource Group containing the Storage Account.
Required
false
Default Value
Type
String
Name of the Azure Storage Account used for upload.
Required
false
Default Value
Type
String
Azure region for the Storage Account if it needs to be created.
Required
false
Default Value
Type
String
SKU name for the Storage Account if it needs to be created.
Required
false
Default Value
Type
String
Last updated
Was this helpful?
Was this helpful?