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
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -252,4 +252,28 @@ Get-EXOMailbox -ResultSize 10 -PropertySets All
252
252
> [!NOTE]
253
253
> 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.
254
254
255
+
## Release notes
255
256
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.
0 commit comments