Forum Discussion
Deleted
Oct 09, 2017Forward shared mailbox to Office365 Group
We want to forward mails from a shared mailbox to a office 365 group so that it will be i nthe converstations of that group. Is this possible?
Edwin Arlington
Oct 10, 2017Copper Contributor
You can try the below mentioned command:
Set-Mailbox -Identity SharedMailbox -ForwardingAddress Groups@domain.com -DeliverToMailboxAndForward $true
or
Get-MessageTrace -RecipientAddress sharedmailbox@contoso.com | Get-MessageTraceDetail
If you would see a Fail under Event tab, then run below command
Get-MessageTrace -RecipientAddress sharedmailbox@contoso.com | Get-MessageTraceDetail | where {$_.event -eq "fail"} | fl