However, when attempting to create or modify a remote mailbox in an on-premises Exchange environment using ADManager Plus, the following error may occur:
Some error occurred when creating/modifying the Remote mailbox, No Exchange Administrative Groups Available.
This issue prevents the successful creation or modification of remote mailboxes, potentially disrupting mailbox management in hybrid setups. Resolving this error is crucial to ensure smooth mailbox operations across both on-premises and cloud environments.
Permission issues : The service account used in ADManager Plus doesn't have the required permissions over the Exchange on-premises server.
Network restrictions : The ADManager Plus server cannot communicate with Exchange Server due to network or firewall restrictions.
Configuration issues : PowerShell remoting to Exchange Server is not enabled.
Verify that PowerShell remoting is enabled and allowed between ADManager Plus and Exchange Server.
Confirm that the service account has the necessary permissions in Exchange.
Open PowerShell and run:
Test-NetConnection -ComputerName <ExchangeServerFQDN> -Port 80
If connectivity fails, ensure that the firewall allows communication on these ports.
Log in to the Exchange admin center (EAC).
Navigate to Permissions > Admin Roles.
Locate and select Organization Management.
In the Members section, check if the service account is listed.
If the account is missing, click Edit and add it.
Save the changes and restart the ADManager Plus service to apply them.
Open PowerShell as an administrator.
Run the following command to enable remoting:
Enable-PSRemoting -Force
Verify that PowerShell can connect to Exchange Server:
New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://ExchangeServerFQDN/PowerShell/ -Authentication Kerberos
If the connection fails, check WinRM settings using:
winrm quickconfig
Restart the ADManager Plus service.
Try creating or modifying the remote mailbox again.
Ensure the user account is enabled in AD before mailbox provisioning.
Verify that the user has a valid and unique email address.
Use the correct RemoteRoutingAddress (e.g., user@tenant.mail.onmicrosoft.com) to enable hybrid mail flow.
Assign the appropriate mailbox database and retention policies.
Check that Exchange GUID synchronization is enabled for hybrid environments.
Confirm the user is synced to Entra ID if using hybrid Exchange.
Test mail flow and connectivity after mailbox creation.
Document changes for auditing and compliance purposes.