Question : PowerShell Scripting Error

I am at http://help.outlook.com/en-us/140/cc952755.aspx following directions to connect windows PowerShell to Outlook Live.  The command is:

$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection

I think ConnectionURi is supposed to be ConnectionURL. When I run the script, I receive the following:

New-PSSession : A positional parameter cannot be found that accepts argument 'ConnectionUrl'.
At line:1 char:25
+ $Session = New-pSSession <<<<  -ConfigurationName Microsoft.Exchange - ConnectionUrl https://ps.outlook.com/powershel
l/ -Credential $LiveCred -Authentication Basic -allowRedirection
    + CategoryInfo          : InvalidArgument: (:) [New-PSSession], ParameterBindingException
    + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.NewPSSessionCommand

Anyone have any ideas on what I am missing or what's going on?

Answer : PowerShell Scripting Error

Different operating systems measure the latency differently.  I can ping one of my Juniper routers from another Juniper router and it register the time as 0ms, where as from a workstation it is 1ms.  I would not worry about it.  As long as a persistent ping, ping xxx.xxx.xxx.xxx -t from Windows or xxx.xxx.xxx.xxx from a *nix box, is stable you should be fine.  If the latency grows to 3ms, 4ms, and up you have an entirely different issue on your hands.  
Random Solutions  
 
programming4us programming4us