File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
exchange/docs-conceptual/exchange-online/exchange-online-powershell-v2 Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -277,9 +277,21 @@ Get-EXOMailbox -ResultSize 10 -PropertySets All
277
277
278
278
## Release notes
279
279
280
- ### Version 0.3527.3 (planned release date: January 20, 2020 )
280
+ ### Current release (version 0.3555.1 )
281
281
282
- [ Download] ( https://www.powershellgallery.com/packages/ExchangeOnlineManagement/0.3527.3 ) :
282
+ - Fixed a bug where piped cmdlets were failing with the following error due to an authentication issue:
283
+
284
+ > Cannot invoke the pipeline because the runspace is not in the Opened state. Current state of the runspace is 'Closed'.
285
+
286
+ ### Previous releases
287
+
288
+ #### Version 0.3527.4
289
+
290
+ - Updated Get-Help content.
291
+
292
+ - Fixed an issue in ** Get-Help** where the * -Online* parameter was redirecting to a non-existent page with error code 400.
293
+
294
+ #### Version 0.3527.3
283
295
284
296
- Added support for managing Exchange for a different tenant using delegation flow.
285
297
You can’t perform that action at this time.
0 commit comments