To create a distribution group on Exchange 2010, 2013 & Exchange Online using EMS the command is: New-DistributionGroup -Name “Name”
Create contacts on Exchange using EMS
To create a contact on Exchange 2010, 2013 & Exchange Online using EMS the command is: New-MailContact -DisplayName “Display Name”
Reserve external IP on Azure Cloud Service
When we create a VM on Azure, at the same time we create a Cloud Service. Later we can create
Add members to distribution group using PowerShell
For Office 365 first Connect PowerShell to Exchange Online $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential
Download & Deploy Office 365 Business & ProPlus
If we need to do local installation of Office 365 to many computers or we need to do it offline then