Is it possible to make mass changes for users in Azure AD?

5even 56 Reputation points
2020-07-03T12:15:08.297+00:00

I just want to update the global addresses for at least 40 users from the same location. Its possible to change the address for every single user, when I click on it, but it could be easier, when its possible to do mass changes with one strike.

can someone help out?

best regards

5even

Microsoft Security | Microsoft Entra | Other
{count} vote

1 answer

Sort by: Most helpful
  1. T. Kujala 8,766 Reputation points
    2020-07-03T13:08:03.853+00:00

    Hi @5even-5983,

    You have the following bulk management tasks available in the Azure AD portal.

    • Bulk create
    • Bulk invite
    • Bulk delete
    • Download users

    https://techcommunity.microsoft.com/t5/azure-active-directory-identity/new-capability-simplifies-bulk-management-for-users-and-groups/ba-p/894002

    You can also use the PowerShell commands to edit multiple objects.

    For example.

    PS C:\> Get-AzureADUser -SearchString "Test" | Set-AzureADUser -StreedAddress Street

    https://learn.microsoft.com/en-us/powershell/module/azuread/set-azureaduser?view=azureadps-2.0

    2 people found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.