Forum Discussion
Oskar Kuus
Oct 30, 2020Iron Contributor
Activating project moca?
Hey I am trying to activate Office365 Moca for Outlook using this: https://docs.microsoft.com/sv-se/powershell/module/exchange/set-owamailboxpolicy?view=exchange-ps https://docs.microsoft.com/...
VasilMichev
Oct 31, 2020MVP
You need to provide the identity of the policy, not a mailbox. Or you can toggle it across all policies:
Get-OwaMailboxPolicy | Set-OwaMailboxPolicy -ProjectMocaEnabled $true