Skip to content

Commit b074759

Browse files
authored
Merge pull request MicrosoftDocs#4919 from navgupta1208/patch-44
Update exchange-online-powershell-v2.md
2 parents fa9746c + ad96495 commit b074759

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

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

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,14 +282,30 @@ Get-EXOMailbox -ResultSize 10 -PropertySets All
282282
283283
## Release notes
284284

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.
286289
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
288299

289-
> Cannot invoke the pipeline because the runspace is not in the Opened state. Current state of the runspace is 'Closed'.
290300

291301
### Previous releases
292302

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'.
308+
293309
#### Version 0.3527.4
294310

295311
- Updated Get-Help content.

0 commit comments

Comments
 (0)