Use the New-DominoFreeBusyConnector cmdlet to create a new Free/Busy Connector.
New-DominoFreeBusyConnector [-ConnectedDomains <MultiValuedProperty>] [-DominoServer <String>] [-MaintenanceIntervalMinutes <Int32>] [-Name <String>] [-NotesINIFile <String>] [-NotesPassword <SecureString>] [-QueryWindowDays <Int32>] [-RefreshIntervalSeconds <Int32>] [-RequestTimeOutSeconds <Int32>] |
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
ConnectedDomains |
Optional |
Microsoft.Exchange.Transporter.DominoConnector.Configuration.MultiValuedProperty |
Specifies the Domino SMTP domains that the Exchange transporter Domino Free/Busy Connector monitors for free/busy requests. To specify multiple domains, separate domains with a semicolon. For example, “@Contoso.com;@faberkam.com” |
DominoServer |
Optional |
System.String |
Identifies the Lotus Domino server running the excalcon.exe task. |
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 |
Connector name. |
NotesINIFile |
Optional |
System.String |
Path to the Lotus Notes.ini file, including filename. |
NotesPassword |
Optional |
System.Security.SecureString |
The password associated with the local Lotus 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. |
ConnectedDomains |
Optional |
Microsoft.Exchange.Transporter.DominoConnector.Configuration.MultiValuedProperty |
Specifies the Domino SMTP domains that the Free/Busy Connector monitors for free/ busy requests. To specify multiple domains, separate domains with a semicolon. For example, “@Contoso.com;@faberkam.com” |
Detailed Description
The New-DominoFreeBusyConnector cmdlet creates a new Free/Busy Connector that allows Lotus Notes and Microsoft Office Outlook users to see free/busy information for each other. For more information about Free/Busy Connectors, see Free/Busy Connector Prerequisites.
To run the New-DominoFreeBusyConnector cmdlet, the account you use must be delegated Exchange Server Administrator role and local Administrators group for the target server.
Input Types
None.
Return Types
DominoConnector Configuration Object.
Example
The following code example shows how to create a new Free/Busy Connector.
Copy Code | |
---|---|
New-DominoFreeBusyConnector |