Skip to content

Commit f18a149

Browse files
committed
Update exchange-online-powershell-v2.md
Typo fix
1 parent 9850a1a commit f18a149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/docs-conceptual/exchange-online-powershell-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Version 3.0.0 or later is known as the EXO V3 module. The EXO V3 module improves
116116

117117
- REST API connections in the EXO V3 module require the PowerShellGet and PackageManagement modules. For more information, see [PowerShellGet for REST-based connections in Windows](#powershellget-for-rest-based-connections-in-windows).
118118

119-
- Cmdlets backed by the REST API have a 15 minute timeout, which can affect bulk operations. For example, the following **Update-DistributionGroupMember** command to update 7000 members of a distribution group might time out:
119+
- Cmdlets backed by the REST API have a 15 minute timeout, which can affect bulk operations. For example, the following **Update-DistributionGroupMember** command to update 10000 members of a distribution group might time out:
120120

121121
```powershell
122122
$Members = @("member1","member2",...,"member10000")

0 commit comments

Comments
 (0)