Office 365

Setting Office 365 User with Send As permission

Connect to O365 $LiveCred = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection Import-PSSession $Session   Send As Add-RecipientPermission sendas@yourdomain.com […]