Use the Remove-DominoFreeBusyConnector cmdlet to delete a Free/Busy Connector.
Remove-DominoFreeBusyConnector [-Identity <String>] |
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Identity |
Optional |
System.String |
The Identity parameter identifies the specific Connector that will be deleted. If Identity is not provided, the local Free/Busy Connector is deleted. |
Detailed Description
The Remove-DominoFreeBusyConnector cmdlet deletes Free/Busy Connector information.
To run the Remove-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 deletes the local Free/Busy Connector.
Copy Code | |
---|---|
Remove-DominoFreeBusyConnector |