Question : New-Runspace cmdlet not recognized in Powershell V2 CTP3 with WinRM CTP3

I'm attempting to create a new runspace in Powershell V2 CTP3 using the code attached.  Unlike in Powershell V2 CTP2, the new version of Powershell states that new-runspace is not a recognized cmdlet.

Can someone provide insight?
Code Snippet:
1:
$rs = New-Runspace -Shell Microsoft.Exchange -ConnectionUri https://ps.exchangelabs.com/powershell/ -Credential $LiveCred  -Authentication Basic
Open in New Window Select All

Answer : New-Runspace cmdlet not recognized in Powershell V2 CTP3 with WinRM CTP3

I believe what you are looking for is New-PSSession.
Random Solutions  
 
programming4us programming4us