Skip to content

Commit 95f14f7

Browse files
authored
Update exchange-online-powershell-v2.md
1 parent 7a63bba commit 95f14f7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ The Exchange Online PowerShell V2 module (abbreviated as the EXO V2 module) enab
2323
> [!TIP]
2424
> The Exchange Online PowerShell V2 module is currently in Preview. If you have any feedback, concerns, or are facing any issues with the EXO V2 module, contact us at exocmdletpreview[at]service[dot]microsoft[dot]com (email address intentionally obscured to help prevent spam).
2525
26+
## How to report bugs and issues if you face any error
27+
1. Enable client side telemetry to generate log files
28+
```PowerShell
29+
Connect-ExchangeOnline -EnableEXoTelemetry -LogDirectoryPath <% Path to store log file%> -LogLevel All
30+
```
31+
2. Above cmdlet generates 2 log files in above path. Please share above log files while reporting issues to the email in above tip
32+
33+
2634
## What's new in the EXO V2 module?
2735

2836
The Exchange Online PowerShell V2 module contains a small set of new cmdlets that are optimized for bulk data retrieval scenarios (think: thousands and thousands of objects). It also contains the 700 or more older remote PowerShell cmdlets baked into the same module. Note that after you install the EXO V2 module from the PowerShell Gallery, you only see new cmdlets in the module. You'll see the older remote PowerShell cmdlets after you create a session to connect to your Exchange Online environment. All the cmdlets in the V2 module use Modern auth for authentication. You can't use Basic auth in the EXO V2 module.

0 commit comments

Comments
 (0)