Forum Discussion
liam--
Feb 22, 2024Copper Contributor
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, L...
SebastiaanSmits
Feb 22, 2024Iron Contributor
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
For example use:
get-MgDeviceManagementmanagedDevice cmdlet to get the PhoneNumber attribute
After that you can use
update-mguser to populate the PhoneNumber attribute