Skip to content

I can't add processorArchitecture property when I try create an extension attribute in Microsoft Intune and Microsoft Entra ID #3041

@pandatech1

Description

@pandatech1

Is your feature request related to a problem? Please describe the problem.

I have some MacOS computers managed by Microsoft Intune, but I tried add a processorArchitecture property in extension attributes to create a Dynamic Group based in this property. Because I have MacOS with x64 and ARM. If any have a solution, please, help me. Thanks a lot.

I tried create with Powershell:

Connect-MgGraph -Scopes "DeviceManagementManagedDevices.ReadWrite.All"
$deviceId = "device-id"
$extensionName = "extension_{appId}_processorArchitecture"
$value = "ARM64"
Update-MgDeviceManagementManagedDevice -ManagedDeviceId $deviceId -AdditionalProperties @{ $extensionName = $value }

And happen the issue:

Update-MgDeviceManagementManagedDevice : {
"_version": 3,
"Message": "An error has occurred - Operation ID (for customer support): 00000000-0000-0000-0000-000000000000 - Activity ID: 8d18bfbb-987b-4905-9edf-210661ba9938 - Url:
https://fef.amsua0202.manage.microsoft.com/DeviceFE/StatelessDeviceFEService/deviceManagement/managedDevices('device-id')?api-version=2023-10-19",
"CustomApiErrorPhrase": "",
"RetryAfter": null,
"ErrorSourceService": "",
"HttpHeaders": "{}"
}
Status: 400 (BadRequest)
ErrorCode: InternalError
Date: 2024-11-14T17:42:09
Headers:
Transfer-Encoding : chunked
Vary : Accept-Encoding
Strict-Transport-Security : max-age=31536000
request-id : b5dedf7d-7360-4891-8293-03a31e69cf59
client-request-id : 8d18bfbb-987b-4905-9edf-210661ba9938
x-ms-ags-diagnostic : {"ServerInfo":{"DataCenter":"Brazil South","Slice":"E","Ring":"3","ScaleUnit":"001","RoleInstance":"CP1PEPF000078E1"}}
Date : Thu, 14 Nov 2024 17:42:08 GMT
No linha:3 caractere:1

Update-MgDeviceManagementManagedDevice -ManagedDeviceId $deviceId -Ad ... + CategoryInfo : InvalidOperation: ({ ManagedDevice...ManagedDevice }:<>f__AnonymousType90`3) [Update-MgDevice..._UpdateExpanded], Exception

  • FullyQualifiedErrorId : InternalError,Microsoft.Graph.PowerShell.Cmdlets.UpdateMgDeviceManagementManagedDevice_UpdateExpanded

Describe the solution you'd like.

I want to create a processorArchitecture property to separate my macOS Intel and ARM64 because I need install different files in Microsoft Intune for different processors

Additional context?

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions