Open other users Mailbox in Outlook

Michael How To Guides, Office 365, TechTalk

How do I open another users mailbox from within Outlook? Before you start please make sure you have the appropriate permissions assigned. If you are not sure or need to know how to do this please refer to this article. https://www.opsactive.com/office-365-give-permission-on-a-mailbox/ In the left had side of your outlook pane, look for your username/email address, this is the very top level of your …

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 …