Use the Start-DominoFreeBusyConnector cmdlet to start the local Free/Busy Connector service.
Start-DominoFreeBusyConnector [-Identity <String>] [-SynchronizeEntries <$true | $false>] |
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Identity |
Optional |
System.String |
The Identity parameter identifies the specific connector that should be started. The parameter is required if multiple Free/Busy Connectors exist. |
SynchronizeEntries |
Optional |
System.Boolean |
The SynchronizeEntries parameter starts a maintenance process to verify that all users in the Domino Directory have entries in the public Free/Busy folder. |
Detailed Description
The Start-DominoFreeBusyConnector cmdlet is used to start the Free/Busy Connector service. This service allows Lotus Notes and Microsoft Outlook users to retrieve schedule information for each other.
For related information, see Free/Busy Connector Prerequisites.
To run the Start-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
None.
Example
This code example loads the local Free/Busy Connector service.
Copy Code | |
---|---|
Start-DominoFreeBusyConnector |