Skip to content

Commit 2e17233

Browse files
authored
Merge branch 'master' into grpassig_issue_2
2 parents ecaec77 + ef20a18 commit 2e17233

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed

exchange/docs-conceptual/app-only-auth-powershell-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To install the Preview release of the EXO V2 module, run the same [steps to inst
2828
Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.3-Preview -AllowPrerelease
2929
```
3030

31-
To update from an earlier version of the of the EXO V2 module, run the following command:
31+
To update from an earlier version of the EXO V2 module to the preview release of EXO V2 module, run the following command:
3232

3333
```powershell
3434
Update-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.3-Preview -AllowPrerelease

exchange/exchange-ps/exchange/New-InboundConnector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ Accept wildcard characters: False
402402
```
403403
404404
### -SenderIPAddresses
405-
The SenderIPAddresses parameter specifies the remote IP addresses from which this connector accepts messages. You enter the IP addresses using the following syntax:
405+
The SenderIPAddresses parameter specifies the remote IPV4 IP addresses from which this connector accepts messages. IPv6 addresses are not supported. You enter the IP addresses using the following syntax:
406406
407407
- Single IP: For example, 192.168.1.1.
408408

exchange/exchange-ps/exchange/New-ReceiveConnector.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,15 +1811,17 @@ This parameter uses the following syntax:
18111811
18121812
"\<domain1\>:\<capability1\>,\<capability 2\>\>"...,"\<domain2\>:\<capability1\>,\<capability2\>..."...
18131813
1814-
The available \<capability\> values are:
1814+
At the moment, this parameter can only be used in Exchange hybrid deployments and the available \<capability\> values for this scenario are:
18151815
1816-
- AcceptOorgProtocol
1816+
- AcceptCloudServicesMail (Exchange 2013 or later)
18171817
1818-
- AcceptOorgHeader
1818+
- AcceptOorgProtocol (Exchange 2010)
1819+
1820+
There are more available values but there is no scenario to use them. For more information, see [Advanced Office 365 Routing](https://techcommunity.microsoft.com/t5/exchange-team-blog/advanced-office-365-routing-locking-down-exchange-on-premises/ba-p/609238).
18191821
18201822
The available \<domainy\> values are an SMTP domain (for example, contoso.com), or the value NO-TLS for non-TLS encrypted inbound connections.
18211823
1822-
For example, "contoso.com:AcceptOorgProtocol","fabrikam.com:AcceptOorgProtocol,AcceptOorgHeader"
1824+
For example, "contoso.com:AcceptOorgProtocol","fabrikam.com:AcceptCloudServicesMail".
18231825
18241826
```yaml
18251827
Type: MultiValuedProperty

exchange/exchange-ps/exchange/Set-InboundConnector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ Accept wildcard characters: False
416416
```
417417
418418
### -SenderIPAddresses
419-
The SenderIPAddresses parameter specifies the remote IP addresses from which this connector accepts messages. You enter the IP addresses using the following syntax:
419+
The SenderIPAddresses parameter specifies the remote IPV4 IP addresses from which this connector accepts messages. IPv6 addresses are not supported. You enter the IP addresses using the following syntax:
420420
421421
- Single IP: For example, 192.168.1.1.
422422

exchange/exchange-ps/exchange/Set-ReceiveConnector.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,17 +1169,17 @@ This parameter uses the following syntax:
11691169
11701170
"\<domain1\>:\<capability1\>,\<capability 2\>\>"...,"\<domain2\>:\<capability1\>,\<capability2\>..."...
11711171
1172-
The available \<capability\> values are:
1172+
At the moment, this parameter can only be used in Exchange hybrid deployments and the available \<capability\> values for this scenario are:
11731173
11741174
- AcceptCloudServicesMail (Exchange 2013 or later)
11751175
1176-
- AcceptOorgProtocol
1176+
- AcceptOorgProtocol (Exchange 2010)
11771177
1178-
- AcceptOorgHeader
1178+
There are more available values but there is no scenario to use them. For more information, see [Advanced Office 365 Routing](https://techcommunity.microsoft.com/t5/exchange-team-blog/advanced-office-365-routing-locking-down-exchange-on-premises/ba-p/609238).
11791179
11801180
The available \<domainy\> values are an SMTP domain (for example, contoso.com), or the value NO-TLS for non-TLS encrypted inbound connections.
11811181
1182-
For example, "contoso.com:AcceptOorgProtocol","fabrikam.com:AcceptOorgProtocol,AcceptOorgHeader"
1182+
For example, "contoso.com:AcceptOorgProtocol","fabrikam.com:AcceptCloudServicesMail".
11831183
11841184
```yaml
11851185
Type: MultiValuedProperty

0 commit comments

Comments
 (0)