<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Remoting with PowerShell QuickStart</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx</link><description>PowerShell V2 introduces a new capability which allows you to remotely manage machines in your organization. I will give a basic overview of PowerShell remoting here and follow it up with some adavanced topics later. Are you ready for the fun.. A remote</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Remoting with PowerShell QuickStart</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#8483604</link><pubDate>Sat, 10 May 2008 09:28:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8483604</guid><dc:creator>Soliko</dc:creator><description>&lt;p&gt;Is there WinRM CTP for windows 2003 or XP?&lt;/p&gt;</description></item><item><title>re: Remoting with PowerShell QuickStart</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#8483791</link><pubDate>Sat, 10 May 2008 16:46:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8483791</guid><dc:creator>PowerShellTeam</dc:creator><description>&lt;p&gt;&amp;gt; Is there WinRM CTP for windows 2003 or XP?&lt;/p&gt;
&lt;p&gt;Sadly no, not at this time. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Yes - we know exactly how painful this is. &amp;nbsp;We just couldn't make the schedules line up. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Jeffrey Snover [MSFT]&lt;/p&gt;
&lt;p&gt;Windows Management Partner Architect&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell Team blog at: &amp;nbsp; &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/PowerShell"&gt;http://blogs.msdn.com/PowerShell&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell ScriptCenter at: &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx"&gt;http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Remoting with PowerShell QuickStart</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#8483805</link><pubDate>Sat, 10 May 2008 16:57:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8483805</guid><dc:creator>PowerShellTeam</dc:creator><description>&lt;p&gt;BTW - you can easily clean up the output by simply casting the expression to an [INT] (notice that I put the expression inside () so that we cast the RESULTS of the expression and not the FIRST ELEMENT.&lt;/p&gt;
&lt;p&gt;Change:&lt;/p&gt;
&lt;p&gt;icm kriscv-lh {gwmi win32_logicaldisk | select deviceid,freespace} | select deviceid,@{Name=&amp;quot;freespace(GB)&amp;quot;;Expression={$_.freespace/1gb}},computername&lt;/p&gt;
&lt;p&gt;TO&lt;/p&gt;
&lt;p&gt;icm kriscv-lh {gwmi win32_logicaldisk | select deviceid,freespace} | select deviceid,@{Name=&amp;quot;freespace(GB)&amp;quot;;Expression={[INT]$($_.freespace/1gb)}},computername&lt;/p&gt;
&lt;p&gt;And things clean up very nicely.&lt;/p&gt;
&lt;p&gt;10,000 thanks to Krishna for going out of his way to do this write up. &amp;nbsp;Take a look at the published time!&lt;/p&gt;
&lt;p&gt;Jeffrey Snover [MSFT]&lt;/p&gt;
&lt;p&gt;Windows Management Partner Architect&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell Team blog at: &amp;nbsp; &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/PowerShell"&gt;http://blogs.msdn.com/PowerShell&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell ScriptCenter at: &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx"&gt;http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Remoting with PowerShell QuickStart</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#8484765</link><pubDate>Sun, 11 May 2008 02:19:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8484765</guid><dc:creator>Mike Schinkel</dc:creator><description>&lt;p&gt;Oooooh! Your security team is going to have run keeping the hackers at bay on this one! ;-)&lt;/p&gt;
&lt;p&gt;But seriously (as I'm really not a security wonk), why can't you make it so that I could run a script on the remote machine that exists only on my local machine? &amp;nbsp;Forcing the remote machine to have the script is a rather large burden, no? &amp;nbsp;Need I detail why?&lt;/p&gt;</description></item><item><title>re: Remoting with PowerShell QuickStart</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#8487628</link><pubDate>Sun, 11 May 2008 18:31:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8487628</guid><dc:creator>PowerShellTeam</dc:creator><description>&lt;p&gt;&amp;gt; But seriously (as I'm really not a security wonk), why can't you make it so that I could run a script on the remote machine that exists only on my local machine?&lt;/p&gt;
&lt;p&gt;Ask and ye shall receive. &amp;nbsp;:-)&lt;/p&gt;
&lt;p&gt;It does! &amp;nbsp;First let's start with the basics. &amp;nbsp;We'll ship &amp;quot;secure by default&amp;quot;. &amp;nbsp;That means that you will have to make a decision to allow remote computers to manage a machine. &amp;nbsp;Next, when you configure remoting, you'll have a number of configuration options which give you fine control over what the remote machines can do. &amp;nbsp;In particular, there are 3 language MODES: FULL, DATA, NONE. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;FULL is obvious - there are no language restrictions.&lt;/p&gt;
&lt;p&gt;DATA limits the language to those elements that do not allow side-effects on the system.&lt;/p&gt;
&lt;p&gt;NONE means you can enter commands but no language elements.&lt;/p&gt;
&lt;p&gt;For each of these, you'll be able to configure what CMDLETS, SCRIPTS, Native applications, providers, and variables that are available to the remote machine. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;jps&lt;/p&gt;
</description></item><item><title>re: Remoting with PowerShell QuickStart</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#8493186</link><pubDate>Mon, 12 May 2008 13:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8493186</guid><dc:creator>Ilya Haykinson</dc:creator><description>&lt;p&gt;Ok, so maybe I'm doing something wrong, but the winrm configuration isn't working:&lt;/p&gt;
&lt;p&gt;PS C:\Windows\System32&amp;gt; . $pshome\configure-wsman.ps1&lt;/p&gt;
&lt;p&gt;VERBOSE: Configuring WinRM&lt;/p&gt;
&lt;p&gt;WSManFault&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Message = Access is denied.&lt;/p&gt;
&lt;p&gt;Error number: &amp;nbsp;-2147024891 0x80070005&lt;/p&gt;
&lt;p&gt;Access is denied.&lt;/p&gt;
&lt;p&gt;CheckError : Error restoring default WSMan configuration. Exiting&lt;/p&gt;
&lt;p&gt;At C:\Windows\system32\WindowsPowerShell\v1.0\\wsmanutils.ps1:97 char:19&lt;/p&gt;
&lt;p&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CheckError &amp;lt;&amp;lt;&amp;lt;&amp;lt; &amp;nbsp;$ErrorMessages[&amp;quot;Restore&amp;quot;]&lt;/p&gt;
&lt;p&gt;WSManFault&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Message = Access is denied.&lt;/p&gt;
&lt;p&gt;... and more of the same. &amp;nbsp;this is with an elevated version of powershell...&lt;/p&gt;</description></item><item><title>re: Remoting with PowerShell QuickStart</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#8493860</link><pubDate>Mon, 12 May 2008 15:55:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8493860</guid><dc:creator>PowerShellTeam</dc:creator><description>&lt;p&gt;&amp;gt; &amp;nbsp; Message = Access is denied.&lt;/p&gt;
&lt;p&gt;1) Are you running with elevated Privs?&lt;/p&gt;
&lt;p&gt;2) Do you have Admin Rights?&lt;/p&gt;
&lt;p&gt;jps&lt;/p&gt;
</description></item><item><title>re: Remoting with PowerShell QuickStart</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#8502436</link><pubDate>Wed, 14 May 2008 04:44:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8502436</guid><dc:creator>PowerShellTeam</dc:creator><description>&lt;p&gt;Can you check if WinRM is running? &lt;/p&gt;
&lt;p&gt;PS F:\&amp;gt; get-service winrm&lt;/p&gt;
&lt;p&gt;Status &amp;nbsp; Name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DisplayName&lt;/p&gt;
&lt;p&gt;------ &amp;nbsp; ---- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -----------&lt;/p&gt;
&lt;p&gt;Stopped &amp;nbsp;WinRM &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Windows Remote Management (WS-Manag...&lt;/p&gt;
&lt;p&gt;PS F:\&amp;gt; start-service winrm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PS F:\&amp;gt; get-service winrm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status &amp;nbsp; Name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DisplayName &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ------ &amp;nbsp; ---- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ----------- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Running &amp;nbsp;WinRM &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Windows Remote Management (WS-Manag... &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
</description></item><item><title>re: Remoting with PowerShell QuickStart</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#8518453</link><pubDate>Sun, 18 May 2008 23:15:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8518453</guid><dc:creator>Simon Garratt</dc:creator><description>&lt;p&gt;I noted the comment above about 2003 and XP. &amp;nbsp;Are you committed to providing remoting on 2003 and XP in the final version? &amp;nbsp;We're really keen to see this.&lt;/p&gt;</description></item><item><title>re: Remoting with PowerShell QuickStart</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#8518563</link><pubDate>Mon, 19 May 2008 02:52:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8518563</guid><dc:creator>PowerShellTeam</dc:creator><description>&lt;p&gt;&amp;gt; Are you committed to providing remoting on 2003 and XP in the final version?&lt;/p&gt;
&lt;p&gt;Never trust anything that looks like a commitment made in a blog. Seriously. &amp;nbsp;If you ever see anything that looks like a commitment in this blog - it has to be understood as a PERSONAL commitment not a corporate commitment. &lt;/p&gt;
&lt;p&gt;For example, I could say that I'm personally committed to making this go downlevel but that is VERY differen than saying that the company is committed to doing so.&lt;/p&gt;
&lt;p&gt;Here is what I said in the blog entry: &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/powershell/archive/2008/04/24/how-could-you-top-ctp1.aspx"&gt;http://blogs.msdn.com/powershell/archive/2008/04/24/how-could-you-top-ctp1.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;One big caveat to share with you around remoting. &amp;nbsp;The good news is that we've made a lot of progress on remoting and it is shaping up nicely. &amp;nbsp;The bad news is that (FOR THIS CTP) remoting is only going to work FROM and TO Vista and WS08 boxes (CRINGE!). &amp;nbsp;I know that is a big hit and it means that many of you will not be able to test out remoting for us. &amp;nbsp;Apologizes. &amp;nbsp;There are a zillion details behind this so without going into them, all I can say is 1) we know exactly how BIG of a deal this is 2) we worked like heck to try and make it happen 3) the facts we were faced did not allow it to happen.&lt;/p&gt;
&lt;p&gt;Just to be clear, this applies to the upcoming CTP and we are working very hard to make it available on downlevel machines in subsequent public releases.&lt;/p&gt;
&lt;p&gt;Jeffrey Snover [MSFT]&lt;/p&gt;
&lt;p&gt;Windows Management Partner Architect&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell Team blog at: &amp;nbsp; &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/PowerShell"&gt;http://blogs.msdn.com/PowerShell&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell ScriptCenter at: &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx"&gt;http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Remoting with PowerShell QuickStart</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#8592790</link><pubDate>Thu, 12 Jun 2008 10:44:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8592790</guid><dc:creator>Paiboon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;When I run Receive-PSJob -job $job I got error like below. How do I do for fix this problem please advice? I use WinXP + SP2.&lt;/p&gt;
&lt;p&gt;PS C:\&amp;gt; $job = Start-PSJob -command &amp;quot;Get-Process&amp;quot;&lt;/p&gt;
&lt;p&gt;PS C:\&amp;gt; Receive-PSJob -job $job&lt;/p&gt;
&lt;p&gt;Receive-PSJob : [localhost] The WS-Management service does not support the requ&lt;/p&gt;
&lt;p&gt;est.&lt;/p&gt;
&lt;p&gt;At line:1 char:14&lt;/p&gt;
&lt;p&gt;+ Receive-PSJob &amp;lt;&amp;lt;&amp;lt;&amp;lt; &amp;nbsp;-job $job&lt;/p&gt;
&lt;p&gt;PS C:\&amp;gt; Get-Service winrm&lt;/p&gt;
&lt;p&gt;Status &amp;nbsp; Name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DisplayName&lt;/p&gt;
&lt;p&gt;------ &amp;nbsp; ---- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -----------&lt;/p&gt;
&lt;p&gt;Running &amp;nbsp;WinRM &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Windows Remote Management (WS-Manag...&lt;/p&gt;
&lt;p&gt;PS C:\&amp;gt; $job&lt;/p&gt;
&lt;p&gt;SessionId &amp;nbsp; &amp;nbsp; &amp;nbsp; Name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;State &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; HasMoreData &amp;nbsp; &amp;nbsp; Command&lt;/p&gt;
&lt;p&gt;--------- &amp;nbsp; &amp;nbsp; &amp;nbsp; ---- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;----- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ----------- &amp;nbsp; &amp;nbsp; -------&lt;/p&gt;
&lt;p&gt;1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Failed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;False &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Get-Process&lt;/p&gt;</description></item><item><title>re: Remoting with PowerShell QuickStart</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#8593448</link><pubDate>Thu, 12 Jun 2008 20:37:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8593448</guid><dc:creator>PowerShellTeam</dc:creator><description>&lt;p&gt;You need to install the CTP of WSMan 2.0, but they are currently supported on Vista-SP1 and WS08 only.&lt;/p&gt;
</description></item><item><title>re: Remoting with PowerShell QuickStart</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#8839343</link><pubDate>Thu, 07 Aug 2008 01:57:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8839343</guid><dc:creator>DaveP</dc:creator><description>&lt;p&gt;What is the current status of remoting on WinXP and WinServer 2003? &amp;nbsp;I'd love to use PS for a proof on concept. &amp;nbsp;Thanks.&lt;/p&gt;</description></item><item><title>re: Remoting with PowerShell QuickStart</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#9003146</link><pubDate>Fri, 17 Oct 2008 18:08:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9003146</guid><dc:creator>Sanjay</dc:creator><description>&lt;p&gt;Can you share some information on Powershell Remoting and Exchange 2007 administration?&lt;/p&gt;</description></item><item><title>re: Remoting with PowerShell QuickStart</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#9016437</link><pubDate>Sun, 26 Oct 2008 05:19:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9016437</guid><dc:creator>Adam</dc:creator><description>&lt;p&gt;I've been trying to use the Remoting capabilities within a C# application but it seems my assembly System.Management.Automation.dll doesn't contain &lt;/p&gt;
&lt;p&gt;&amp;quot;System.Management.Automation.Remoting&amp;quot;&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;/p&gt;
&lt;p&gt;Adam&lt;/p&gt;</description></item><item><title>re: Remoting with PowerShell QuickStart -- XP etc</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#9175717</link><pubDate>Thu, 04 Dec 2008 19:40:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9175717</guid><dc:creator>Josh Smith</dc:creator><description>&lt;p&gt;I noticed WinRM is out for WinXP, but I imagine that doesn't necessarily mean that PS2 CTP2 now magically supports remoting. &amp;nbsp;I actually get pretty far w/the WS-management script, except I get this one error:&lt;/p&gt;
&lt;p&gt;CheckError : Configuring PowerShell plugin failed&lt;/p&gt;
&lt;p&gt;At C:\WINDOWS\system32\WindowsPowerShell\v1.0\\wsmanutils.ps1:155 char:16&lt;/p&gt;
&lt;p&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;CheckError &amp;lt;&amp;lt;&amp;lt;&amp;lt; &amp;nbsp;&amp;quot;Configuring PowerShell plugin failed&amp;quot;&lt;/p&gt;
&lt;p&gt;Note v2.0 is installed, it's just in the v1.0 directory&lt;/p&gt;</description></item><item><title>re: Remoting with PowerShell QuickStart -- XP etc</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#9176465</link><pubDate>Thu, 04 Dec 2008 23:32:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9176465</guid><dc:creator>Josh Smith</dc:creator><description>&lt;p&gt;I noticed WinRM is out for WinXP, but I imagine that doesn't necessarily mean that PS2 CTP2 now magically supports remoting. &amp;nbsp;I actually get pretty far w/the WS-management script, except I get this one error:&lt;/p&gt;
&lt;p&gt;CheckError : Configuring PowerShell plugin failed&lt;/p&gt;
&lt;p&gt;At C:\WINDOWS\system32\WindowsPowerShell\v1.0\\wsmanutils.ps1:155 char:16&lt;/p&gt;
&lt;p&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;CheckError &amp;lt;&amp;lt;&amp;lt;&amp;lt; &amp;nbsp;&amp;quot;Configuring PowerShell plugin failed&amp;quot;&lt;/p&gt;
&lt;p&gt;Note v2.0 is installed, it's just in the v1.0 directory&lt;/p&gt;</description></item><item><title>re: Remoting with PowerShell QuickStart</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#9177364</link><pubDate>Fri, 05 Dec 2008 02:16:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9177364</guid><dc:creator>PowerBloger</dc:creator><description>&lt;p&gt;You need to install the CTP of WSMan 2.0, but they are currently supported on Vista-SP1 and WS08 only.&lt;/p&gt;</description></item><item><title>re: Remoting with PowerShell QuickStart</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#9207579</link><pubDate>Sat, 13 Dec 2008 11:22:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9207579</guid><dc:creator>BobK</dc:creator><description>&lt;p&gt;Hi - I'm really having a lot of trouble understanding/confirming the exact system requirements needed to use PS remoting. I've looked around quite a bit on various blog sites - most everyone else seems to be able to run remoting commands with no issue.&lt;/p&gt;
&lt;p&gt;My problem is that I am running both WS2008 and Win7, with the versions of PS 2 installed via the base OS install, and I am unable to use any remoting commands. I have done &amp;quot;winrm quickconfig&amp;quot; and the &amp;quot;configure-wsman1&amp;quot; scripts but no PS command seems to want to admit to knowing anything about remoting, they all give me errors saying that they do not know anything about '-computername', etc. The below output is from my WS2008 machine.&lt;/p&gt;
&lt;p&gt;Is there a document or site somewhere that specifies *EXACTLY* what versions of the OS and PS you need to do remoting, and *EXACTLY* what steps need to be taken to set it up?&lt;/p&gt;
&lt;p&gt;Many thanks&lt;/p&gt;
&lt;p&gt;PS C:\Windows\System32\WindowsPowerShell\v1.0&amp;gt; $host.version&lt;/p&gt;
&lt;p&gt;Major &amp;nbsp;Minor &amp;nbsp;Build &amp;nbsp;Revision&lt;/p&gt;
&lt;p&gt;----- &amp;nbsp;----- &amp;nbsp;----- &amp;nbsp;--------&lt;/p&gt;
&lt;p&gt;2 &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp;-1 &amp;nbsp; &amp;nbsp; -1&lt;/p&gt;
&lt;p&gt;PS C:\Windows\System32\WindowsPowerShell\v1.0&amp;gt; $psversiontable&lt;/p&gt;
&lt;p&gt;Name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Value&lt;/p&gt;
&lt;p&gt;---- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -----&lt;/p&gt;
&lt;p&gt;CLRVersion &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.0.50727.3506&lt;/p&gt;
&lt;p&gt;BuildVersion &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 6.1.6936.0&lt;/p&gt;
&lt;p&gt;PSVersion &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.0&lt;/p&gt;
&lt;p&gt;PSCompatibleVersions &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {1.0, 2.0}&lt;/p&gt;
&lt;p&gt;PS C:\Windows\System32\WindowsPowerShell\v1.0&amp;gt; winrm id&lt;/p&gt;
&lt;p&gt;IdentifyResponse&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;ProtocolVersion = &lt;a rel="nofollow" target="_new" href="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"&gt;http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;ProductVendor = Microsoft Corporation&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;ProductVersion = OS: 6.1.6936 SP: 0.0 Stack: 2.0&lt;/p&gt;
&lt;p&gt;PS C:\Windows\System32\WindowsPowerShell\v1.0&amp;gt; invoke-expression -computername foo&lt;/p&gt;
&lt;p&gt;Invoke-Expression : A parameter cannot be found that matches parameter name 'computername'.&lt;/p&gt;
&lt;p&gt;At line:1 char:32&lt;/p&gt;
&lt;p&gt;PS C:\Windows\System32\WindowsPowerShell\v1.0&amp;gt; new-runspace&lt;/p&gt;
&lt;p&gt;The term 'new-runspace' is not recognized as a cmdlet, function, operable program, or script file. Verify the term and try again.&lt;/p&gt;</description></item><item><title>re: Remoting with PowerShell QuickStart</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#9241445</link><pubDate>Fri, 19 Dec 2008 12:12:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9241445</guid><dc:creator>BobK</dc:creator><description>&lt;p&gt;Hmm. Looks like I stumped the panel. Can anyone at least recommend another site where I can try reposting?&lt;/p&gt;</description></item><item><title>PowerShell V2: CTP3 now available!</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#9250047</link><pubDate>Tue, 23 Dec 2008 16:57:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9250047</guid><dc:creator>James Manning's blog</dc:creator><description>&lt;p&gt;Sea Tea Pea Three Whee! Go get it ! The bits in the overview I want to call out (because I've seen others&lt;/p&gt;
</description></item><item><title>re: Remoting with PowerShell QuickStart</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#9451118</link><pubDate>Sat, 28 Feb 2009 21:05:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9451118</guid><dc:creator>Will Ludgate</dc:creator><description>&lt;p&gt;Please help - similar problem to somebody above.&lt;/p&gt;
&lt;p&gt;I'll give as much detail as possible. &amp;nbsp;I have upgraded to vista home professional &amp;amp; am trying to get powershell 2 to run background jobs. But I just can not do it.&lt;/p&gt;
&lt;p&gt;I am first trying to get CTP2 working as if you jump straight to CTP3 you do not have the configure-Wsman.ps1 script !&lt;/p&gt;
&lt;p&gt;Anyway - I've installed WinRM CTP3 on vista (x86) &amp;amp; powershell. &amp;nbsp;I've tried all the suggestions to change the registry(DWORD stuff), stop UAD etc. &amp;nbsp;I have even restored the &amp;quot;hidden&amp;quot; administrator id. &amp;nbsp;But still, when trying to configure winRM I get ....&lt;/p&gt;
&lt;p&gt;PS C:\Users\Administrator&amp;gt; get-service winrm&lt;/p&gt;
&lt;p&gt;Status &amp;nbsp; Name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DisplayName&lt;/p&gt;
&lt;p&gt;------ &amp;nbsp; ---- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -----------&lt;/p&gt;
&lt;p&gt;Stopped &amp;nbsp;WinRM &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Windows Remote Management (WS-Manag...&lt;/p&gt;
&lt;p&gt;PS C:\Users\Administrator&amp;gt; start-service winrm&lt;/p&gt;
&lt;p&gt;PS C:\Users\Administrator&amp;gt; &amp;amp; $pshome\Configure-Wsman.ps1&lt;/p&gt;
&lt;p&gt;Configuring WSMan&lt;/p&gt;
&lt;p&gt;WSManFault&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Message = Access is denied.&lt;/p&gt;
&lt;p&gt;Error number: &amp;nbsp;-2147024891 0x80070005&lt;/p&gt;
&lt;p&gt;Access is denied.&lt;/p&gt;
&lt;p&gt;Error restoring default WSMan configuration. Exiting&lt;/p&gt;
&lt;p&gt;PS C:\Users\Administrator&amp;gt;&lt;/p&gt;
&lt;p&gt;Please can somebody help&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;Will&lt;/p&gt;</description></item><item><title>re: Remoting with PowerShell QuickStart</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#9454785</link><pubDate>Mon, 02 Mar 2009 20:15:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9454785</guid><dc:creator>PowerShellTeam</dc:creator><description>&lt;p&gt;@Will&lt;/p&gt;
&lt;p&gt;Basically you need to check three things:&lt;/p&gt;
&lt;p&gt;1. PowerShell console runs elevated.&lt;/p&gt;
&lt;p&gt;2. Password of your administrator account is not empty.&lt;/p&gt;
&lt;p&gt;3. Local account token filter policy is enabled:&lt;/p&gt;
&lt;p&gt;new-itemproperty -path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System -name LocalAccountTokenFilterPolicy -propertyType DWord -value 1&lt;/p&gt;
&lt;p&gt;Also, in CTP3 you need to use Enable-PSRemoting command for remoting configuration. Configure-WSMan script is deprecated.&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;/p&gt;
&lt;p&gt;Vladimir Averkin&lt;/p&gt;
&lt;p&gt;Windows PowerShell team&lt;/p&gt;
</description></item><item><title>re: Remoting with PowerShell QuickStart</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#9931048</link><pubDate>Tue, 01 Dec 2009 20:30:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9931048</guid><dc:creator>Joel "Jaykul" Bennett</dc:creator><description>&lt;p&gt;Any chance we could get these old posts updated AT THE TOP with something like [[THIS WAS A CTP POST -- IT'S PROBABLY WRONG NOW]] so that people don't have to come all the way to the bottom (or into IRC or USENET) to figure out why configure-wsman.ps1 doesn't work anymore?&lt;/p&gt;</description></item><item><title>re: Remoting with PowerShell QuickStart</title><link>http://blogs.msdn.com/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx#9939911</link><pubDate>Tue, 22 Dec 2009 04:02:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9939911</guid><dc:creator>Tadlock Enterprises</dc:creator><description>&lt;p&gt;Question about how to import modules on a remote server. I'm trying to remotely stop an IIS website with the following command but it doesnt seem to work (although it doesnt report an error either).&lt;/p&gt;
&lt;p&gt;powershell -command &amp;quot;icm hydrogen {import-module webadministration | stop-webitem iis:\sites\mysite}&amp;quot;&lt;/p&gt;
&lt;p&gt;Any thought on why this doesnt work?&lt;/p&gt;
&lt;p&gt;CT&lt;/p&gt;</description></item></channel></rss>