Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pandatech1 opened this issue Nov 25, 2024 · 1 comment
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:feature New experience request

Comments

@pandatech1
Copy link

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

@pandatech1 pandatech1 added status:waiting-for-triage An issue that is yet to be reviewed or assigned type:feature New experience request labels Nov 25, 2024
@pandatech1
Copy link
Author

extensionattribute

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:feature New experience request
Projects
None yet
Development

No branches or pull requests

1 participant