Skip to content

Commit 7dcc8bc

Browse files
committed
Update exchange-online-powershell-v2.md
Added 0.3527.1 changelong per PM feedback.
1 parent ca015d2 commit 7dcc8bc

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,28 @@ Get-EXOMailbox -ResultSize 10 -PropertySets All
252252
> [!NOTE]
253253
> We highly discourage using the _PropertySets_ parameter with the value `All` because it slows down the cmdlet and reduces reliability. Always use the _PropertySets_ and _Properties_ parameters to retreive only the requires properties.
254254
255+
## Release notes
255256

257+
### Version 0.3527.1
258+
259+
Released in the [PowerShell Gallery](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/0.3527.1) on January 9, 2020:
260+
261+
- Added support for managing Exchange for a different tenant using delegation flow.
262+
263+
- Works in tandem with other PowerShell modules in a single PS window.
264+
265+
- Added support for positional parameters.
266+
267+
- Date Time field now supports client locale.
268+
269+
- Bug fix: PSCredential empty when passed during Connect-ExchangeOnline.
270+
271+
- Bug fix: Client module error when filter contained $null.
272+
273+
- Sessions created internal to EXO V2 Module now have names (naming pattern: ExchangeOnlineInternalSession_%SomeNumber%).
274+
275+
- Bug fix: Remote PowerShell cmdlets intermittently failing due to time the difference between token expiry and the PSSession going idle.
276+
277+
- Major security update.
278+
279+
- Bug fixes and enhancements.

0 commit comments

Comments
 (0)