Use the Get-DominoFreeBusyConnector cmdlet to retrieve configuration information about a Free/Busy Connector.
Get-DominoFreeBusyConnector [-Identity <String>] |
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Identity |
Optional |
System.String |
The Identity parameter identifies the specific connector whose properties will be retrieved. Required if multiple Free/Busy Connectors exist. |
Detailed Description
The Get-DominoFreeBusyConnector cmdlet is used to retrieve configuration information about the Free/Busy Connector. For more information, see Microsoft Transporter Prerequisites.
To run the Get-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
This code example retrieves Free/Busy Connector properties.
Copy Code | |
---|---|
Get-DominoFreeBusyConnector |