Skip to content

Commit 029a1d8

Browse files
authored
Update Set-ThrottlingPolicy.md
1 parent cab698e commit 029a1d8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1658,8 +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.
1662-
### NOTE: Setting this value to a High Number or $null is not recommended and may affect server performace.
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.
16631666
16641667
```yaml
16651668
Type: UInt32

0 commit comments

Comments
 (0)