Forum Discussion

liam--'s avatar
liam--
Copper Contributor
Feb 22, 2024

Intune Android Phone Number, writeback to Azure AD profile

Hi,

 

I've noticed that when we enrol a device in Intune that it stores a field for the telephone number, we are wondering if theres anyway of writing this back into AzureAD somehow?

 

Thanks,

Liam

  • There is no direct or UI way of performing this but you can script this with Powershell.

    For example use:

    get-MgDeviceManagementmanagedDevice cmdlet to get the PhoneNumber attribute

    After that you can use

    update-mguser to populate the PhoneNumber attribute

Resources