Forum Discussion
jcasqueiro
Nov 17, 2021Brass Contributor
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/B...
- Nov 18, 2021
Hi Joao,
don't specifically have one handy for exactly this task - you could use my script 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
Azure-M365/M365/AzureAD/User-Management at main · SteveMacNZ/Azure-M365 · GitHub
SteveMacNZ
Nov 18, 2021Iron Contributor
Hi Joao,
don't specifically have one handy for exactly this task - you could use my script 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
Azure-M365/M365/AzureAD/User-Management at main · SteveMacNZ/Azure-M365 · GitHub
- jcasqueiroFeb 17, 2023Brass ContributorThanks 😉