Exchange 2007 no longer supports CDOEXM for mailbox management. In order to provision the Exchange 2007 mailboxes, the Active Directory driver uses Windows PowerShell* in the form of a service.
This service is installed on the server that is running the Active Directory driver. If you decided to run the driver locally, the driver is installed on the Identity Manager server. If you decided to run the driver remotely, the driver is installed on the same server as the Remote Loader service.
The service listens on a default port of 8097. This is set when the service is installed. It is stored in the registry key HK EY_LOCAL_MACHINE\SOFTWARE\Novell\IDM_AD_EX_SERVICE. The value can be edited if necessary. If you edit the registry key, both the service and the driver must be restarted.
The Active Directory driver creates, moves, and disables Exchange 2007 mailboxes. The cmdlets supported by the Active Directory driver to create, move, and disable mailboxes in Exchange 2007 are Enable-Mailbox, move-Mailbox, and Disable-Mailbox. The cmdlets use the following parameters in the Active Directory driver:
Enable-Mailbox: -Identity, -Alias, -Database -DomainController
Disable-Mailbox: -Identity, -DomainController, -Confirm
Move-Mailbox: -Identity, -TargetDatabase, -DomainController, -Confirm
For more functionality support, use the Scripting driver. For information on using Scripting driver, see the Identity Manager 3.6.1 Driver for Scripting Implementation Guide.
To provisions the Exchange 2007 mailboxes, the following steps must be completed:
Meet the prerequisites
Install the service
Configure the driver
On the server where the driver will run, whether that is as a Remote Loader service or if the driver is installed locally, the following items must be installed:
Microsoft .NET Framework version 2.0 or above.
Exchange 2007 Management Tools for the correct platform: 32-bit or 64-bit.
To install the service, you must use the .NET Framework InstallUtil.exe utility. The version folder is 2. for .NET versions 2. and 3. . It is 4. for .NET version 4. .
The default location for a 32-bit server is C:\WINDOWS\Microsoft.Net\Framework\version\InstallUtil.exe.
The default location for a 64-bit server is C:\WINDOWS\Microsoft.Net\Framework64\version\InstallUtil.exe.
To use InstallUtil.exe:
Open a .NET command prompt.
Issue the command InstallUtil IDMExService.exe to register the service and create the correct registry entries.
To start the service, select
.Right-click the service
, then select .The service runs as a system. A system usually does not have rights to manage mailboxes. Run the service as an account that has enough rights to manage mailboxes as mentioned in the TID 3608183.
To uninstall the service, issue the command InstallUtil /u IDMExService.exe.
You need to create a new driver object and select the correct fields to enable provisioning with Exchange 2007 or modify the existing driver.
To create a new driver:
When you are creating a driver object, specify the configuration parameters to provision the Exchange 2007 mailboxes.
See Table C-1 for a list of Exchange parameters. See Section 4.0, Creating a New Driver for information on how to create the driver object.
Verify that you have selected Exchange Management interface type for more information.
to provision Exchange 2007 mailboxes. SeeStart the driver to provision the Exchange 2007 mailboxes.
To modify an existing driver in Designer:
Right-click the Active Directory driver in the Modeler, then select
.Select
.Search for the heading <header display-name=“Exchange Options”/>.
Change the following lines:
Click
twice to save the changes.To modify an existing driver in iManager:
Select
.Select the driver set where the Active Directory driver is stored, then click
.Click the upper right corner of the Active Directory driver, then click
.In the
tab, click under .Click the
check box.Search for the heading <header display-name=“Exchange Options”/>.
Change the following lines:
Click
twice to save the changes.