Hello,
I need to understand what permissions are required for service account to be able to create mailboxes.
Currently the account has,
Organization Mgmt
Recipient Mgmt
Domain Users
Account Operators.
But, when connector triggers to create mailbox. we get below error.
Below is the ssh cmdlet:
Add-PSSnapin Microsoft.Exchange.Management.PowerShell.E2010 2>&1 | Write-Host; if($?) {Enable-RemoteMailbox '${Identity}' -RemoteRoutingAddress '${RoutingAddr}' 2>&1 | Write-Host;}
Any assist on this, Plz.
Has anyone faced this issue, please share.