This script can be used to assign users a license who are member of a specific Office365-Security Group. The password in this script is encrypted! Please note that this script only works for users who do not have a license assigned yet. There are a couple of variables used in this script. Please adjust them... Continue Reading →
Create External Contacts with CSV and PowerShell
To create External Contacts in Office 365/Exchange Online I've created a script which uses a CSV file for input. The file must be saved as "Unicode, Semicolon separated" (;) and must contain the following fields: Name Description ExternalEmailAddress Email Address for the contact (this filed cannot contain spaces!) Name Full / Display Name FirstName First... Continue Reading →
Create Distribution Group(s) with CSV and PowerShell
To create Distribution Groups in Office 365/Exchange Online I've created a script which uses a CSV file for input. The file must be saved as "Unicode, Semicolon separated" (;) and must contain the following fields: Name Description Name Name of the Shared Mailbox (this field cannot contain spaces!) Display Name Full / Display Name Email... Continue Reading →