Using the 2.0 CTP
Command:
Invoke-Expression -ComputerName MyMachine -Command Get-Service
Returns:
Invoke-Expression : Fragment blob length is out of range: 1814058546
At line:1 Char:10
+ Invoke-Expression <<<< -ComputerName MyMachine -Command Get-Service
I have tried this with a remote machine name and also the local machine name.
I have also tried with various commands.
All with the same result.
If I omit the -ComputerName then it returns correctly.
What have I missed?
Colin W