Microsoft 365-Shared Mailbox as full access with and without automapping, secondary Exchange account

Microsoft 365-Shared Mailbox as full access with and without automapping, secondary Exchange account

Systems Administration

1 месяц назад

104 Просмотров

**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
Ссылки и html тэги не поддерживаются


Комментарии:

@ramchandramishra4376
@ramchandramishra4376 - 14.10.2024 15:15

Hi Friend, automapping not working properly in outlook for my users. It works only when I create new profile but after some days shared mailbox disappear from outlook client. Please help me.

Ответить