Microsoft Exchange Server is a mail server and calendaring server running exclusively on Windows Server operating systems. Thanks to WinRM + AD connector we can manage Exchange.
Connector supports these operations in Exchange:
For managing Exchange we need these cooperations from customer:
To connect IdM to Exchange server, we will use remote connector server.
At first, we must install connector server on the server where IdM is running. For that, we will follow this tutorial
After finishing installation of connector-server we want to test if we can connect to WinRM. For test we will follow this tutorial
After connection test, we must insert scripts to connector server to folder /scripts
. Example scripts can be found in: https://github.com/bcvsolutions/winrm-ad-connector (copy both the winrm_wrapper.py
and the whole folder exchange
).
Next, we must configure new system in IdM. Configuration is very similar to configuration of Active Directory. We will follow this tutorial for configuration
First, we set create via PowerShell to true in system configuration. Then we assign role to user. When assigning is approved, creating account for user in Active Directory will start. After creating account in Active Directory, creating mailbox will start. Result is a new mail-box for user.