(Windows PowerShell Blog) How objects are sent to and from remote sessions
FROM: Windows PowerShell Blog
Instead of piping unstructured text, Windows PowerShell pipes objects between commands in a pipeline. As a consequence PowerShell remoting also deals with objects when passing data to and from remote sessions. This post explains how remote objects are serialized and which types of objects can be sent with full fidelity. ...