Use the Stop-DominoFreeBusyConnector cmdlet to stop the local Free/Busy Connector service.
Stop-DominoFreeBusyConnector [-Identity <String>] |
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Identity |
Optional |
System.String |
The Identity parameter identifies the specific Connector that should be stopped. The parameter is required if multiple Free/Busy Connectors exist |
Detailed Description
Use the Stop-DominoFreeBusyConnector cmdlet to shut down the local Free/Busy Connector service and stop free/busy lookups between Lotus Notes users and Microsoft Office Outlook users.
To run the Stop-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
The following code example stops the local Free/Busy Connector service.
Copy Code | |
---|---|
Stop-DominoFreeBusyConnector |