msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

Get-MgDeviceManagementManagedDevicel does not return proper value for EthernetMacAddress

Open sikkepitje opened this issue 1 year ago • 2 comments

Describe the bug

I am building a export of Intune devices , using PowerShell: $devices = Get-MgDeviceManagementManagedDevice -All

Expected behavior

I expect a range of values for each property returned by Get-MgDeviceManagementManagedDevice , including the property EthernetMacAddress, while almost every device has a value in "Ethernet MAC" when I view inspect a device in Intune admin center.

How to reproduce

  1. execute $devices = Get-MgDeviceManagementManagedDevice -All
  2. inspect the variable $devices | Out-GridView
  3. Observe that the column EthernetMacAddress is empty

SDK Version

2.19.0

Latest version known to work for scenario above?

not available

Known Workarounds

No work arounds are known to me

Debug output

Click to expand log ```

$devices = Get-MgDeviceManagementManagedDevice -debug -top 20 DEBUG: [CmdletBeginProcessing]: - Get-MgDeviceManagementManagedDevice begin processing with parameterSet 'List'. DEBUG: [Authentication]: - AuthType: 'AppOnly', TokenCredentialType: 'ClientCertificate', ContextScope: 'Process', AppName: 'Techbeheer Device management App'. DEBUG: [Authentication]: - Scopes: [Device.ReadWrite.All, Group.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, GroupMember.ReadWrite.All]. DEBUG: ============================ HTTP REQUEST ============================

HTTP Method: GET

Absolute Uri: https://graph.microsoft.com/v1.0/deviceManagement/managedDevices?$top=20

Headers: FeatureFlag : 00000043 Cache-Control : no-store, no-cache User-Agent : Mozilla/5.0,(Windows NT 10.0; Microsoft Windows 10.0.26100; nl-NL),PowerShell/7.4.3 Accept-Encoding : gzip SdkVersion : graph-powershell/2.19.0 client-request-id : 9c67ecf9-820f-46fd-a605-291431b7a141

Body:

DEBUG: ============================ HTTP RESPONSE ============================

Status Code: OK

Headers: Vary : Accept-Encoding Strict-Transport-Security : max-age=31536000 request-id : cc53967b-cd96-4a2f-a37c-52f8c0a65843 client-request-id : 9c67ecf9-820f-46fd-a605-291431b7a141 x-ms-ags-diagnostic : {"ServerInfo":{"DataCenter":"West Europe","Slice":"E","Ring":"5","ScaleUnit":"008","RoleInstance":"AM2PEPF0001BD29"}} odata-version : 4.0 Date : Mon, 08 Jul 2024 08:15:05 GMT

Body: { "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#deviceManagement/managedDevices", "@odata.count": 20, "@odata.nextLink": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices?$top=20&$skiptoken=LastDeviceName%3d%27DESKTOP-I40MRGL%27%2cLastDeviceId%3d%2768c9d53c-5ea8-4a37-bb42-00f364387f22%27", "value": [ { "id": "68c9d53c-5ea8-4a37-bb42-00f364387f22", "userId": "79a37bfa-5530-4665-a6b0-9a08464a44e3", "deviceName": "DESKTOP-I40MRGL", "managedDeviceOwnerType": "personal", "enrolledDateTime": "2022-03-30T17:10:30Z", "lastSyncDateTime": "2023-06-21T15:40:09Z", "operatingSystem": "Windows", "complianceState": "noncompliant", "jailBroken": "Unknown", "managementAgent": "mdm", "osVersion": "10.0.22000.1936", "easActivated": true, "easDeviceId": "E1CB75C45E6A2A318036113765B2FB3A", "easActivationDateTime": "0001-01-01T00:00:00Z", "azureADRegistered": true, "deviceEnrollmentType": "windowsAutoEnrollment", "activationLockBypassCode": null, "emailAddress": "[email protected]", "azureADDeviceId": "a0a7d1e5-3199-4086-90e8-5193ec8fb0d4", "deviceRegistrationState": "registered", "deviceCategoryDisplayName": "Unknown", "isSupervised": false, "exchangeLastSuccessfulSyncDateTime": "0001-01-01T00:00:00Z", "exchangeAccessState": "none", "exchangeAccessStateReason": "none", "remoteAssistanceSessionUrl": null, "remoteAssistanceSessionErrorDetails": null, "isEncrypted": false, "userPrincipalName": "[email protected]", "model": "TravelMate Spin B118-G2-R", "manufacturer": "Acer", "imei": "", "complianceGracePeriodExpirationDateTime": "2023-07-22T16:25:27Z", "serialNumber": "", "phoneNumber": "", "androidSecurityPatchLevel": "", "userDisplayName": "Mariam Afeel", "configurationManagerClientEnabledFeatures": null, "wiFiMacAddress": "84FDD193166F", "deviceHealthAttestationState": null, "subscriberCarrier": "", "meid": "", "totalStorageSpaceInBytes": 127270912000, "freeStorageSpaceInBytes": 62043193344, "managedDeviceName": "11131_Windows_3/30/2022_5:10 PM", "partnerReportedThreatState": "unknown", "requireUserEnrollmentApproval": null, "managementCertificateExpirationDate": "2024-02-15T11:47:10Z", "iccid": null, "udid": null, "notes": null, "ethernetMacAddress": null, "physicalMemoryInBytes": 0, "enrollmentProfileName": null, "deviceActionResults": [] }, { "id": "ff6e071a-03b6-4fb5-85a6-008be18d6885", "userId": "05dbf450-cefd-4ef1-95ce-ea87fd07afe3", "deviceName": "DESKTOP-VM7MNIT", "managedDeviceOwnerType": "personal", "enrolledDateTime": "2022-08-31T14:02:38Z", "lastSyncDateTime": "2024-07-05T07:14:14Z", "operatingSystem": "Windows", "complianceState": "compliant", "jailBroken": "Unknown", "managementAgent": "mdm", "osVersion": "10.0.22631.3737", "easActivated": true, "easDeviceId": "B9A77435FD2BBD8DB169ED816187DA53", "easActivationDateTime": "0001-01-01T00:00:00Z", "azureADRegistered": true, "deviceEnrollmentType": "windowsAutoEnrollment", "activationLockBypassCode": null, "emailAddress": "[email protected]", "azureADDeviceId": "8c4142fe-6a6b-4ef7-90cd-791a6f55541b", "deviceRegistrationState": "registered", "deviceCategoryDisplayName": "Unknown", "isSupervised": false, "exchangeLastSuccessfulSyncDateTime": "0001-01-01T00:00:00Z", "exchangeAccessState": "none", "exchangeAccessStateReason": "none", "remoteAssistanceSessionUrl": null, "remoteAssistanceSessionErrorDetails": null, "isEncrypted": false, "userPrincipalName": "[email protected]", "model": "Latitude 3120", "manufacturer": "Dell Inc.", "imei": "", "complianceGracePeriodExpirationDateTime": "9999-12-31T23:59:59Z", "serialNumber": "1V4XLN3", "phoneNumber": "", "androidSecurityPatchLevel": "", "userDisplayName": "Teun de Groot", "configurationManagerClientEnabledFeatures": null, "wiFiMacAddress": "847B575635FB", "deviceHealthAttestationState": null, "subscriberCarrier": "", "meid": "", "totalStorageSpaceInBytes": 126900764672, "freeStorageSpaceInBytes": 58346962944, "managedDeviceName": "teun.degroot_Windows_8/31/2022_2:02 PM", "partnerReportedThreatState": "unknown", "requireUserEnrollmentApproval": null, "managementCertificateExpirationDate": "2025-05-19T23:38:31Z", "iccid": null, "udid": null, "notes": null, "ethernetMacAddress": null, "physicalMemoryInBytes": 0, "enrollmentProfileName": null, "deviceActionResults": [] }, { "id": "6f36227b-da95-494f-83ba-0072f07cb735", "userId": "d4c27d4d-cf18-4188-a044-e39d29d03b77", "deviceName": "DESKTOP-U62HH36", "managedDeviceOwnerType": "personal", "enrolledDateTime": "2021-09-28T17:40:39Z", "lastSyncDateTime": "2023-08-27T19:58:04Z", "operatingSystem": "Windows", "complianceState": "noncompliant", "jailBroken": "Unknown", "managementAgent": "mdm", "osVersion": "10.0.19045.3324", "easActivated": true, "easDeviceId": "FF90C65B98A4F0D9CAEEDF316D88126C", "easActivationDateTime": "0001-01-01T00:00:00Z", "azureADRegistered": true, "deviceEnrollmentType": "windowsAutoEnrollment", "activationLockBypassCode": null, "emailAddress": "[email protected]", "azureADDeviceId": "f6a941e1-88b2-4247-9eaf-ca86cee487d6", "deviceRegistrationState": "registered", "deviceCategoryDisplayName": "Unknown", "isSupervised": false, "exchangeLastSuccessfulSyncDateTime": "0001-01-01T00:00:00Z", "exchangeAccessState": "none", "exchangeAccessStateReason": "none", "remoteAssistanceSessionUrl": null, "remoteAssistanceSessionErrorDetails": null, "isEncrypted": false, "userPrincipalName": "[email protected]", "model": "B550 AORUS PRO AC", "manufacturer": "Gigabyte Technology Co., Ltd.", "imei": "", "complianceGracePeriodExpirationDateTime": "2023-08-29T17:26:50Z", "serialNumber": "", "phoneNumber": "", "androidSecurityPatchLevel": "", "userDisplayName": "Damisa Vooges", "configurationManagerClientEnabledFeatures": null, "wiFiMacAddress": "401C835F7C9C", "deviceHealthAttestationState": null, "subscriberCarrier": "", "meid": "", "totalStorageSpaceInBytes": 999543537664, "freeStorageSpaceInBytes": 41478520832, "managedDeviceName": "10687_Windows_9/28/2021_5:40 PM", "partnerReportedThreatState": "unknown", "requireUserEnrollmentApproval": null, "managementCertificateExpirationDate": "2024-05-24T09:10:12Z", "iccid": null, "udid": null, "notes": null, "ethernetMacAddress": null, "physicalMemoryInBytes": 0, "enrollmentProfileName": null, "deviceActionResults": [] }, { "id": "e2e9c741-ecea-4210-9f42-002115198d0d", "userId": "02d57531-ca4a-4ebd-beba-211f93bcdc38", "deviceName": "LAPTOP-JERRY", "managedDeviceOwnerType": "personal", "enrolledDateTime": "2024-01-09T11:14:45Z", "lastSyncDateTime": "2024-07-07T10:52:05Z", "operatingSystem": "Windows", "complianceState": "compliant", "jailBroken": "Unknown", "managementAgent": "mdm", "osVersion": "10.0.22631.3737", "easActivated": true, "easDeviceId": "517D87638E1453C0A42AAF17D896B8FA", "easActivationDateTime": "0001-01-01T00:00:00Z", "azureADRegistered": true, "deviceEnrollmentType": "windowsAutoEnrollment", "activationLockBypassCode": null, "emailAddress": "[email protected]", "azureADDeviceId": "52f8ef57-555a-430e-9c6a-a9d69d5af6bb", "deviceRegistrationState": "registered", "deviceCategoryDisplayName": "Unknown", "isSupervised": false, "exchangeLastSuccessfulSyncDateTime": "0001-01-01T00:00:00Z", "exchangeAccessState": "none", "exchangeAccessStateReason": "none", "remoteAssistanceSessionUrl": null, "remoteAssistanceSessionErrorDetails": null, "isEncrypted": false, "userPrincipalName": "[email protected]", "model": "HP Pavilion x360 14 Convertible PC-dy0905nd", "manufacturer": "HP", "imei": "", "complianceGracePeriodExpirationDateTime": "9999-12-31T23:59:59Z", "serialNumber": "8CG1476G9C", "phoneNumber": "", "androidSecurityPatchLevel": "", "userDisplayName": "Jerry van Suntenmaartensdijk", "configurationManagerClientEnabledFeatures": null, "wiFiMacAddress": "4CD5773A965D", "deviceHealthAttestationState": null, "subscriberCarrier": "", "meid": "", "totalStorageSpaceInBytes": 254757830656, "freeStorageSpaceInBytes": 171881529344, "managedDeviceName": "719044_Windows_1/9/2024_11:14 AM", "partnerReportedThreatState": "unknown", "requireUserEnrollmentApproval": null, "managementCertificateExpirationDate": "2025-01-08T01:22:46Z", "iccid": null, "udid": null, "notes": null, "ethernetMacAddress": null, "physicalMemoryInBytes": 0, "enrollmentProfileName": null, "deviceActionResults": [] }, { "id": "3dc78fa2-acec-48b5-9847-001b2f9f5f5b", "userId": "", "deviceName": "KPW20112", "managedDeviceOwnerType": "company", "enrolledDateTime": "2021-07-07T14:30:35Z", "lastSyncDateTime": "2023-06-29T08:04:09Z", "operatingSystem": "Windows", "complianceState": "noncompliant", "jailBroken": "Unknown", "managementAgent": "mdm", "osVersion": "10.0.19045.2846", "easActivated": true, "easDeviceId": "6743B40E23CC54FF4ADC6264F5A04607", "easActivationDateTime": "0001-01-01T00:00:00Z", "azureADRegistered": true, "deviceEnrollmentType": "windowsAzureADJoin", "activationLockBypassCode": null, "emailAddress": "", "azureADDeviceId": "7e8ec48a-bed7-4dbf-ac8a-afc78194652b", "deviceRegistrationState": "registered", "deviceCategoryDisplayName": "Unknown", "isSupervised": false, "exchangeLastSuccessfulSyncDateTime": "0001-01-01T00:00:00Z", "exchangeAccessState": "none", "exchangeAccessStateReason": "none", "remoteAssistanceSessionUrl": null, "remoteAssistanceSessionErrorDetails": null, "isEncrypted": false, "userPrincipalName": "", "model": "HP Compaq Elite 8300 SFF", "manufacturer": "Hewlett-Packard", "imei": "", "complianceGracePeriodExpirationDateTime": "2023-07-29T16:33:40Z", "serialNumber": "MXL3220VBD", "phoneNumber": "", "androidSecurityPatchLevel": "", "userDisplayName": "", "configurationManagerClientEnabledFeatures": null, "wiFiMacAddress": "", "deviceHealthAttestationState": null, "subscriberCarrier": "", "meid": "", "totalStorageSpaceInBytes": 119375134720, "freeStorageSpaceInBytes": 63365447680, "managedDeviceName": "adm_EM_Joosten_Windows_7/7/2021_2:30 PM", "partnerReportedThreatState": "unknown", "requireUserEnrollmentApproval": null, "managementCertificateExpirationDate": "2024-03-27T17:43:20Z", "iccid": null, "udid": null, "notes": null, "ethernetMacAddress": null, "physicalMemoryInBytes": 0, "enrollmentProfileName": null, "deviceActionResults": [] }, { "id": "dbf39c2d-616a-415d-a7e8-00da12de32ec", "userId": "64cc6776-414e-46d7-8c78-5215a74c5f68", "deviceName": "PW065WLK", "managedDeviceOwnerType": "company", "enrolledDateTime": "2023-06-28T11:28:58Z", "lastSyncDateTime": "2024-07-08T07:36:34Z", "operatingSystem": "Windows", "complianceState": "compliant", "jailBroken": "Unknown", "managementAgent": "mdm", "osVersion": "10.0.22631.3593", "easActivated": true, "easDeviceId": "664E59212ACF9599AE5886906349AD63", "easActivationDateTime": "0001-01-01T00:00:00Z", "azureADRegistered": true, "deviceEnrollmentType": "windowsAzureADJoin", "activationLockBypassCode": null, "emailAddress": "[email protected]", "azureADDeviceId": "dbe7b679-d1e8-4531-b614-f2d576cc63a8", "deviceRegistrationState": "registered", "deviceCategoryDisplayName": "Unknown", "isSupervised": false, "exchangeLastSuccessfulSyncDateTime": "0001-01-01T00:00:00Z", "exchangeAccessState": "none", "exchangeAccessStateReason": "none", "remoteAssistanceSessionUrl": null, "remoteAssistanceSessionErrorDetails": null, "isEncrypted": true, "userPrincipalName": "[email protected]", "model": "21FSS06500", "manufacturer": "LENOVO", "imei": "", "complianceGracePeriodExpirationDateTime": "9999-12-31T23:59:59Z", "serialNumber": "PW065WLK", "phoneNumber": "", "androidSecurityPatchLevel": "", "userDisplayName": "R. Sap", "configurationManagerClientEnabledFeatures": null, "wiFiMacAddress": "749779C43701", "deviceHealthAttestationState": null, "subscriberCarrier": "", "meid": "", "totalStorageSpaceInBytes": 509722230784, "freeStorageSpaceInBytes": 403373555712, "managedDeviceName": "r.sap_Windows_7/4/2023_8:16 AM", "partnerReportedThreatState": "unknown", "requireUserEnrollmentApproval": null, "managementCertificateExpirationDate": "2025-03-03T18:38:20Z", "iccid": null, "udid": null, "notes": null, "ethernetMacAddress": null, "physicalMemoryInBytes": 0, "enrollmentProfileName": null, "deviceActionResults": [] }, { "id": "eb4be46e-d310-45d8-8e01-007d2e4f3ed4", "userId": "e9c6d4b9-a326-46b8-a798-5a183db714ed", "deviceName": "LAPTOP-QVKO1J00", "managedDeviceOwnerType": "personal", "enrolledDateTime": "2020-08-14T16:47:17Z", "lastSyncDateTime": "2024-05-16T14:08:35Z", "operatingSystem": "Windows", "complianceState": "compliant", "jailBroken": "Unknown", "managementAgent": "mdm", "osVersion": "10.0.19045.4170", "easActivated": true, "easDeviceId": "66B2E1CB09ABFDCB83403A3F8F571E03", "easActivationDateTime": "0001-01-01T00:00:00Z", "azureADRegistered": true, "deviceEnrollmentType": "windowsAutoEnrollment", "activationLockBypassCode": null, "emailAddress": "[email protected]", "azureADDeviceId": "b8e792f9-7003-43da-bc6c-77dd6f2eb1e8", "deviceRegistrationState": "registered", "deviceCategoryDisplayName": "Unknown", "isSupervised": false, "exchangeLastSuccessfulSyncDateTime": "0001-01-01T00:00:00Z", "exchangeAccessState": "none", "exchangeAccessStateReason": "none", "remoteAssistanceSessionUrl": null, "remoteAssistanceSessionErrorDetails": null, "isEncrypted": false, "userPrincipalName": "[email protected]", "model": "HP Laptop 14s-dq1xxx", "manufacturer": "HP", "imei": "", "complianceGracePeriodExpirationDateTime": "9999-12-31T23:59:59Z", "serialNumber": "5CD0208B0H", "phoneNumber": "", "androidSecurityPatchLevel": "", "userDisplayName": "Gwayne Brouwn", "configurationManagerClientEnabledFeatures": null, "wiFiMacAddress": "8CC84B8A107D", "deviceHealthAttestationState": null, "subscriberCarrier": "", "meid": "", "totalStorageSpaceInBytes": 255210815488, "freeStorageSpaceInBytes": 75030855680, "managedDeviceName": "gwayne.brouwn_Windows_8/14/2020_4:47 PM", "partnerReportedThreatState": "unknown", "requireUserEnrollmentApproval": null, "managementCertificateExpirationDate": "2024-11-25T16:40:13Z", "iccid": null, "udid": null, "notes": null, "ethernetMacAddress": null, "physicalMemoryInBytes": 0, "enrollmentProfileName": null, "deviceActionResults": [] }, { "id": "5d61f365-84d8-4964-aeb1-0031956cef36", "userId": "799bb077-97ca-437c-b71f-dc64ff5f9a9d", "deviceName": "JENS", "managedDeviceOwnerType": "personal", "enrolledDateTime": "2023-11-24T13:30:36Z", "lastSyncDateTime": "2023-12-16T08:37:55Z", "operatingSystem": "Windows", "complianceState": "noncompliant", "jailBroken": "Unknown", "managementAgent": "mdm", "osVersion": "10.0.22621.2861", "easActivated": true, "easDeviceId": "6CB63E8999AFD90117EBD0BD8DEEAB41", "easActivationDateTime": "0001-01-01T00:00:00Z", "azureADRegistered": true, "deviceEnrollmentType": "windowsAutoEnrollment", "activationLockBypassCode": null, "emailAddress": "[email protected]", "azureADDeviceId": "8a77395c-da92-4470-a2c5-6ec62b979d0c", "deviceRegistrationState": "registered", "deviceCategoryDisplayName": "Unknown", "isSupervised": false, "exchangeLastSuccessfulSyncDateTime": "0001-01-01T00:00:00Z", "exchangeAccessState": "none", "exchangeAccessStateReason": "none", "remoteAssistanceSessionUrl": null, "remoteAssistanceSessionErrorDetails": null, "isEncrypted": false, "userPrincipalName": "[email protected]", "model": "Latitude 3120", "manufacturer": "Dell Inc.", "imei": "", "complianceGracePeriodExpirationDateTime": "2024-04-16T07:39:24Z", "serialNumber": "GDG02F3", "phoneNumber": "", "androidSecurityPatchLevel": "", "userDisplayName": "Jens van Dortmont", "configurationManagerClientEnabledFeatures": null, "wiFiMacAddress": "4851C51B893D", "deviceHealthAttestationState": null, "subscriberCarrier": "", "meid": "", "totalStorageSpaceInBytes": 126400593920, "freeStorageSpaceInBytes": 75326554112, "managedDeviceName": "11567_Windows_11/24/2023_1:30 PM", "partnerReportedThreatState": "unknown", "requireUserEnrollmentApproval": null, "managementCertificateExpirationDate": "2024-11-22T01:46:38Z", "iccid": null, "udid": null, "notes": null, "ethernetMacAddress": null, "physicalMemoryInBytes": 0, "enrollmentProfileName": null, "deviceActionResults": [] }, { "id": "9fca7ce6-e33f-4dd1-ab5c-001b96e62f0b", "userId": "8ed8b655-cd06-4fa3-87a8-1b966ce4a13f", "deviceName": "DESKTOP-J1G8T5R", "managedDeviceOwnerType": "personal", "enrolledDateTime": "2020-12-19T11:47:38Z", "lastSyncDateTime": "2023-08-26T22:05:01Z", "operatingSystem": "Windows", "complianceState": "noncompliant", "jailBroken": "Unknown", "managementAgent": "mdm", "osVersion": "10.0.19045.3324", "easActivated": true, "easDeviceId": "7FB3277B77F6AE3703833A8C840ABB99", "easActivationDateTime": "0001-01-01T00:00:00Z", "azureADRegistered": true, "deviceEnrollmentType": "windowsAutoEnrollment", "activationLockBypassCode": null, "emailAddress": "[email protected]", "azureADDeviceId": "d7336f39-28a7-4c32-b547-31cbd6579b87", "deviceRegistrationState": "registered", "deviceCategoryDisplayName": "Unknown", "isSupervised": false, "exchangeLastSuccessfulSyncDateTime": "0001-01-01T00:00:00Z", "exchangeAccessState": "none", "exchangeAccessStateReason": "none", "remoteAssistanceSessionUrl": null, "remoteAssistanceSessionErrorDetails": null, "isEncrypted": false, "userPrincipalName": "[email protected]", "model": "Aspire XC-886", "manufacturer": "Acer", "imei": "", "complianceGracePeriodExpirationDateTime": "2024-03-29T14:20:49Z", "serialNumber": "", "phoneNumber": "", "androidSecurityPatchLevel": "", "userDisplayName": "Kris de Rooij", "configurationManagerClientEnabledFeatures": null, "wiFiMacAddress": "D46E0E022896", "deviceHealthAttestationState": null, "subscriberCarrier": "", "meid": "", "totalStorageSpaceInBytes": 255404802048, "freeStorageSpaceInBytes": 175569371136, "managedDeviceName": "10236_Windows_12/19/2020_11:47 AM", "partnerReportedThreatState": "unknown", "requireUserEnrollmentApproval": null, "managementCertificateExpirationDate": "2024-07-14T10:04:00Z", "iccid": null, "udid": null, "notes": null, "ethernetMacAddress": null, "physicalMemoryInBytes": 0, "enrollmentProfileName": null, "deviceActionResults": [] }, { "id": "7809c88c-b33b-4c1c-94e0-00ce3175037b", "userId": "7fe74058-ecc7-47aa-be4e-d5ad4c62709b", "deviceName": "LAPTOPIRINI", "managedDeviceOwnerType": "personal", "enrolledDateTime": "2022-04-22T12:59:11Z", "lastSyncDateTime": "2024-07-01T23:17:06Z", "operatingSystem": "Windows", "complianceState": "compliant", "jailBroken": "Unknown", "managementAgent": "mdm", "osVersion": "10.0.22631.3737", "easActivated": true, "easDeviceId": "4B3841B7131D49508B778CB4D6AB8BD7", "easActivationDateTime": "0001-01-01T00:00:00Z", "azureADRegistered": true, "deviceEnrollmentType": "windowsAutoEnrollment", "activationLockBypassCode": null, "emailAddress": "[email protected]", "azureADDeviceId": "f09da6f5-63d5-4cef-8f15-f3b14407b214", "deviceRegistrationState": "registered", "deviceCategoryDisplayName": "Unknown", "isSupervised": false, "exchangeLastSuccessfulSyncDateTime": "0001-01-01T00:00:00Z", "exchangeAccessState": "none", "exchangeAccessStateReason": "none", "remoteAssistanceSessionUrl": null, "remoteAssistanceSessionErrorDetails": null, "isEncrypted": true, "userPrincipalName": "[email protected]", "model": "HP Pavilion Laptop 15-eg1xxx", "manufacturer": "HP", "imei": "", "complianceGracePeriodExpirationDateTime": "9999-12-31T23:59:59Z", "serialNumber": "5CD205047X", "phoneNumber": "", "androidSecurityPatchLevel": "", "userDisplayName": "Irini van Kempen", "configurationManagerClientEnabledFeatures": null, "wiFiMacAddress": "50C2E84B8521", "deviceHealthAttestationState": null, "subscriberCarrier": "", "meid": "", "totalStorageSpaceInBytes": 510813798400, "freeStorageSpaceInBytes": 371962413056, "managedDeviceName": "irini.vankempen_Windows_4/22/2022_12:59 PM", "partnerReportedThreatState": "unknown", "requireUserEnrollmentApproval": null, "managementCertificateExpirationDate": "2025-01-27T11:21:57Z", "iccid": null, "udid": null, "notes": null, "ethernetMacAddress": null, "physicalMemoryInBytes": 0, "enrollmentProfileName": null, "deviceActionResults": [] }, { "id": "53eca4e9-983f-42d8-9f32-0073478cc78c", "userId": "6eabfb08-5fe2-4c1d-abd3-6dbea85c6a1d", "deviceName": "DESKTOP-G07UF2Q", "managedDeviceOwnerType": "personal", "enrolledDateTime": "2023-03-19T13:42:50Z", "lastSyncDateTime": "2024-07-04T10:13:19Z", "operatingSystem": "Windows", "complianceState": "compliant", "jailBroken": "Unknown", "managementAgent": "mdm", "osVersion": "10.0.22631.3737", "easActivated": true, "easDeviceId": "AB420462590C4B9010F99839C39E0C14", "easActivationDateTime": "0001-01-01T00:00:00Z", "azureADRegistered": true, "deviceEnrollmentType": "windowsAutoEnrollment", "activationLockBypassCode": null, "emailAddress": "[email protected]", "azureADDeviceId": "fdd9798c-8980-4d8d-b4a6-77ef9227b564", "deviceRegistrationState": "registered", "deviceCategoryDisplayName": "Unknown", "isSupervised": false, "exchangeLastSuccessfulSyncDateTime": "0001-01-01T00:00:00Z", "exchangeAccessState": "none", "exchangeAccessStateReason": "none", "remoteAssistanceSessionUrl": null, "remoteAssistanceSessionErrorDetails": null, "isEncrypted": false, "userPrincipalName": "[email protected]", "model": "81WD", "manufacturer": "LENOVO", "imei": "", "complianceGracePeriodExpirationDateTime": "9999-12-31T23:59:59Z", "serialNumber": "PF2VNAZH", "phoneNumber": "", "androidSecurityPatchLevel": "", "userDisplayName": "David de Vré", "configurationManagerClientEnabledFeatures": null, "wiFiMacAddress": "38FC9892DB7D", "deviceHealthAttestationState": null, "subscriberCarrier": "", "meid": "", "totalStorageSpaceInBytes": 238319304704, "freeStorageSpaceInBytes": 147403571200, "managedDeviceName": "11029_Windows_3/19/2023_1:42 PM", "partnerReportedThreatState": "unknown", "requireUserEnrollmentApproval": null, "managementCertificateExpirationDate": "2024-11-18T03:11:27Z", "iccid": null, "udid": null, "notes": null, "ethernetMacAddress": null, "physicalMemoryInBytes": 0, "enrollmentProfileName": null, "deviceActionResults": [] }, { "id": "11df8c99-8606-4202-bf69-00494bd2c7bb", "userId": "6ee99628-6206-4b12-bd0f-70112bb0d977", "deviceName": "LAPTOP-2NGGII1A", "managedDeviceOwnerType": "personal", "enrolledDateTime": "2021-09-16T11:50:00Z", "lastSyncDateTime": "2023-08-21T14:06:04Z", "operatingSystem": "Windows", "complianceState": "noncompliant", "jailBroken": "Unknown", "managementAgent": "mdm", "osVersion": "10.0.19045.2965", "easActivated": true, "easDeviceId": "4B93531E95346D758E46BB4803CB793B", "easActivationDateTime": "0001-01-01T00:00:00Z", "azureADRegistered": true, "deviceEnrollmentType": "windowsAutoEnrollment", "activationLockBypassCode": null, "emailAddress": "[email protected]", "azureADDeviceId": "e266c39a-ff93-456a-b9ab-64cdee839506", "deviceRegistrationState": "registered", "deviceCategoryDisplayName": "Unknown", "isSupervised": false, "exchangeLastSuccessfulSyncDateTime": "0001-01-01T00:00:00Z", "exchangeAccessState": "none", "exchangeAccessStateReason": "none", "remoteAssistanceSessionUrl": null, "remoteAssistanceSessionErrorDetails": null, "isEncrypted": false, "userPrincipalName": "[email protected]", "model": "VivoBook_ASUSLaptop X415JA_A416JA", "manufacturer": "ASUSTeK COMPUTER INC.", "imei": "", "complianceGracePeriodExpirationDateTime": "2024-03-23T19:21:27Z", "serialNumber": "", "phoneNumber": "", "androidSecurityPatchLevel": "", "userDisplayName": "Giel Eriks", "configurationManagerClientEnabledFeatures": null, "wiFiMacAddress": "00E93ACAEB09", "deviceHealthAttestationState": null, "subscriberCarrier": "", "meid": "", "totalStorageSpaceInBytes": 510822187008, "freeStorageSpaceInBytes": 424894529536, "managedDeviceName": "10420_Windows_9/16/2021_11:50 AM", "partnerReportedThreatState": "unknown", "requireUserEnrollmentApproval": null, "managementCertificateExpirationDate": "2024-03-12T01:48:32Z", "iccid": null, "udid": null, "notes": null, "ethernetMacAddress": null, "physicalMemoryInBytes": 0, "enrollmentProfileName": null, "deviceActionResults": [] }, { "id": "962fe96a-9cd4-47a7-b06a-00127713164c", "userId": "e64937a2-04fd-4c77-a1f8-ded2f62a4ed6", "deviceName": "R90VGK25", "managedDeviceOwnerType": "company", "enrolledDateTime": "2023-11-30T10:11:08Z", "lastSyncDateTime": "2024-06-28T12:11:34Z", "operatingSystem": "Windows", "complianceState": "compliant", "jailBroken": "Unknown", "managementAgent": "mdm", "osVersion": "10.0.19045.4412", "easActivated": true, "easDeviceId": "0D74EA0E6A967C4EADE148789122178D", "easActivationDateTime": "0001-01-01T00:00:00Z", "azureADRegistered": true, "deviceEnrollmentType": "windowsAzureADJoin", "activationLockBypassCode": null, "emailAddress": "[email protected]", "azureADDeviceId": "1e056eb2-f4c0-4908-971f-bb7eab7cebf7", "deviceRegistrationState": "registered", "deviceCategoryDisplayName": "Unknown", "isSupervised": false, "exchangeLastSuccessfulSyncDateTime": "0001-01-01T00:00:00Z", "exchangeAccessState": "none", "exchangeAccessStateReason": "none", "remoteAssistanceSessionUrl": null, "remoteAssistanceSessionErrorDetails": null, "isEncrypted": true, "userPrincipalName": "[email protected]", "model": "20NN0026MH", "manufacturer": "LENOVO", "imei": "", "complianceGracePeriodExpirationDateTime": "9999-12-31T23:59:59Z", "serialNumber": "R90VGK25", "phoneNumber": "", "androidSecurityPatchLevel": "", "userDisplayName": "I. Nuñez Casanova", "configurationManagerClientEnabledFeatures": null, "wiFiMacAddress": "0433C2E4778F", "deviceHealthAttestationState": null, "subscriberCarrier": "", "meid": "", "totalStorageSpaceInBytes": 255401656320, "freeStorageSpaceInBytes": 175745531904, "managedDeviceName": "i.nunezcasanova_Windows_11/30/2023_10:11 AM", "partnerReportedThreatState": "unknown", "requireUserEnrollmentApproval": null, "managementCertificateExpirationDate": "2024-11-27T07:32:03Z", "iccid": null, "udid": null, "notes": null, "ethernetMacAddress": null, "physicalMemoryInBytes": 0, "enrollmentProfileName": null, "deviceActionResults": [] }, { "id": "50b2102e-09b1-4d14-8872-00d4cfedaf8f", "userId": "1d538ee4-2352-40e5-a5c5-f396e5cde0b6", "deviceName": "DESKTOP-R1GI5DF", "managedDeviceOwnerType": "personal", "enrolledDateTime": "2024-05-17T08:02:14Z", "lastSyncDateTime": "2024-07-02T07:08:11Z", "operatingSystem": "Windows", "complianceState": "compliant", "jailBroken": "Unknown", "managementAgent": "mdm", "osVersion": "10.0.19045.4529", "easActivated": true, "easDeviceId": "2471596E1EA03769EB407658D11B8C50", "easActivationDateTime": "0001-01-01T00:00:00Z", "azureADRegistered": true, "deviceEnrollmentType": "windowsAutoEnrollment", "activationLockBypassCode": null, "emailAddress": "[email protected]", "azureADDeviceId": "579a86f2-84ca-4d03-ab7d-3d1b5c79cfbc", "deviceRegistrationState": "registered", "deviceCategoryDisplayName": "Unknown", "isSupervised": false, "exchangeLastSuccessfulSyncDateTime": "0001-01-01T00:00:00Z", "exchangeAccessState": "none", "exchangeAccessStateReason": "none", "remoteAssistanceSessionUrl": null, "remoteAssistanceSessionErrorDetails": null, "isEncrypted": true, "userPrincipalName": "[email protected]", "model": "Latitude 3310", "manufacturer": "Dell Inc.", "imei": "", "complianceGracePeriodExpirationDateTime": "9999-12-31T23:59:59Z", "serialNumber": "3CWTT93", "phoneNumber": "", "androidSecurityPatchLevel": "", "userDisplayName": "Adhem Elgeritli", "configurationManagerClientEnabledFeatures": null, "wiFiMacAddress": "94E23CBB9F54", "deviceHealthAttestationState": null, "subscriberCarrier": "", "meid": "", "totalStorageSpaceInBytes": 253405167616, "freeStorageSpaceInBytes": 186747191296, "managedDeviceName": "718617_Windows_5/17/2024_8:02 AM", "partnerReportedThreatState": "unknown", "requireUserEnrollmentApproval": null, "managementCertificateExpirationDate": "2025-05-14T18:31:15Z", "iccid": null, "udid": null, "notes": null, "ethernetMacAddress": null, "physicalMemoryInBytes": 0, "enrollmentProfileName": null, "deviceActionResults": [] }, { "id": "cdece978-69d8-4869-a608-00864bdaeeea", "userId": "8b5e3d2d-1688-4222-ae1f-13ed00c387da", "deviceName": "DESKTOP-OI2T59R", "managedDeviceOwnerType": "personal", "enrolledDateTime": "2019-09-06T11:48:23Z", "lastSyncDateTime": "2024-07-06T14:31:34Z", "operatingSystem": "Windows", "complianceState": "compliant", "jailBroken": "Unknown", "managementAgent": "mdm", "osVersion": "10.0.22631.3810", "easActivated": true, "easDeviceId": "01DF52F767E17C2E6A152F83A5E91BB0", "easActivationDateTime": "0001-01-01T00:00:00Z", "azureADRegistered": true, "deviceEnrollmentType": "windowsAutoEnrollment", "activationLockBypassCode": null, "emailAddress": "[email protected]", "azureADDeviceId": "d6c789ed-b8c4-44ca-aee8-df29075c7c78", "deviceRegistrationState": "registered", "deviceCategoryDisplayName": "Unknown", "isSupervised": false, "exchangeLastSuccessfulSyncDateTime": "0001-01-01T00:00:00Z", "exchangeAccessState": "none", "exchangeAccessStateReason": "none", "remoteAssistanceSessionUrl": null, "remoteAssistanceSessionErrorDetails": null, "isEncrypted": true, "userPrincipalName": "[email protected]", "model": "HP ProBook 440 G6", "manufacturer": "HP", "imei": "", "complianceGracePeriodExpirationDateTime": "9999-12-31T23:59:59Z", "serialNumber": "5CD9265BZR", "phoneNumber": "", "androidSecurityPatchLevel": "", "userDisplayName": "Valentijn Delno", "configurationManagerClientEnabledFeatures": null, "wiFiMacAddress": "84FDD17F4590", "deviceHealthAttestationState": null, "subscriberCarrier": "", "meid": "", "totalStorageSpaceInBytes": 126461411328, "freeStorageSpaceInBytes": 62225645568, "managedDeviceName": "valentijn.delno_Windows_9/6/2019_11:48 AM", "partnerReportedThreatState": "unknown", "requireUserEnrollmentApproval": null, "managementCertificateExpirationDate": "2025-07-04T06:19:14Z", "iccid": null, "udid": null, "notes": null, "ethernetMacAddress": null, "physicalMemoryInBytes": 0, "enrollmentProfileName": null, "deviceActionResults": [] }, { "id": "1cffe133-1aae-4d04-9924-00578437cec4", "userId": "faaa0747-2e0c-4d19-9cec-ff7e79b3fb83", "deviceName": "STEFAN-HP", "managedDeviceOwnerType": "personal", "enrolledDateTime": "2021-01-28T15:18:43Z", "lastSyncDateTime": "2023-11-02T17:36:05Z", "operatingSystem": "Windows", "complianceState": "noncompliant", "jailBroken": "Unknown", "managementAgent": "mdm", "osVersion": "10.0.19045.3570", "easActivated": true, "easDeviceId": "A985F7F18DC87E6BCD5B347F2B31B224", "easActivationDateTime": "0001-01-01T00:00:00Z", "azureADRegistered": true, "deviceEnrollmentType": "windowsAutoEnrollment", "activationLockBypassCode": null, "emailAddress": "[email protected]", "azureADDeviceId": "cfb5bf10-8b45-4d2c-9cf2-76362325bbf7", "deviceRegistrationState": "registered", "deviceCategoryDisplayName": "Unknown", "isSupervised": false, "exchangeLastSuccessfulSyncDateTime": "0001-01-01T00:00:00Z", "exchangeAccessState": "none", "exchangeAccessStateReason": "none", "remoteAssistanceSessionUrl": null, "remoteAssistanceSessionErrorDetails": null, "isEncrypted": false, "userPrincipalName": "[email protected]", "model": "HP Z400 Workstation", "manufacturer": "Hewlett-Packard", "imei": "", "complianceGracePeriodExpirationDateTime": "2023-12-10T15:21:33Z", "serialNumber": "CZC1133QV2", "phoneNumber": "", "androidSecurityPatchLevel": "", "userDisplayName": "Finn Scargo", "configurationManagerClientEnabledFeatures": null, "wiFiMacAddress": "", "deviceHealthAttestationState": null, "subscriberCarrier": "", "meid": "", "totalStorageSpaceInBytes": 237908262912, "freeStorageSpaceInBytes": 110559756288, "managedDeviceName": "finn.scargo_Windows_1/28/2021_3:18 PM", "partnerReportedThreatState": "unknown", "requireUserEnrollmentApproval": null, "managementCertificateExpirationDate": "2024-09-26T04:38:27Z", "iccid": null, "udid": null, "notes": null, "ethernetMacAddress": null, "physicalMemoryInBytes": 0, "enrollmentProfileName": null, "deviceActionResults": [] }, { "id": "c54cafb0-d180-4130-9df5-00169d029e06", "userId": "01acf0c1-c7cf-431b-9c04-8c4526d0f3e8", "deviceName": "HP15S-FQ1442ND", "managedDeviceOwnerType": "personal", "enrolledDateTime": "2024-02-26T13:00:09Z", "lastSyncDateTime": "2024-07-07T11:08:43Z", "operatingSystem": "Windows", "complianceState": "compliant", "jailBroken": "Unknown", "managementAgent": "mdm", "osVersion": "10.0.22631.3737", "easActivated": true, "easDeviceId": "1DE88F7379D7C1DB6C048E4B68E0BF98", "easActivationDateTime": "0001-01-01T00:00:00Z", "azureADRegistered": true, "deviceEnrollmentType": "windowsAutoEnrollment", "activationLockBypassCode": null, "emailAddress": "[email protected]", "azureADDeviceId": "fffd091c-0c19-439c-886b-5a2ae98af22c", "deviceRegistrationState": "registered", "deviceCategoryDisplayName": "Unknown", "isSupervised": false, "exchangeLastSuccessfulSyncDateTime": "0001-01-01T00:00:00Z", "exchangeAccessState": "none", "exchangeAccessStateReason": "none", "remoteAssistanceSessionUrl": null, "remoteAssistanceSessionErrorDetails": null, "isEncrypted": false, "userPrincipalName": "[email protected]", "model": "HP Laptop 15s-fq1xxx", "manufacturer": "HP", "imei": "", "complianceGracePeriodExpirationDateTime": "9999-12-31T23:59:59Z", "serialNumber": "5CD025G9BP", "phoneNumber": "", "androidSecurityPatchLevel": "", "userDisplayName": "Valentina Boon", "configurationManagerClientEnabledFeatures": null, "wiFiMacAddress": "5C3A451352AF", "deviceHealthAttestationState": null, "subscriberCarrier": "", "meid": "", "totalStorageSpaceInBytes": 511130468352, "freeStorageSpaceInBytes": 390951075840, "managedDeviceName": "vbn_Windows_2/26/2024_1:00 PM", "partnerReportedThreatState": "unknown", "requireUserEnrollmentApproval": null, "managementCertificateExpirationDate": "2025-02-22T15:06:29Z", "iccid": null, "udid": null, "notes": null, "ethernetMacAddress": null, "physicalMemoryInBytes": 0, "enrollmentProfileName": null, "deviceActionResults": [] }, { "id": "7230fb54-3d0a-4d1a-87e5-009f2824b3b3", "userId": "", "deviceName": "8CC9430PX8", "managedDeviceOwnerType": "company", "enrolledDateTime": "2021-01-12T17:00:39Z", "lastSyncDateTime": "2024-07-04T07:20:57Z", "operatingSystem": "Windows", "complianceState": "compliant", "jailBroken": "Unknown", "managementAgent": "mdm", "osVersion": "10.0.19045.4291", "easActivated": true, "easDeviceId": "EF6F87AC69D05D6FAAA0EF42FBF76E57", "easActivationDateTime": "0001-01-01T00:00:00Z", "azureADRegistered": true, "deviceEnrollmentType": "windowsAzureADJoinUsingDeviceAuth", "activationLockBypassCode": null, "emailAddress": "", "azureADDeviceId": "14091973-e678-48d1-9bb8-21edde9b89f9", "deviceRegistrationState": "registered", "deviceCategoryDisplayName": "Unknown", "isSupervised": false, "exchangeLastSuccessfulSyncDateTime": "0001-01-01T00:00:00Z", "exchangeAccessState": "none", "exchangeAccessStateReason": "none", "remoteAssistanceSessionUrl": null, "remoteAssistanceSessionErrorDetails": null, "isEncrypted": true, "userPrincipalName": "", "model": "HP ProDesk 400 G5 Desktop Mini", "manufacturer": "HP", "imei": "", "complianceGracePeriodExpirationDateTime": "9999-12-31T23:59:59Z", "serialNumber": "8CC9430PX8", "phoneNumber": "", "androidSecurityPatchLevel": "", "userDisplayName": "", "configurationManagerClientEnabledFeatures": null, "wiFiMacAddress": "", "deviceHealthAttestationState": null, "subscriberCarrier": "", "meid": "", "totalStorageSpaceInBytes": 255401656320, "freeStorageSpaceInBytes": 197574787072, "managedDeviceName": "f887fa75-c0a4-48a2-8bf0-539b98dc8074_Windows_6/24/2021_2:24 PM", "partnerReportedThreatState": "unknown", "requireUserEnrollmentApproval": null, "managementCertificateExpirationDate": "2024-11-11T23:23:13Z", "iccid": null, "udid": null, "notes": null, "ethernetMacAddress": null, "physicalMemoryInBytes": 0, "enrollmentProfileName": null, "deviceActionResults": [] }, { "id": "277c89d1-11f1-427a-84bf-0062f67e6dd2", "userId": "c5ef1be5-597d-4b52-b2f6-fff7d42c1b6e", "deviceName": "LAPTOP-N44817MD", "managedDeviceOwnerType": "personal", "enrolledDateTime": "2021-08-15T18:46:47Z", "lastSyncDateTime": "2023-08-27T13:03:19Z", "operatingSystem": "Windows", "complianceState": "noncompliant", "jailBroken": "Unknown", "managementAgent": "mdm", "osVersion": "10.0.22621.2134", "easActivated": true, "easDeviceId": "CAC1BB2DD46786D5564C0FA545B2EA65", "easActivationDateTime": "0001-01-01T00:00:00Z", "azureADRegistered": true, "deviceEnrollmentType": "windowsAutoEnrollment", "activationLockBypassCode": null, "emailAddress": "[email protected]", "azureADDeviceId": "7a7be9a6-1efd-4fca-ab88-299926db25c5", "deviceRegistrationState": "registered", "deviceCategoryDisplayName": "Unknown", "isSupervised": false, "exchangeLastSuccessfulSyncDateTime": "0001-01-01T00:00:00Z", "exchangeAccessState": "none", "exchangeAccessStateReason": "none", "remoteAssistanceSessionUrl": null, "remoteAssistanceSessionErrorDetails": null, "isEncrypted": true, "userPrincipalName": "[email protected]", "model": "82H9", "manufacturer": "LENOVO", "imei": "", "complianceGracePeriodExpirationDateTime": "2023-08-30T15:46:15Z", "serialNumber": "", "phoneNumber": "", "androidSecurityPatchLevel": "", "userDisplayName": "Sten Evers", "configurationManagerClientEnabledFeatures": null, "wiFiMacAddress": "0045E25EAB1B", "deviceHealthAttestationState": null, "subscriberCarrier": "", "meid": "", "totalStorageSpaceInBytes": 510770806784, "freeStorageSpaceInBytes": 433696276480, "managedDeviceName": "sten.evers_Windows_8/15/2021_6:46 PM", "partnerReportedThreatState": "unknown", "requireUserEnrollmentApproval": null, "managementCertificateExpirationDate": "2024-02-27T23:35:26Z", "iccid": null, "udid": null, "notes": null, "ethernetMacAddress": null, "physicalMemoryInBytes": 0, "enrollmentProfileName": null, "deviceActionResults": [] }, { "id": "7c450992-da2a-49d4-97bb-001db989280b", "userId": "655e0699-1423-46b4-b831-c0810cde06c5", "deviceName": "LAPTOP-HHM1Q96I", "managedDeviceOwnerType": "personal", "enrolledDateTime": "2022-09-12T06:21:21Z", "lastSyncDateTime": "2024-06-23T08:46:45Z", "operatingSystem": "Windows", "complianceState": "compliant", "jailBroken": "Unknown", "managementAgent": "mdm", "osVersion": "10.0.22631.3593", "easActivated": true, "easDeviceId": "F36F5D22F6B6646E063AC953EC44E285", "easActivationDateTime": "0001-01-01T00:00:00Z", "azureADRegistered": true, "deviceEnrollmentType": "windowsAutoEnrollment", "activationLockBypassCode": null, "emailAddress": "[email protected]", "azureADDeviceId": "f5dde3f6-2728-435f-be92-fa47e7b1dca3", "deviceRegistrationState": "registered", "deviceCategoryDisplayName": "Unknown", "isSupervised": false, "exchangeLastSuccessfulSyncDateTime": "0001-01-01T00:00:00Z", "exchangeAccessState": "none", "exchangeAccessStateReason": "none", "remoteAssistanceSessionUrl": null, "remoteAssistanceSessionErrorDetails": null, "isEncrypted": false, "userPrincipalName": "[email protected]", "model": "82KT", "manufacturer": "LENOVO", "imei": "", "complianceGracePeriodExpirationDateTime": "9999-12-31T23:59:59Z", "serialNumber": "PF3MPZBC", "phoneNumber": "", "androidSecurityPatchLevel": "", "userDisplayName": "Lisa Vos", "configurationManagerClientEnabledFeatures": null, "wiFiMacAddress": "0045E2BA2A5D", "deviceHealthAttestationState": null, "subscriberCarrier": "", "meid": "", "totalStorageSpaceInBytes": 253672554496, "freeStorageSpaceInBytes": 195951591424, "managedDeviceName": "lisa.vos_Windows_9/12/2022_6:21 AM", "partnerReportedThreatState": "unknown", "requireUserEnrollmentApproval": null, "managementCertificateExpirationDate": "2025-05-12T11:39:42Z", "iccid": null, "udid": null, "notes": null, "ethernetMacAddress": null, "physicalMemoryInBytes": 0, "enrollmentProfileName": null, "deviceActionResults": [] } ] }

DEBUG: [CmdletEndProcessing]: - Get-MgDeviceManagementManagedDevice end processing.

</details>


### Configuration

```Name                           Value
----                           -----
PSVersion                      7.4.3
PSEdition                      Core
GitCommitId                    7.4.3
OS                             Microsoft Windows 10.0.26100
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Nothing specific to this configuration

Other information

No response

sikkepitje avatar Jul 08 '24 08:07 sikkepitje

I'm experiencing the same problem, version below.

Get-InstalledModule Microsoft.Graph

Version              Name                                Repository           Description
-------              ----                                ----------           -----------
2.20.0               Microsoft.Graph                     PSGallery            Microsoft Graph PowerShell module

mercma avatar Jul 11 '24 14:07 mercma

@sikkepitje

If you need an immediate work around, you can do the following:

$devices = Get-MgDeviceManagementManagedDevice -All
foreach ($device in $devices) {
    $deviceData = Invoke-MgGraphRequest -Method GET -Uri "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/$($device.id)" -OutputType PSObject
    $deviceData | select WiFiMacAddress, EthernetMacAddress
}

It should return the same data you see when using the "Microsoft Intune Admin Center". NOTE: It isn't quick, but it gets the job done.

mercma avatar Jul 11 '24 16:07 mercma

Any Update on this?

fscorrupt avatar Sep 02 '25 07:09 fscorrupt