Skip to content

Commit f0beccd

Browse files
authored
Merge pull request MicrosoftDocs#5803 from navgupta1208/patch-59
Update exchange-online-powershell-v2.md
2 parents 288f5bd + fb70e06 commit f0beccd

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

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

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,7 @@ description: "Learn how to download and use the Exchange Online PowerShell V2 mo
2121
The Exchange Online PowerShell V2 module (abbreviated as the EXO V2 module) enables admins to connect to their Exchange Online environment in Microsoft 365 to retrieve data, create new objects, update existing objects, remove objects as well as configure Exchange Online and its features.
2222

2323
## 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:
24+
When you report an issue, be sure to include the log files in your email message. To generate the log files, replace \<Path to store log file\> with the output folder you want, and run the following command:
3025

3126
```PowerShell
3227
Connect-ExchangeOnline -EnableErrorReporting -LogDirectoryPath <Path to store log file> -LogLevel All
@@ -275,7 +270,21 @@ Get-EXOMailbox -ResultSize 10 -PropertySets All
275270
276271
## Release notes
277272

278-
### Current release: Version 0.4578.0
273+
### Current release: Version 1.0.1
274+
275+
- This is the General Availability (GA) version of the EXO PowerShell V2 Module. It is stable and ready for use in production environments.
276+
277+
- Get-ExoMobileDeviceStatistics cmdlet now supports Identity parameter.
278+
279+
- Improved reliability of session auto-reconnect in certain cases where a script was running for ~50 minutes and threw a "Cmdlet not found" error due to a bug in auto-reconnect logic.
280+
281+
- Fixed data-type issues of two commonly used "User" and "MailboxFolderUser" attributes for easy migration of scripts.
282+
283+
- Enhanced support for filters as it now supports four more operators: EndsWith, Contains, Not and NotLike support. Check online documentation for attributes that aren't supported in filters.
284+
285+
### Previous releases
286+
287+
#### Version 0.4578.0
279288

280289
- Added support for configuring the Briefing Email for your organization at the user level with **Set-UserBriefingConfig** and **Get-UserBriefingConfig** cmdlets.
281290

@@ -291,8 +300,6 @@ Get-EXOMailbox -ResultSize 10 -PropertySets All
291300

292301
- Optimized memory usage when a session is created by re-using any existing module with a new session instead of creating a new one every time session is imported.
293302

294-
### Previous releases
295-
296303
#### Version 0.4368.1
297304

298305
- Added support for Security & Compliance Center PowerShell cmdlets using the **Connect-IPPSSession** cmdlet.

0 commit comments

Comments
 (0)