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
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -282,14 +282,30 @@ Get-EXOMailbox -ResultSize 10 -PropertySets All
282
282
283
283
## Release notes
284
284
285
-
### Current release (version 0.3555.1)
285
+
### Current release ( Version 0.3582.0 )
286
+
- Support for prefix during session creation
287
+
> You can create only 1 session at a time which can have prefixed cmdlets.
288
+
> Note that the EXO V2 cmdlets will not be prefixed as they already have a prefix EXO and hence please refrain from using EXO as a prefix during session creation.
286
289
287
-
- Fixed a bug where piped cmdlets were failing with the following error due to an authentication issue:
290
+
- Use EXO V2 cmdlets even if WinRM Basic Auth is disabled on client machine
291
+
> Please note that Remote PowerShell cmdlets require WinRM Basic Auth to be enabled and they won't be available if it is disabled.
292
+
293
+
- Identity parameter for V2 cmdlets now supports name and alias as well
294
+
> Please note that using alias or name slows down the performance of V2 cmdlets and hence it is not recommended to use this option
295
+
296
+
- Fixed issue where data-type of attributes returned by V2 cmdlet was different from Remote PowerShell cmdlets. We still have few attributes which have differing data-type and we plan to handle them in coming months.
297
+
298
+
- Fixed bug - Frequent sessions reconnects issue when Connect-ExchangeOnline was invoked with Credentials or UserPrincipalName
288
299
289
-
> Cannot invoke the pipeline because the runspace is not in the Opened state. Current state of the runspace is 'Closed'.
290
300
291
301
### Previous releases
292
302
303
+
#### Version 0.3555.1
304
+
305
+
- Fixed a bug where piped cmdlets were failing with the following error due to an authentication issue:
306
+
307
+
> Cannot invoke the pipeline because the runspace is not in the Opened state. Current state of the runspace is 'Closed'.
0 commit comments