Skip to content

Commit fff8706

Browse files
authored
Update exchange-online-powershell-v2.md
1 parent 6469b90 commit fff8706

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

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

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

285285
### 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.
287286

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.
289288

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 -
291-
> Get-MailboxFolderPermission -Identity <UPN>:<Folder-Path>
292-
> Get-MailboxFolderPermission -Identity <UPN>:\<Folder-Id>
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.
293290

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:
295292

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
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.
297300

298301
### Previous releases
299302

300303
#### Version 0.4368.1
304+
301305
- Added support for Office 365 Security & Compliance Center PowerShell cmdlets using the **Connect-IPPSSession** cmdlet.
302306

303307
- Hide the announcement banner using the _ShowBanner_ switch. Run the following command to hide the banner:

0 commit comments

Comments
 (0)