Skip to content

Commit f8cfe3a

Browse files
committed
Merge branch 'main' into Invoke-chrisda
2 parents 3c9569e + 875f1d3 commit f8cfe3a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@ Connect-ExchangeOnline -EnableErrorReporting -LogDirectoryPath <Path to store lo
134134
135135
## Cmdlets in the Exchange Online PowerShell module
136136

137-
All versions of the module contain nine exclusive **Get-EXO\*** cmdlets for Exchange Online PowerShell that are optimized for speed in bulk data retrieval scenarios (thousands and thousands of objects). The older related remote PowerShell cmdlets are still available.
138-
139-
The improved Exchange Online PowerShell cmdlets that are available only in the module are listed in the following table:
137+
All versions of the module contain nine exclusive **Get-EXO\*** cmdlets for Exchange Online PowerShell that are optimized for speed in bulk data retrieval scenarios (thousands and thousands of objects). The improved Exchange Online PowerShell cmdlets that are available only in the module are listed in the following table:
140138

141139
|EXO module cmdlet|Older related cmdlet|
142140
|---|---|
@@ -150,6 +148,9 @@ The improved Exchange Online PowerShell cmdlets that are available only in the m
150148
|[Get-EXOMailboxFolderPermission](/powershell/module/exchange/get-exomailboxfolderpermission)|[Get-MailboxFolderPermission](/powershell/module/exchange/get-mailboxfolderpermission)|
151149
|[Get-EXOMobileDeviceStatistics](/powershell/module/exchange/get-exomobiledevicestatistics)|[Get-MobileDeviceStatistics](/powershell/module/exchange/get-mobiledevicestatistics)|
152150

151+
> [!NOTE]
152+
> If you open multiple connections to Exchange Online PowerShell in the same window, the **Get-EXO\*** cmdlets are always associated with the last (most recent) Exchange Online PowerShell connection. Run the following command to find the REST API session where the **Get-EXO\*** cmdlets are run: `Get-ConnectionInformation | Where-Object {$_.ConnectionUsedForInbuiltCmdlets -eq $true}`. If the last Exchange Online PowerShell connection used remote PowerShell, the **Get-EXO\*** cmdlets are run in that connection (and the output of the **Get-ConnectionInformation** command is meaningless).
153+
153154
The connection-related cmdlets in the module are listed in the following table:
154155

155156
|EXO module cmdlet|Older related cmdlet|Comments|

0 commit comments

Comments
 (0)