Forum Discussion
rwaldron
Dec 17, 2018Copper Contributor
sent items folder when sending on behalf of someone else
I've tried below for both a shared mailbox & full access to a licenced mailbox in outlook but I still get the same behaviour. ie: user1 ALWAYS shows keeps sent item in its own mailbox. I am user1...
Andreas67
May 28, 2024Copper Contributor
Solution:
1. Install and maintain the Exchange Online PowerShell module (Minimum PowerShell version 3.0) in an Admin level Powershell. Copy and Paste the following command to install this package using PowerShellGet: Install-Module -Name ExchangeOnlineManagement
2. Set the PowerShell execution policy for your computer, Copy and Paste the following command: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
3. Connect to Exchange Online PowerShell with an interactive login prompt. Copy and Paste the following command: Connect-ExchangeOnline -UserPrincipalName <your email address>
4. Copy and Paste the following command: Set-Mailbox <manager's email address> -MessageCopyForSentAsEnabled $true