Skip to content

Commit babe213

Browse files
authored
Merge pull request MicrosoftDocs#3419 from stalmon/patch-1
Fixed Syntax error in New-ThrottlingPolicy.md
2 parents 00b2b3c + 80d4085 commit babe213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/server-health-and-performance/New-ThrottlingPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ This example creates a non-default user throttling policy that can be associated
196196

197197
### -------------------------- Example 3 --------------------------
198198
```
199-
New-ThrottlingPolicy -Name <NewPolicyName > EWSPercentTimeInCAS 80
199+
New-ThrottlingPolicy -Name <NewPolicyName> -EWSPercentTimeInCAS 80
200200
```
201201

202202
In Exchange Server 2010, this example creates a policy for a tenant that sets the EWSPercentTimeInCAS parameter value to 80.

0 commit comments

Comments
 (0)