Office 365 bulk administration

Registered myself a Office 365 trial account some time ago:
https://signup.microsoft.com/Signup?OfferId=101bde18-5ffb-4d79-a47b-f5b2c62525b3&dl=ENTERPRISEPREMIUM&culture=us-us&country=us&ali=1

As self education, i wanted to create a bulk administration script for Office 365. This to bether understand O365 and how PowerShell works with it.

I ended up writing a bulk administration script with the following features:

-Create Office 365 users from a list of users in a CSV file. Password from created users are exported to a txt file.
-Delete Office 365 users from a list of users in a CSV file.
-Choose what services to disable for all users or users from a list in a CSV file.

Leave a comment