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…
If you have the need to export a user list from an Active Directory group along with the user’s email address, run the following command in PowerShell as an administrator.…
A tutorial on how to install an Operating System in VirtualBox. This is my first article on VirtualBox and I’ll describe the steps involved in creating a Virtual Machine, mounting…
Read this tutorial to configure roaming profiles for user accounts in Windows Server 2008 in an Active Directory environment. Roaming profiles have the advantage of users have their personal settings…
This article will explain the procedure for setting up a VPN server in Windows Server 2008. The VPN protocol used will be PPTP (Point to Point Tunneling Protocol). The method…