Skip to content

Commit f326424

Browse files
authored
Merge pull request #11185 from MicrosoftDocs/chrisda
Update exchange-online-powershell-v2.md
2 parents 5abca84 + f18a149 commit f326424

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)