I was looking for a free solution to have email notifications for Azure backup. After reading other blogs and technet
Tag: powershell
Give Specific permissions to Calendar or Contacts
To add permissions to a mailbox’s Calendar or Contacts. This is very useful when creating a “Room Mailbox” that the
Create new mailboxes on Exchange 2013 using EMS
Here is a quick way to create one or many mailboxes (and the respective user account on AD) on Exchange
Connect Powershell to Exchange Online
Connect PowerShell to Exchange Online $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection
Connect powershell to Azure
First we need to install the Azure PowerShell module from http://go.microsoft.com/fwlink/p/?linkid=320376&clcid=0x409 Then open PowerShell and run: Add-AzureAccount Pantelis ApostolidisPantelis Apostolidis is