**Training Session: Managing Shared Mailboxes in Outlook**
**Overview:**
Today, we will cover the three types of use and how to add a shared mailbox in Outlook. This includes:
- Full access with automapping
- Full access without automapping
- Secondary Exchange account
**PowerShell Commands:**
To access PowerShell, you will need to run the following commands:
1. Set the execution policy to unrestricted:
Set-ExecutionPolicy Unrestricted
2. Set the execution policy to RemoteSigned:
Set-ExecutionPolicy RemoteSigned
3. Import the Exchange Online Management module:
Import-Module ExchangeOnlineManagement
4. Connect to Exchange Online:
Connect-ExchangeOnline
5. Give the premission
Add-MailboxPermission -Identity "MailboxIdentity" -User "UserIdentity" -AccessRights FullAccess -AutoMapping $false
Тэги:
#Outlook #Exchange_online #Exchange #shared_mailboxes #mailboxes #microsoft_365 #full_access