Forum Discussion
O365 Powershell | Changing usernames and display names in bulk
Hi,
Does anyone have a script to bulk change usernames & display names in a tenant, eventually using a csv or a filter based on the existing username which all start by "general-NNNN@..."?
Thanks/Brgds joao
Hi Joao,
don't specifically have one handy for exactly this task - you could use my script https://github.com/SteveMacNZ/Azure-M365/blob/main/M365/AzureAD/User-Management/Invoke-CreateCloudAccts.ps1 along with the excel file and adapt the logic to look for the account and then use Set-MsolUser rather than new... script and excel template are in my github link below
https://github.com/SteveMacNZ/Azure-M365/tree/main/M365/AzureAD/User-Management
2 Replies
- SteveMacNZIron Contributor
Hi Joao,
don't specifically have one handy for exactly this task - you could use my script https://github.com/SteveMacNZ/Azure-M365/blob/main/M365/AzureAD/User-Management/Invoke-CreateCloudAccts.ps1 along with the excel file and adapt the logic to look for the account and then use Set-MsolUser rather than new... script and excel template are in my github link below
https://github.com/SteveMacNZ/Azure-M365/tree/main/M365/AzureAD/User-Management
- jcasqueiroBrass ContributorThanks 😉