Bulk Updating Office 365 Users
In order to bulk update users, do the following:
- Update the CSV file attached to this solution and save it somewhere on your hard drive.
- Save the powershell (.ps1) file attached to the solution to your hard drive
- Edit the script as follows:
- If the Exchange tools are already installed for powershell, remove the first two lines
- Replace
with your email address - Replace
with the path to the CSV file saved in Step 1
- Run Windows Powershell as an Administrator
- Change the directory to where the Poweshell script was saved in Step 1.
- Type the following command and press enter: .\UpdateUsers.ps1