Use the Start-DominoDirectoryConnector cmdlet to start the local Directory Connector service on a specific server or to start specific Directory Connector actions.

Start-DominoDirectoryConnector [-Identity <String>] [-FullReloadToAD <$true | $false>] [-FullReloadToDomino <$true | $false>] [-UpdateToAD <$true | $false>] [-UpdateToDomino <$true | $false>]

Parameters

Parameter Required Type Description

Identity

Optional

System.String

Identifies the specific connector that will be started. Required if multiple Directory Connectors exist.

FullReloadToAD

Optional

System.Management.Automation.SwitchParameter

Starts a one- way full resynchronization to Active Directory.

FullReloadToDomino

Optional

System.Management.Automation.SwitchParameter

Start a one- way full resynchronization to the Domino Directory.

UpdateToAD

Optional

System.Management.Automation.SwitchParameter

Start a one- way updated synchronization to Active Directory.

UpdateToDomino

Optional

System.Management.Automation.SwitchParameter

Start a one- way updated synchronization to the Domino Directory.

Detailed Description

The Start-DominoDirectoryConnector cmdlet is used to start the Directory Connector service or to launch specific Directory Connector actions. Issuing this cmdlet without any parameters launches the Domino Directory Service on the local Microsoft Exchange Server 2007 server. When used with parameters, this cmdlet starts the service on a remote server that is running Exchange 2007 or forces synchronization to occur immediately. For more information about Directory Connectors, see Directory Connector Prerequisites.

To run the Start-DominoDirectoryConnector cmdlet, the account you use must be delegated the following:

  • Exchange Server Administrator role and local Administrators group for the target server

  • Server account must have Account Operator role for the applicable Active Directory containers

Input Types

None.

Return Types

None.

Example

The first code example starts the Directory Connector service, and the second code example forces an update of Active Directory objects in the Domino Directory.

  Copy Code
Start-DominoDirectoryConnector
Start-DominoDirectoryConnector -UpdatetoDomino