Skip to content

Commit 734d173

Browse files
committed
Update advantages-of-rest-cmdlets-over-rps.md
1 parent 6beab07 commit 734d173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/docs-conceptual/advantages-of-rest-cmdlets-over-rps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Exchange Online PowerShell V3 includes cmdlets that are backed by the REST API.
2323

2424
- **More secure**: REST API cmdlets Have inherent support for modern authentication. Therefore, admins can turn off WinRM basic auth on their client machines.
2525
- **More reliable**: REST API cmdlets handle transient failures with built-in retries. Therefore, it minimizes failures due to network delays, longer query execution times, etc.
26-
- **Better performance**: The connection establishment improves performance since it avoids setting up a PowerShell Runspace on the service and downloading the format table data XMLs.
26+
- **Better performance**: The connection establishment improves performance since it avoids setting up a PowerShell Runspace on the service.
2727
- V3 REST module comparison with previously released cmdlets:
2828

2929
| |RPS Cmdlets (v.2.0.5 and earlier)|9 EXO Cmdlets (e.g. Get-ExoMailbox)|V3 Module|

0 commit comments

Comments
 (0)