Skip to content

Commit cab698e

Browse files
authored
Update Set-ThrottlingPolicy.md
Added a line on the OWAMaxConcurrency bit
1 parent 7a8a442 commit cab698e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,6 +1659,7 @@ Accept wildcard characters: False
16591659
16601660
### -OWAMaxConcurrency
16611661
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.
16621663
16631664
```yaml
16641665
Type: UInt32

0 commit comments

Comments
 (0)