Use the Set-DominoFreeBusyConnector to configure a Free/Busy Connector.
Set-DominoFreeBusyConnector [-Configuration <DominoFreeBusyConnectorConfiguration>] [-Identity <String>] [-ConnectedDomains <MultiValuedProperty>] [-DominoServer <String>] [-ExchangeAdminGroup <String>] [-MaintenanceIntervalMinutes <Int32>] [-Name <String>] [-NotesINIFile <String>] [-NotesPassword <SecureString>] [-QueryWindowDays <Int32>] [-RefreshIntervalSeconds <Int32>] [-RequestTimeOutSeconds <Int32>] |
Parameters
Parameter | Required | Type | Description | |
---|---|---|---|---|
Configuration |
Optional |
Microsoft.Exchange.Transporter.DominoConnector.Configuration.DominoFreeBusyConnectorConfiguration |
Allows you to pass a DominoFreeBusyConnectorConfiguration Object to this task. |
|
ConnectedDomains |
Optional |
Microsoft.Exchange.Transporter.DominoConnector.Configuration.MultiValuedProperty |
The ConnectedDomains parameter specifies the Domino SMTP domains that the Exchange transporter Domino Free Busy Connector will monitor for Free Busy requests. To specify multiple domains separate domains with a semi colon. Example “@Contoso.com;@faberkam.com” |
|
ConnectedFreeBusyServers |
Optional |
Microsoft.Exchange.Transporter.DominoConnector.Configuration.MultiValuedProperty |
Exchange servers with free/busy public folder. |
|
DominoServer |
Optional |
System.String |
Identifies the Lotus Domino server running the excalcon.exe task. |
|
DominoSmtpDomains |
Optional |
Microsoft.Exchange.Transporter.DominoConnector.Configuration.MultiValuedProperty |
List of Domino SMTP domains that can be accessed for free/busy lookups. The domains should match values in the Domino Foreign Domain document. |
|
Identity |
Optional |
System.String |
Identifies the specific connector whose properties will be retrieved. Required if multiple Directory Connectors exist. |
|
MaintenanceIntervalMinutes |
Optional |
System.Int32 |
Determines how often the connector should verify that the Lotus Notes users are listed in the free/busy public folders. |
|
Name |
Optional |
System.String |
Name of this connector. |
|
NotesINIFile |
Optional |
System.String |
Identifies the specific connector that will be updated. Required if multiple Free/Busy Connectors exist. |
|
NotesPassword |
Optional |
System.Security.SecureString |
The password associated with the local Notes ID file. |
|
QueryWindowDays |
Optional |
System.Int32 |
Defines how many days of free/busy information to retrieve. The default is 60 days. |
|
RefreshIntervalSeconds |
Optional |
System.Int32 |
Number of seconds free/busy information will be retained for a previously requested user. The default is 900 seconds. |
|
RequestTimeOutSeconds |
Optional |
System.Int32 |
Specifies how long to retry accessing a server before returning an error. The default is 15 seconds. |
Detailed Description
The Set-DominoFreeBusyConnector cmdlet is used to set configuration for free/busy lookups between Microsoft Office Outlook and Lotus Notes clients.
To run the Set-DominoFreeBusyConnector cmdlet, you must log on by using an account that is a member of the Exchange Administrator group. For more information about Free/Busy Connectors, see Free/Busy Connector Prerequisites.
To run the Set-DominoFreeBusyConnector cmdlet, the account you use must be delegated Exchange Server Administrator role and local Administrators group for the target server.
Input Types
DominoConnector configuration object
Return Types
DominoConnector configuration object
Example
The following example sets the Free/Busy Connector to associate the domain domino.contoso.com with the Lotus Domino servers.
Copy Code | |
---|---|
Set-DominoFreeBusyConnector -ConnectedDomains domino.contoso.com |