http://www.gotdotnet.com/Workspaces/Workspace.aspx?id=ce09cdaf-7da2-4f1c-bed3-f8cb35de5aea

What is PowerShell Remoting
Windows PowerShell® (codename Monad) is next generation of command line interface in Microsoft Windows platform. Powershell does not provide remote access functionality in version 1. It is planned for version 2.

PowerShell Remoting is a light-weighted server-client application which allow you securely connect to remote PowerShell host and run script interactivly.

It contains two components:

Server: A managed windows service component. It will listen at certain TCP port, accept income connection, authenticate client and provide PowerShell hosting environment.

Client: A managed class library. It severs as a proxy between remote sever user interface and local client user interface. It will connect to server, establish a sevure channel, get user input and display results.

Download here!

 



Trackbacks

No Trackbacks

Comments

No Comments