Skip to content

Commit eac68de

Browse files
committed
Cleanup and Consolidate
1 parent be6044c commit eac68de

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

exchange/exchange-ps/exchange/Get-InboundConnector.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,28 +25,14 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
2525

2626
## EXAMPLES
2727

28-
### Example 1 -------------------------- (Exchange Online)
28+
### Example 1
2929
```
3030
Get-InboundConnector "Inbound Connector for Contoso.com" | Format-List
3131
```
3232

3333
This example displays detailed configuration information for the Inbound connector named Inbound Connector for Contoso.com.
3434

35-
### Example 1 -------------------------- (Exchange Online Protection)
36-
```
37-
Get-InboundConnector "Inbound Connector for Contoso.com" | Format-List
38-
```
39-
40-
This example displays detailed configuration information for the Inbound connector named Inbound Connector for Contoso.com.
41-
42-
### Example 2 -------------------------- (Exchange Online)
43-
```
44-
Get-InboundConnector
45-
```
46-
47-
This example lists all the Inbound connectors configured in your cloud-based organization.
48-
49-
### Example 2 -------------------------- (Exchange Online Protection)
35+
### Example 2
5036
```
5137
Get-InboundConnector
5238
```
@@ -56,7 +42,7 @@ This example lists all the Inbound connectors configured in your cloud-based org
5642
## PARAMETERS
5743

5844
### -Identity
59-
The Identity parameter specifies the name, or GUID of the Inbound connector. If the Identity name contains spaces, enclose the name in quotation marks ("). You can omit the Identity parameter label.
45+
The Identity parameter specifies the name or GUID of the Inbound connector. If the Identity name contains spaces, enclose the name in quotation marks ("). You can omit the Identity parameter label.
6046

6147
```yaml
6248
Type: InboundConnectorIdParameter
@@ -89,4 +75,3 @@ To see the return types, which are also known as output types, that this cmdlet
8975
## RELATED LINKS
9076
9177
[Online Version](https://technet.microsoft.com/library/ad72a9d6-4bac-4dd5-ae22-3246e05aac4e.aspx)
92-

0 commit comments

Comments
 (0)