<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>PowerShell Remoting</title><link>http://www.codeplex.com/powershellremoting/Project/ProjectRss.aspx</link><description>PowerShell Remoting is a light-weighted server-client application which allow you securely connect to remote PowerShell host and run script interactivly.</description><item><title>NEW POST: possibility of a web service?</title><link>http://www.codeplex.com/powershellremoting/Thread/View.aspx?ThreadId=14789</link><description>&lt;div class="wikidoc"&gt;
It is certainly doable. You need to write your own PowerShell host at server side and it is not the interest of this project. &lt;br /&gt;
&lt;/div&gt;</description><author>tonydesweet</author><pubDate>Sun, 09 Sep 2007 01:20:32 GMT</pubDate><guid isPermaLink="false">NEW POST: possibility of a web service? 20070909012032A</guid></item><item><title>NEW POST: possibility of a web service?</title><link>http://www.codeplex.com/powershellremoting/Thread/View.aspx?ThreadId=14789</link><description>&lt;div class="wikidoc"&gt;
Would it be possible to somehow create a web service for this?  I'm not sure if this is really in the scope of this project but what I'm looking to do is provide a sort of CGI-style environment for Powershell.  &lt;br /&gt;
&lt;/div&gt;</description><author>halr9000</author><pubDate>Thu, 06 Sep 2007 13:55:32 GMT</pubDate><guid isPermaLink="false">NEW POST: possibility of a web service? 20070906015532P</guid></item><item><title>NEW POST: Feature request here</title><link>http://www.codeplex.com/powershellremoting/Thread/View.aspx?ThreadId=7698</link><description>&lt;div class="wikidoc"&gt;
We can do that for sure. &lt;br /&gt;
&lt;/div&gt;</description><author>tonydesweet</author><pubDate>Fri, 13 Jul 2007 23:33:47 GMT</pubDate><guid isPermaLink="false">NEW POST: Feature request here 20070713113347P</guid></item><item><title>NEW POST: Feature request here</title><link>http://www.codeplex.com/powershellremoting/Thread/View.aspx?ThreadId=7698</link><description>&lt;div class="wikidoc"&gt;
i think i did not make myself clear.&lt;br /&gt; &lt;br /&gt;1) even if I use a wrapper to run Start-RemoteHost.ps1 under a  different account, I would still have to press &amp;quot;Y&amp;quot; for &amp;quot;yes, Use default credential.&amp;quot;&lt;br /&gt; &lt;br /&gt;2) these wrappers start processes (with given login and password) on a local system whilst Start-RemoteHost.ps1 autenticate against the remote one.&lt;br /&gt; &lt;br /&gt;i think that both cases can be solved by adding a credential argument to the Start-RemoteHost.ps1 script.&lt;br /&gt;
&lt;/div&gt;</description><author>zelial</author><pubDate>Fri, 13 Jul 2007 13:41:02 GMT</pubDate><guid isPermaLink="false">NEW POST: Feature request here 20070713014102P</guid></item><item><title>NEW POST: Exchange 2007</title><link>http://www.codeplex.com/powershellremoting/Thread/View.aspx?ThreadId=12474</link><description>&lt;div class="wikidoc"&gt;
I would suggest don't use this for cooperation server application. It is a &amp;quot;toy&amp;quot; for personal use unless you read all the source code and know what you are doing.&lt;br /&gt;
&lt;/div&gt;</description><author>tonydesweet</author><pubDate>Thu, 12 Jul 2007 14:11:32 GMT</pubDate><guid isPermaLink="false">NEW POST: Exchange 2007 20070712021132P</guid></item><item><title>NEW POST: Exchange 2007</title><link>http://www.codeplex.com/powershellremoting/Thread/View.aspx?ThreadId=12474</link><description>&lt;div class="wikidoc"&gt;
Hi Guys,&lt;br /&gt; &lt;br /&gt;Is anyone using this for the PowerShell that comes with Exchange 2007?&lt;br /&gt; &lt;br /&gt;Cheers,&lt;br /&gt; &lt;br /&gt;Steve&lt;br /&gt;
&lt;/div&gt;</description><author>steveprentice</author><pubDate>Wed, 11 Jul 2007 17:56:14 GMT</pubDate><guid isPermaLink="false">NEW POST: Exchange 2007 20070711055614P</guid></item><item><title>NEW POST: Feature request here</title><link>http://www.codeplex.com/powershellremoting/Thread/View.aspx?ThreadId=7698</link><description>&lt;div class="wikidoc"&gt;
Well, this is a feature of powershell already. You can prepare credentials for multiple uses.&lt;br /&gt;see blog: &lt;br /&gt;http://mshforfun.blogspot.com/2006/02/tired-of-typing-administrators.html&lt;br /&gt;http://www.leeholmes.com/blog/PermaLink,guid,5ec5453a-e2e7-459d-a1e6-ff38b718591a.aspx&lt;br /&gt; &lt;br /&gt;But once you connected to remote powershell host using powershell remoting, every operation is on remote host. You have no control over local host. You can store credential on remote (as a file or in memory) though.&lt;br /&gt;
&lt;/div&gt;</description><author>tonydesweet</author><pubDate>Wed, 11 Jul 2007 14:13:39 GMT</pubDate><guid isPermaLink="false">NEW POST: Feature request here 20070711021339P</guid></item><item><title>NEW POST: Feature request here</title><link>http://www.codeplex.com/powershellremoting/Thread/View.aspx?ThreadId=7698</link><description>&lt;div class="wikidoc"&gt;
support for non-interactive usage&lt;br /&gt; &lt;br /&gt;- work with credentials like the get-wmi cmdlet does, so that I can prepare credential object beforehead and then use it multiple times&lt;br /&gt;- passing commands /scriptblocks for the remote session to execute&lt;br /&gt;- forward the output of the (noniteractive) remote session back into local session for postprocessing&lt;br /&gt; &lt;br /&gt;eg:&lt;br /&gt;{&lt;br /&gt;#both machine&lt;i&gt;list.txt and system&lt;/i&gt;list.txt are stored localy&lt;br /&gt;$creds= get-credential&lt;br /&gt;$code&lt;i&gt;to&lt;/i&gt;be&lt;i&gt;executed&lt;/i&gt;eemotely = { gwmi Win32_ComputerSystem }&lt;br /&gt;Get-Content machine&lt;i&gt;list.txt | % { echo &amp;quot;machine: $&lt;/i&gt;&amp;quot; ; remote -machine $_ -credential $cred - scriptblock $code&lt;i&gt;to&lt;/i&gt;be&lt;i&gt;executed&lt;/i&gt;remotely } &amp;gt; system_list.txt&lt;br /&gt;}&lt;br /&gt; &lt;br /&gt;hope you can understand me (i can't make the wiki markup leave my code snippet as it is: it mangled all underscores)&lt;br /&gt; &lt;br /&gt;zeL&lt;br /&gt; &lt;br /&gt;ps: sorry for my engish and thanks for developing powershell remoting. it fills a big hole  in the powershell&lt;i&gt;as&lt;/i&gt;the&lt;i&gt;only&lt;/i&gt;tool&lt;i&gt;needed&lt;/i&gt;fow&lt;i&gt;windows&lt;/i&gt;administration scheme.&lt;br /&gt;
&lt;/div&gt;</description><author>zelial</author><pubDate>Tue, 10 Jul 2007 19:14:32 GMT</pubDate><guid isPermaLink="false">NEW POST: Feature request here 20070710071432P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/powershellremoting/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>tonydesweet</author><pubDate>Tue, 26 Jun 2007 14:36:05 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070626023605P</guid></item><item><title>NEW POST: Problems running binary executables</title><link>http://www.codeplex.com/powershellremoting/Thread/View.aspx?ThreadId=11674</link><description>&lt;div class="wikidoc"&gt;
Sorry, it is one of the restrictions of &amp;quot;PowerShell Remoting&amp;quot; right now. We are planning to work on this issue. &lt;br /&gt; &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;Hugh wrote:&lt;br /&gt;I find I am unable to run all binary executables using power shell remoting. I got an error message saying&lt;br /&gt;&amp;quot;Legacy programs are not supported!&amp;quot; .   I was hoping to use power shell remoting  as a way to start certain   commandline applications on computers that I cannot log on to.  Do I have something configured incorrectly, or is this something that I simply won't be able to do with power shall remoting?  If&lt;br /&gt; &lt;br /&gt;Thanks in advance&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>tonydesweet</author><pubDate>Fri, 22 Jun 2007 15:21:11 GMT</pubDate><guid isPermaLink="false">NEW POST: Problems running binary executables 20070622032111P</guid></item><item><title>NEW POST: Problems running binary executables</title><link>http://www.codeplex.com/powershellremoting/Thread/View.aspx?ThreadId=11674</link><description>&lt;div class="wikidoc"&gt;
I find I am unable to run all binary executables using power shell remoting. I got an error message saying&lt;br /&gt;&amp;quot;Legacy programs are not supported!&amp;quot; .   I was hoping to use power shell remoting  as a way to start certain   commandline applications on computers that I cannot log on to.  Do I have something configured incorrectly, or is this something that I simply won't be able to do with power shall remoting?  If&lt;br /&gt; &lt;br /&gt;Thanks in advance&lt;br /&gt;
&lt;/div&gt;</description><author>Hugh</author><pubDate>Thu, 21 Jun 2007 21:51:51 GMT</pubDate><guid isPermaLink="false">NEW POST: Problems running binary executables 20070621095151P</guid></item><item><title>NEW POST: Source Code?</title><link>http://www.codeplex.com/powershellremoting/Thread/View.aspx?ThreadId=11549</link><description>&lt;div class="wikidoc"&gt;
Just wondering, now that gotdotnet workspaces aren't available ... I can't seem to find the source code for this project anywhere. :'(&lt;br /&gt;
&lt;/div&gt;</description><author>Jaykul</author><pubDate>Tue, 19 Jun 2007 15:48:11 GMT</pubDate><guid isPermaLink="false">NEW POST: Source Code? 20070619034811P</guid></item><item><title>CREATED ISSUE: Unable to locate user.xml in non-standard install locations</title><link>http://www.codeplex.com/powershellremoting/WorkItem/View.aspx?WorkItemId=943</link><description>If PowerShell Remoting is installed in any other location, other than \Program Files\PowerShell Remoting, the LoadAccessControl method fails to find the user.xml file. </description><author>romangeeko</author><pubDate>Wed, 25 Apr 2007 21:24:35 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Unable to locate user.xml in non-standard install locations 20070425092435P</guid></item><item><title>COMMENTED ISSUE: Problem when installing on a x64 based .NET framework</title><link>http://www.codeplex.com/powershellremoting/WorkItem/View.aspx?WorkItemId=903</link><description>When installing on a x64 release of Windows, the installing of the assemblies using installutil result in the following error:


  Register PowerShell Remoting Client Snapin
  Microsoft (R) .NET Framework Installation utility Version 2.0.50727.42
  Copyright (c) Microsoft Corporation.  All rights reserved.

  Exception occurred while initializing the installation:
  System.BadImageFormatException: Attempted to load a 64-bit assembly on a 32-bit platform. Use ReflectionOnlyLoad() instead if trying to load for reflection purposes..

  Installation Failed!


This problem can be resolved by editing the install.ps1. The command for installutil should read:

  %systemroot%\Microsoft.NET\Framework64\v2.0.50727\installutil.exe

This is described in

   http://msdn2.microsoft.com/en-us/library/ms714644.aspx Comments: ** Comment from web user: gbraad ** &lt;p&gt;Needs to be resolved in the install.ps1&lt;/p&gt;</description><author>gbraad</author><pubDate>Wed, 25 Apr 2007 21:23:23 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Problem when installing on a x64 based .NET framework 20070425092323P</guid></item><item><title>CREATED ISSUE: Problem when installing on a x64 based .NET framework</title><link>http://www.codeplex.com/powershellremoting/WorkItem/View.aspx?WorkItemId=903</link><description>When installing on a x64 release of Windows, the installing of the assemblies using installutil result in the following error:


  Register PowerShell Remoting Client Snapin
  Microsoft (R) .NET Framework Installation utility Version 2.0.50727.42
  Copyright (c) Microsoft Corporation.  All rights reserved.

  Exception occurred while initializing the installation:
  System.BadImageFormatException: Attempted to load a 64-bit assembly on a 32-bit platform. Use ReflectionOnlyLoad() instead if trying to load for reflection purposes..

  Installation Failed!


This problem can be resolved by editing the install.ps1. The command for installutil should read:

  %systemroot%\Microsoft.NET\Framework64\v2.0.50727\installutil.exe

This is described in

   http://msdn2.microsoft.com/en-us/library/ms714644.aspx </description><author>gbraad</author><pubDate>Wed, 25 Apr 2007 21:23:21 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Problem when installing on a x64 based .NET framework 20070425092321P</guid></item><item><title>CREATED ISSUE: Unable to locate user.xml in non-standard install locations</title><link>http://www.codeplex.com/powershellremoting/WorkItem/View.aspx?WorkItemId=680</link><description>If PowerShell Remoting is installed in any other location, other than \Program Files\PowerShell Remoting, the LoadAccessControl method fails to find the user.xml file. </description><author>romangeeko</author><pubDate>Fri, 02 Mar 2007 04:52:36 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Unable to locate user.xml in non-standard install locations 20070302045236A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/powershellremoting/Wiki/View.aspx?title=Home&amp;version=19</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
What is PowerShell Remoting?
&lt;/h1&gt;Windows PowerShell&amp;#174; (codename Monad) is next generation of the command line interface in Microsoft Windows platform. Powershell does not provide remote access functionality in version 1. It is planned for version 2. &lt;br /&gt; &lt;br /&gt;PowerShell Remoting is a light-weighted server-client application which allow you securely connect to a remote PowerShell host and run script interactivly.&lt;br /&gt; &lt;br /&gt;It contains two components:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Server&lt;/b&gt;: A managed windows service component. It will listen at certain TCP port, accept incoming connections, authenticate client and provide PowerShell hosting environment.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Client&lt;/b&gt;: A managed class library. It serves as a proxy between the remote server user interface and local client user interface. It will connect to server, establish a secure channel, get user input and display the results.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
Download Now!
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Download Microsoft Windows PowerShell before using &amp;quot;PowerShell Remoting&amp;quot;&lt;/li&gt;
&lt;/ul&gt;&lt;a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx" class="externalLink"&gt;http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx&lt;/a&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Download PowerShell Remoting beta 0.2.9.0&lt;/li&gt;
&lt;/ul&gt;&lt;a href="http://www.codeplex.com/powershellremoting/Project/FileDownload.aspx?DownloadId=7523" class="externalLink"&gt;http://www.codeplex.com/powershellremoting/Project/FileDownload.aspx?DownloadId=7523&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Some Screen Shots
&lt;/h1&gt;&lt;img src="http://www.codeplex.com/powershellremoting/Project/FileDownload.aspx?DownloadId=7615" alt="client1.jpg" /&gt;&lt;br /&gt;&lt;h3&gt;
GUI Client Manager
&lt;/h3&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/powershellremoting/Project/FileDownload.aspx?DownloadId=7616" alt="client2.jpg" /&gt;&lt;br /&gt;&lt;h3&gt;
Login Process
&lt;/h3&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/powershellremoting/Project/FileDownload.aspx?DownloadId=7617" alt="client3.jpg" /&gt;&lt;br /&gt;&lt;h3&gt;
Suspend server
&lt;/h3&gt; &lt;br /&gt;&lt;h1&gt;
More Information
&lt;/h1&gt;This project was originally posted on &lt;a href="http://MSHForFun.blogspot.com" class="externalLink"&gt;http://MSHForFun.blogspot.com&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>tonydesweet</author><pubDate>Thu, 01 Mar 2007 20:59:25 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070301085925P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/powershellremoting/Wiki/View.aspx?title=Home&amp;version=18</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
What is PowerShell Remoting?
&lt;/h1&gt;Windows PowerShell&amp;#174; (codename Monad) is next generation of the command line interface in Microsoft Windows platform. Powershell does not provide remote access functionality in version 1. It is planned for version 2. &lt;br /&gt; &lt;br /&gt;PowerShell Remoting is a light-weighted server-client application which allow you securely connect to a remote PowerShell host and run script interactivly.&lt;br /&gt; &lt;br /&gt;It contains two components:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Server&lt;/b&gt;: A managed windows service component. It will listen at certain TCP port, accept incoming connections, authenticate client and provide PowerShell hosting environment.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Client&lt;/b&gt;: A managed class library. It serves as a proxy between the remote server user interface and local client user interface. It will connect to server, establish a secure channel, get user input and display the results.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
Download Now!
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Download Microsoft Windows PowerShell before using &amp;quot;PowerShell Remoting&amp;quot;&lt;/li&gt;
&lt;/ul&gt;&lt;a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx" class="externalLink"&gt;http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx&lt;/a&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Download PowerShell Remoting beta 0.2.9.0&lt;/li&gt;
&lt;/ul&gt;&lt;a href="http://www.codeplex.com/powershellremoting/Project/FileDownload.aspx?DownloadId=7523" class="externalLink"&gt;http://www.codeplex.com/powershellremoting/Project/FileDownload.aspx?DownloadId=7523&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Some Screen Shots
&lt;/h1&gt;&lt;img src="http://www.codeplex.com/powershellremoting/Project/FileDownload.aspx?DownloadId=7615" alt="client1.jpg" /&gt;&lt;br /&gt;&lt;h2&gt;
GUI Client Manager
&lt;/h2&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/powershellremoting/Project/FileDownload.aspx?DownloadId=7616" alt="client2.jpg" /&gt;&lt;br /&gt;&lt;h2&gt;
Login Process
&lt;/h2&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/powershellremoting/Project/FileDownload.aspx?DownloadId=7617" alt="client3.jpg" /&gt;&lt;br /&gt;&lt;h2&gt;
Suspend server
&lt;/h2&gt; &lt;br /&gt;&lt;h1&gt;
More Information
&lt;/h1&gt;This project was originally posted on &lt;a href="http://MSHForFun.blogspot.com" class="externalLink"&gt;http://MSHForFun.blogspot.com&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>tonydesweet</author><pubDate>Thu, 01 Mar 2007 20:58:44 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070301085844P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/powershellremoting/Wiki/View.aspx?title=Home&amp;version=17</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
What is PowerShell Remoting?
&lt;/h1&gt;Windows PowerShell&amp;#174; (codename Monad) is next generation of the command line interface in Microsoft Windows platform. Powershell does not provide remote access functionality in version 1. It is planned for version 2. &lt;br /&gt; &lt;br /&gt;PowerShell Remoting is a light-weighted server-client application which allow you securely connect to a remote PowerShell host and run script interactivly.&lt;br /&gt; &lt;br /&gt;It contains two components:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Server&lt;/b&gt;: A managed windows service component. It will listen at certain TCP port, accept incoming connections, authenticate client and provide PowerShell hosting environment.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Client&lt;/b&gt;: A managed class library. It serves as a proxy between the remote server user interface and local client user interface. It will connect to server, establish a secure channel, get user input and display the results.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
Download Now!
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Download Microsoft Windows PowerShell before using &amp;quot;PowerShell Remoting&amp;quot;&lt;/li&gt;
&lt;/ul&gt;&lt;a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx" class="externalLink"&gt;http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx&lt;/a&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Download PowerShell Remoting beta 0.2.9.0&lt;/li&gt;
&lt;/ul&gt;&lt;a href="http://www.codeplex.com/powershellremoting/Project/FileDownload.aspx?DownloadId=7523" class="externalLink"&gt;http://www.codeplex.com/powershellremoting/Project/FileDownload.aspx?DownloadId=7523&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Some Screen Shots
&lt;/h1&gt;&lt;img src="http://www.codeplex.com/powershellremoting/Project/FileDownload.aspx?DownloadId=7615" alt="client1.jpg" /&gt;&lt;br /&gt;GUI Client Manager&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/powershellremoting/Project/FileDownload.aspx?DownloadId=7616" alt="client2.jpg" /&gt;&lt;br /&gt;Login Process&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/powershellremoting/Project/FileDownload.aspx?DownloadId=7617" alt="client3.jpg" /&gt;&lt;br /&gt;Suspend server&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
More Information
&lt;/h1&gt;This project was originally posted on &lt;a href="http://MSHForFun.blogspot.com" class="externalLink"&gt;http://MSHForFun.blogspot.com&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>tonydesweet</author><pubDate>Thu, 01 Mar 2007 20:57:36 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070301085736P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/powershellremoting/Wiki/View.aspx?title=Home&amp;version=16</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
What is PowerShell Remoting?
&lt;/h1&gt;Windows PowerShell&amp;#174; (codename Monad) is next generation of the command line interface in Microsoft Windows platform. Powershell does not provide remote access functionality in version 1. It is planned for version 2. &lt;br /&gt; &lt;br /&gt;PowerShell Remoting is a light-weighted server-client application which allow you securely connect to a remote PowerShell host and run script interactivly.&lt;br /&gt; &lt;br /&gt;It contains two components:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Server&lt;/b&gt;: A managed windows service component. It will listen at certain TCP port, accept incoming connections, authenticate client and provide PowerShell hosting environment.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Client&lt;/b&gt;: A managed class library. It serves as a proxy between the remote server user interface and local client user interface. It will connect to server, establish a secure channel, get user input and display the results.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
Download Now!
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Download Microsoft Windows PowerShell before using &amp;quot;PowerShell Remoting&amp;quot; &lt;a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx" class="externalLink"&gt;http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/powershellremoting/Project/FileDownload.aspx?DownloadId=7523" class="externalLink"&gt;http://www.codeplex.com/powershellremoting/Project/FileDownload.aspx?DownloadId=7523&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
Some Screen Shots
&lt;/h1&gt;&lt;img src="http://www.codeplex.com/powershellremoting/Project/FileDownload.aspx?DownloadId=7615" alt="client1.jpg" /&gt;&lt;br /&gt;GUI Client Manager&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/powershellremoting/Project/FileDownload.aspx?DownloadId=7616" alt="client2.jpg" /&gt;&lt;br /&gt;Login Process&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/powershellremoting/Project/FileDownload.aspx?DownloadId=7617" alt="client3.jpg" /&gt;&lt;br /&gt;Suspend server&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
More Information
&lt;/h1&gt;This project was originally posted on &lt;a href="http://MSHForFun.blogspot.com" class="externalLink"&gt;http://MSHForFun.blogspot.com&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>tonydesweet</author><pubDate>Thu, 01 Mar 2007 20:56:25 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070301085625P</guid></item></channel></rss>