We have user1 and user2
user2 has permission to „Send As“ user1
Add-ADPermission „user1“ -User „user2“ -ExtendedRights „Send-As“
Although I set options in OWA „copied to your Sent Items folder and to the sender’s Sent Items folder“ , still does not work
after this command it is working well
Set-MailboxSentItemsConfiguration „user1“ -SendAsItemsCopiedTo SenderAndFrom
🙂 nice