Skip to content

Commit b45b297

Browse files
authored
Merge branch 'master' into chrisda
2 parents 7ceaccd + 644fb4e commit b45b297

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

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

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,17 @@ description: "Learn how to download and use the Exchange Online PowerShell V2 mo
2020

2121
The Exchange Online PowerShell V2 module (abbreviated as the EXO V2 module) enables admins to connect to their Exchange Online environment in Office 365 to retrieve data, create new objects, update existing objects, remove objects as well as configure Exchange Online & its features.
2222

23-
> [!TIP]
24-
> 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).
23+
## Report bugs and issues
24+
25+
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).
26+
27+
When you report an issue, be sure to include the log files in your email message.
28+
29+
To generate the log files, replace \<Path to store log file\> with the output folder you want, and run the following command:
30+
31+
```PowerShell
32+
Connect-ExchangeOnline -EnableEXoTelemetry -LogDirectoryPath <Path to store log file> -LogLevel All
33+
```
2534

2635
## What's new in the EXO V2 module?
2736

0 commit comments

Comments
 (0)