Skip to content

Commit ff29cc9

Browse files
committed
Update exchange-online-powershell-v2.md
"will likely" to "might"
1 parent 237d426 commit ff29cc9

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
- Connections in REST API mode have a dependency on the PowerShellGet module.
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 will likely 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 7000 members of a distribution group might time out:
120120

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

0 commit comments

Comments
 (0)