Need to deploy user email and contact information to user machine using Intune on Windows

info learn 1 Reputation point
2021-04-27T11:16:35.627+00:00

Hi,

I am trying to deploy user contact info like email, first name, last name, etc. from the Intune portal to the client's/users machines on Windows but unable to find any way yet.

In my scenario, I am deploying an application from Intune, which upon deployment checks for the user's email and signs him up. If the user is not registered, then his email, first name, last name will be used to register him.

So, in order to achieve this, I need a method through which this information (email, firstname, lastname) can be deployed to the user machine in his registry, temp file, etc.

As currently there is no method available to directly create/write to registry using Intune.

Any help would be appreciated.

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,365 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,569 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Lu Dai-MSFT 28,356 Reputation points
    2021-04-28T01:54:46.78+00:00

    @info learn Thanks for posting in our Q&A.

    For this issue, did you mean that you want to deploy a file including user email and contact information to windows devices via intune? If yes, it is suggested to try to convert this file to .intunewin format and use win32 app deployment to achieve this. We can read the following article about win32 app management as a reference.
    https://learn.microsoft.com/en-us/mem/intune/apps/apps-win32-app-management

    Or it is recommended to try to write a PowerShell script and then deploy this script via intune. The following article describes how to deploy PowerShell scripts via intune:
    https://learn.microsoft.com/en-us/mem/intune/apps/intune-management-extension

    If there is anything unclear, feel free to let us know.


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.