Hi,
I would like to know whether it is possible to modify a shared mailbox after creation with a business rule.
We create the shared mailbox on prem using a custom command with PowerShell, after the creation I want to automatically change a property on the newly created shared mailbox:
set-mailbox <mailbox name> -MessageCopyForSentAsEnabled $True
and
set-mailbox <mailbox name> -MessageCopyForSendOnBehalfEnabled $True
Because I cannot do this during the creation I want to do it after creation using a business rule if possible. But I could not find the correct object type when creating the business rule. I suppose I could use "User" but I don't how to identity the user object type as a shared mailbox.
Thanks,
Thomas Maurer