Restore de-provisioned O365 mailbox
Open the Exchange Management Shell and run the following command: Enable-RemoteMailbox -Identity “amanda smida” -RemoteRoutingAddress asmida@lifetouch.mail.onmicrosoft.com Example:
A Drink of Technology for the Thirsty Mind
Open the Exchange Management Shell and run the following command: Enable-RemoteMailbox -Identity “amanda smida” -RemoteRoutingAddress asmida@lifetouch.mail.onmicrosoft.com Example:
When you try to migrate an O365 mailbox back to Exchange on-premise, you may run into this error message. Below is the solution for it. SOLUTION Set the ExchangeGUID property…
1. Connect to Exchange On-line From the PowerShell console on an Exchange 2010 server: $Cred = Get-Credential $s = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $cred -Authentication Basic –AllowRedirection Import-PSSession…
If you have the need to remove a specific calendar event/appointment from a mailbox, you can do it through Power Shell or Exchange Management Shell. Open PowerShell or EMS If…