Hi, when I enable a license for Exchange Online for a user I get the following warning:
Here are the current settings for creating a remote mailbox per this article:
I've tried to set a template for the remote routing address but I get the below error when running the powershell script:
The property 'RemoteMailboxesRemoteRoutingAddress' cannot be found on this object. Verify that the property exists and can be set.
At line:19 char:1
- $tenant.RemoteMailboxesRemoteRoutingAddress = $addressTemplate
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : PropertyAssignmentException
