Skip to content

Commit 91766cd

Browse files
authored
Merge branch 'master' into master
2 parents 475ef8b + b8d0ed2 commit 91766cd

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

exchange/exchange-ps/exchange/New-ThrottlingPolicy.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1654,7 +1654,11 @@ Accept wildcard characters: False
16541654
```
16551655
16561656
### -OWAMaxConcurrency
1657-
The OwaMaxConcurrency parameter specifies how many concurrent connections an Outlook on the web user can have against an Exchange server at one time. A connection is held from the moment a request is received until a response is sent in its entirety to the requestor. If users attempt to make more concurrent requests than their policy allows, the new connection attempt fails. However, the existing connections remain valid. The OwaMaxConcurrency parameter has a valid range from 0 through 2147483647 inclusive. The default value is 5. To indicate that the number of concurrent connections should be unthrottled (no limit), this value should be set to $null.
1657+
The OwaMaxConcurrency parameter specifies how many concurrent connections an Outlook on the web user can have against an Exchange server at one time. A connection is held from the moment a request is received until a response is sent in its entirety to the requestor. If users attempt to make more concurrent requests than their policy allows, the new connection attempt fails. However, the existing connections remain valid.
1658+
1659+
A valid value for this parameter is an integer from 0 through 2147483647 inclusive. The default value is 5. To indicate that the number of concurrent connections should be unthrottled (no limit), use the value $null.
1660+
1661+
**Note**: We don't recommend setting this parameter to a large number or the value $null, because server performance might be negatively affected.
16581662
16591663
```yaml
16601664
Type: UInt32

exchange/exchange-ps/exchange/Set-ThrottlingPolicy.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1658,7 +1658,11 @@ Accept wildcard characters: False
16581658
```
16591659
16601660
### -OWAMaxConcurrency
1661-
The OwaMaxConcurrency parameter specifies how many concurrent connections an Outlook on the web user can have against an Exchange server at one time. A connection is held from the moment a request is received until a response is sent in its entirety to the requestor. If users attempt to make more concurrent requests than their policy allows, the new connection attempt fails. However, the existing connections remain valid. The OwaMaxConcurrency parameter has a valid range from 0 through 2147483647 inclusive. The default value is 5. To indicate that the number of concurrent connections should be unthrottled (no limit), this value should be set to $null.
1661+
The OwaMaxConcurrency parameter specifies how many concurrent connections an Outlook on the web user can have against an Exchange server at one time. A connection is held from the moment a request is received until a response is sent in its entirety to the requestor. If users attempt to make more concurrent requests than their policy allows, the new connection attempt fails. However, the existing connections remain valid.
1662+
1663+
A valid value for this parameter is an integer from 0 through 2147483647 inclusive. The default value is 5. To indicate that the number of concurrent connections should be unthrottled (no limit), use the value $null.
1664+
1665+
**Note**: We don't recommend setting this parameter to a large number or the value $null, because server performance might be negatively affected.
16621666
16631667
```yaml
16641668
Type: UInt32

0 commit comments

Comments
 (0)