Use the New-DominoDirectoryConnector cmdlet to create a new Directory Connector.

New-DominoDirectoryConnector [-ADExportContainers <MultiValuedProperty>] [-ADImportContainer <String>] [-DirSyncIntervalMinutes <Int32>] [-DominoServer <String>] [-ExcludeDominoGroups <MultiValuedProperty>] [-ExportADContacts <$true | $false>] [-ExportADGroups <$true | $false>] [-ExportDominoGroups <$true | $false>] [-ForeignDomain <String>] [-GlobalCatalog <String>] [-Name <String>] [-NotesINIFile <String>] [-NotesPassword <SecureString>] [-RoutableExchangeDomains <MultiValuedProperty>] [-SourceDominoDomains <MultiValuedProperty>] [-TargetNamesAndAddressBook <String>]

Parameters

Parameter Required Type Description

ADExportContainers

Optional

Microsoft.Exchange.Transporter.DominoConnector.Configuration.MultiValuedProperty

Active Directory organizational unit (OU) for user objects that will synchronize with the Domino Directory.

ADImportContainer

Optional

System.String

Active Directory where new Lotus Domino users are created.

DirSyncIntervalMinutes

Optional

System.Int32

Number of minutes between synchronization events.

DominoServer

Optional

System.String

Identifies the Lotus Domino Server that hosts the Domino Directory that will be synchronized

<IP Address> or

<NetBEUI HostName> or

<Domino Hierarchical Name>

ExcludeDominoGroups

Optional

Microsoft.Exchange.Transporter.DominoConnector.Configuration.MultiValuedProperty

Lists the Lotus Domino groups that should not be synchronized with Active Directory.

Typically, the groups are LocalDomainServers, OtherDomainServers, LocalDomainAdmins.

ExportADContacts

Optional

System.Boolean

Defines whether Active Directory contacts should be exported to the Domino Directory.

ExportADGroups

Optional

System.Boolean

Defines whether Active Directory groups should be exported to the Domino Directory.

ExportDominoGroups

Optional

System.Boolean

Defines whether Lotus Domino groups should be synchronized with Active Directory.

ForeignDomain

Optional

System.String

Lotus Domino calendar Foreign Domain.

Must match name of Foreign Domain used for Free/Busy Connector.

GlobalCatalog

Optional

System.String

Identifies the Active Directory server.

Name

Optional

System.String

Name of this Connector.

NotesINIFile

Optional

System.String

Path to the Lotus Notes.ini file, including filename.

NotesPassword

Optional

System.Security.SecureString

The password associated with the Lotus Notes ID file installed on the Exchange server that will perform the synchronization.

RoutableExchangeDomains

Optional

Microsoft.Exchange.Transporter.DominoConnector.Configuration.MultiValuedProperty

Exchange SMTP domains that synchronize to the Domino Directory.

SourceDominoDomains

Optional

Microsoft.Exchange.Transporter.DominoConnector.Configuration.MultiValuedProperty

Domino domain, Directory filename, and Domino SMTP domain that synchronize to Active Directory.

All three parameters must be entered.

TargetNamesAndAddressBook

Optional

System.String

Domino Directory that will receive information from Active Directory, typically names.nsf.

Detailed Description

The New-DominoDirectoryConnector cmdlet creates a new Directory Connector to synchronize information between Active Directory directory service and Domino Directory. This procedure creates a new Connector object in Active Directory. For more information, see Directory Connector Prerequisites.

To run the New-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

DominoConnector Configuration Object

Example

The following code example shows how to create a new Directory Connector.

  Copy Code
New-DominoDirectoryConnector