Office 365 – Give permission on a mailbox

Michael Cloud, How To Guides, Office 365, TechTalk

You may find it necessary to grant a user /admin the ability to open and view the contents of another users mailbox. Here are a few quick steps to guide you through this process. Connect to your Exchange Online Powershell and enter the following [note color=”#CCD6DB”]$Cred = Get-Credential [/note] Enter your credentials and then enter the following two lines to complete the connection to …

Office 365 – Send as permission.

Michael How To Guides, Office 365, TechTalk

You may find it necessary to grant a user permission to send on behalf of another. Here are a few quick steps to guide you through this process. Connect to your Exchange Online Powershell and enter the following [note color=”#CCD6DB”]$Cred = Get-Credential [/note] Enter your credentials and then enter the following two lines to complete the connection to your Office 365 tenant admin. [note …