To Grant full Access to a Mailbox in Office 365 you must first connect to the remote PowerShell, by typing the 3 commands in your local PowerShell: $o365cred=get-credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri
Continue ReadingDay: 12 May 2014
O365 – Disable Password Expiry
O365 (Exchange Online) – Disable Password Expiry Run the following powershell
Continue Reading