Skip to content

Commit f9fbe67

Browse files
authored
Merge branch 'master' into markjjo-working
2 parents dc49e68 + 4b7547e commit f9fbe67

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

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

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,25 @@ Get-EXOMailbox -ResultSize 10 -PropertySets All
282282
283283
## Release notes
284284

285-
### Current release: Version 0.4368.1
285+
### Current release: Version 0.4578.0
286+
287+
- Added support for configuring the Briefing Email for your organization at the user level with **Set-UserBriefingConfig** and **Get-UserBriefingConfig** cmdlets.
288+
289+
- 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.
290+
291+
- You can now use `FolderId` as an identity parameter in **Get-EXOMailboxFolderPermission**. You can get the `FolderId` value using **Get-MailboxFolder**. For example:
292+
293+
`Get-MailboxFolderPermission -Identity <UPN>:<Folder-Path>`
294+
295+
`Get-MailboxFolderPermission -Identity <UPN>:\<Folder-Id>`
296+
297+
- 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.
300+
301+
### Previous releases
302+
303+
#### Version 0.4368.1
286304

287305
- Added support for Office 365 Security & Compliance Center PowerShell cmdlets using the **Connect-IPPSSession** cmdlet.
288306

@@ -296,8 +314,6 @@ Get-EXOMailbox -ResultSize 10 -PropertySets All
296314

297315
- Remote PowerShell contained various complex data types which were intentionally not supported in EXO cmdlets to improve performance. Differences in non-complex data types between remote PowerShell cmdlets and V2 cmdlets have been resolved to allow seamless migration of management scripts.
298316

299-
### Previous releases
300-
301317
#### Version 0.3582.0
302318

303319
- Support for prefix during session creation.

0 commit comments

Comments
 (0)