You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/docs-conceptual/exchange-online/exchange-online-powershell-v2/exchange-online-powershell-v2.md
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -283,21 +283,25 @@ Get-EXOMailbox -ResultSize 10 -PropertySets All
283
283
## Release notes
284
284
285
285
### Current release: Version 0.4578.0
286
-
- Added support for configuring Briefing Email for your organization at the user level with "Set-UserBriefingConfig" and "Get-UserBriefingConfig" cmdlets.
287
286
288
-
-Support for session cleanup using Disconnect-ExchangeOnline cmdlet. This cmdlet is V2 equivalent of "Get-PSSession | Remove-PSSession". In addition to cleaning up session object and local files, it also removes access token from cache which is used for authenticating against V2 cmdlets.
287
+
-Added support for configuring the Briefing Email for your organization at the user level with **Set-UserBriefingConfig**and **Get-UserBriefingConfig** cmdlets.
289
288
290
-
- You can now use FolderId as identity parameter in Get-ExoMailboxFolderPermission. You can get folderId using Get-MailboxFolder cmdlet. Below are the supported syntax for getting folder permissions -
- Support for session cleanup using **Disconnect-ExchangeOnline** cmdlet. This cmdlet is the V2 equivalent of `Get-PSSession | Remove-PSSession`. In addition to cleaning up session object and local files, it also removes the access token from cache, which is used for authenticating against V2 cmdlets.
293
290
294
-
-Improved reliability of Get-ExoMailboxStatistics cmdlet as certain request routing errors which led to failures have been resolved
291
+
-You can now use `FolderId` as an identity parameter in **Get-EXOMailboxFolderPermission**. You can get the `FolderId` value using **Get-MailboxFolder**. For example:
295
292
296
-
- Optimized memory usage when session is created by re-using any existing module with a new session instead of creating a new one every time session is imported
- Improved reliability of **Get-EXOMailboxStatistics** as certain request routing errors which led to failures have been resolved.
298
+
299
+
- 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.
297
300
298
301
### Previous releases
299
302
300
303
#### Version 0.4368.1
304
+
301
305
- Added support for Office 365 Security & Compliance Center PowerShell cmdlets using the **Connect-IPPSSession** cmdlet.
302
306
303
307
- Hide the announcement banner using the _ShowBanner_ switch. Run the following command to hide the banner:
0 commit comments