Use the Set-DominoDirectoryConnector cmdlet to configure a Directory Connector.

Set-DominoDirectoryConnector [-Configuration <DominoDirectoryConnectorConfiguration>] [-Identity <String>] [-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

Configuration

Optional

Microsoft.Exchange.Transporter.DominoConnector.Configuration.DominoDirectoryConnectorConfiguration

Used to pass DirectoryConnector as an object that can be set.

Identity

Optional

System.String

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

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 accounts are created for Lotus Notes users.

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,

NetBEUI HostNameor

Domino Hierarchical Name

ExcludeDominoGroups

Optional

Microsoft.Exchange.Transporter.DominoConnector.Configuration.MultiValuedProperty

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

Typically, these 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.

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

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.

TargetNamesAndAddressBook

Optional

System.String

The Domino Directory that will receive information from Active Directory.

(Typically names.nsf)

Detailed Description

The Set-DominoDirectoryConnector cmdlet is used to set configuration for directory synchronization between Active Directory directory service and Domino Directory(s). For more information about Directory Connectors, see Directory Connector Prerequisites.

To run the Set-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 directory service containers

Input Types

DominoConnectorConfigurationObject.

Return Types

DominoConnectorConfigurationObject.

Example

This code example sets properties for a Directory Connector.

  Copy Code
Set-DominoDirectoryConnector -DominoServer <Server01/Contoso>
Set-DominoDirectoryConnector -GlobalCatalog <ad01svr.contoso.com>
Set-DominoDirectoryConnector -NotesPassword $password
Set-DominoDirectoryConnector -ADExportContainers ExportDomino
Set-DominoDirectoryConnector -ADImportContainer ImportDomino
Set-DominoDirectoryConnector –RoutableExchangeDomains + <exchange.contoso.com>*
Set-DominoDirectoryConnector -SourceDominoDomains 
"contoso;names.nsf;domino.contoso.com”*
Set-DominoDirectoryConnector -ForeignDomain <FreeBusyDomain>