Well the process flows is something like below.
- Exchange Adapters invokes the Exchange Connector Bundle.
- Connector Bundle is installed on a .NET Connector Bundle. So you will have to install a connector bundle on a windows box which is joined to AD Exchange Domain.
- Exchange Connector bundle via Remote Shell invokes the Windows Power Shell 2.0 which is again on the Connector Server.
- Power Shell invokes Windows Remote Management (WinRM) 2.0.
- WinRM executes provisioning powershell cmdlets.
- This finally invokes MS exchange server for create and other operations.
From the above, the required components are :-
- .NET Connector Server
- PowerShell 2.0
- WinRM 2.0