<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PowerShell V2 ISE: Open Tab to Remote Shell</title>
	<atom:link href="http://halr9000.com/article/690/feed" rel="self" type="application/rss+xml" />
	<link>http://halr9000.com/article/690</link>
	<description>(powershell &#38; other stuff)</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:56:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Reiner</title>
		<link>http://halr9000.com/article/690/comment-page-1#comment-8690</link>
		<dc:creator>Reiner</dc:creator>
		<pubDate>Fri, 20 Jan 2012 13:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/690#comment-8690</guid>
		<description>I&#039;m trying to use this technique to connect across domains. I&#039;m trying to avoid getting an authentication prompt, but don&#039;t know how? Any help available on this? Thanks lots.

$secpasswd = ConvertTo-SecureString &quot;Password&quot; -AsPlainText -Force
$mycreds = New-object -typename System.Management.Automation.PSCredential(&quot;Login@Domain.com&quot;,$secpasswd)

$computername = Read-Host “Enter Remote Computer Name”
$tab = $psise.PowerShellTabs.Add()
sleep 3
$tab.Invoke($ExecutionContext.InvokeCommand.NewScriptBlock(“Enter-PSSession -computername $computername -credential $mycreds”))
$tab.DisplayName = “REMOTE: $computerName”</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to use this technique to connect across domains. I&#8217;m trying to avoid getting an authentication prompt, but don&#8217;t know how? Any help available on this? Thanks lots.</p>
<p>$secpasswd = ConvertTo-SecureString &#8220;Password&#8221; -AsPlainText -Force<br />
$mycreds = New-object -typename System.Management.Automation.PSCredential(&#8220;Login@Domain.com&#8221;,$secpasswd)</p>
<p>$computername = Read-Host “Enter Remote Computer Name”<br />
$tab = $psise.PowerShellTabs.Add()<br />
sleep 3<br />
$tab.Invoke($ExecutionContext.InvokeCommand.NewScriptBlock(“Enter-PSSession -computername $computername -credential $mycreds”))<br />
$tab.DisplayName = “REMOTE: $computerName”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Start app on remote machine - Admins Goodies</title>
		<link>http://halr9000.com/article/690/comment-page-1#comment-7966</link>
		<dc:creator>Start app on remote machine - Admins Goodies</dc:creator>
		<pubDate>Sun, 21 Aug 2011 04:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/690#comment-7966</guid>
		<description>[...] can either open a new tab to a remote shell, or use winrm. These are both [...]</description>
		<content:encoded><![CDATA[<p>[...] can either open a new tab to a remote shell, or use winrm. These are both [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Start app on remote machine Drija</title>
		<link>http://halr9000.com/article/690/comment-page-1#comment-7738</link>
		<dc:creator>Start app on remote machine Drija</dc:creator>
		<pubDate>Wed, 17 Nov 2010 16:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/690#comment-7738</guid>
		<description>[...] can either open a new tab to a remote shell, or use winrm. These are both &#8220;native&#8221;.  November 10, 2009 9:50 am         Valvaris I [...]</description>
		<content:encoded><![CDATA[<p>[...] can either open a new tab to a remote shell, or use winrm. These are both &#8220;native&#8221;.  November 10, 2009 9:50 am         Valvaris I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tome</title>
		<link>http://halr9000.com/article/690/comment-page-1#comment-7550</link>
		<dc:creator>Tome</dc:creator>
		<pubDate>Mon, 15 Mar 2010 19:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/690#comment-7550</guid>
		<description>I take it back again... it does work w/ the new names.... I had to use NewScriptBlock though because it doesn&#039;t invoke if you just pass a string:

$computername = Read-Host &quot;Enter Remote Computer Name&quot;
$tab = $psise.PowerShellTabs.Add()
sleep 3
$tab.Invoke($ExecutionContext.InvokeCommand.NewScriptBlock(&quot;Enter-PSSession -computername $computername&quot;))
$tab.DisplayName = &quot;REMOTE: $computerName&quot;</description>
		<content:encoded><![CDATA[<p>I take it back again&#8230; it does work w/ the new names&#8230;. I had to use NewScriptBlock though because it doesn&#8217;t invoke if you just pass a string:</p>
<p>$computername = Read-Host &#8220;Enter Remote Computer Name&#8221;<br />
$tab = $psise.PowerShellTabs.Add()<br />
sleep 3<br />
$tab.Invoke($ExecutionContext.InvokeCommand.NewScriptBlock(&#8220;Enter-PSSession -computername $computername&#8221;))<br />
$tab.DisplayName = &#8220;REMOTE: $computerName&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tome</title>
		<link>http://halr9000.com/article/690/comment-page-1#comment-7549</link>
		<dc:creator>Tome</dc:creator>
		<pubDate>Mon, 15 Mar 2010 18:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/690#comment-7549</guid>
		<description>I take that back... looks like it&#039;s all completely changed...  at least I have something new to play with and break....</description>
		<content:encoded><![CDATA[<p>I take that back&#8230; looks like it&#8217;s all completely changed&#8230;  at least I have something new to play with and break&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tome</title>
		<link>http://halr9000.com/article/690/comment-page-1#comment-7548</link>
		<dc:creator>Tome</dc:creator>
		<pubDate>Mon, 15 Mar 2010 18:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/690#comment-7548</guid>
		<description>This doesn&#039;t exist anymore in RTM.... OpenedRunSpaces seems to be PowerShellTabs
$psise.PowerShellTabs.Add()</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t exist anymore in RTM&#8230;. OpenedRunSpaces seems to be PowerShellTabs<br />
$psise.PowerShellTabs.Add()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Episode 57 - Carter Shanklin and the VI Toolkit &#171; PowerScripting Podcast</title>
		<link>http://halr9000.com/article/690/comment-page-1#comment-7024</link>
		<dc:creator>Episode 57 - Carter Shanklin and the VI Toolkit &#171; PowerScripting Podcast</dc:creator>
		<pubDate>Mon, 02 Feb 2009 04:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/690#comment-7024</guid>
		<description>[...] How to open a remote powershell tab in ISE (V2 CTP3) [...]</description>
		<content:encoded><![CDATA[<p>[...] How to open a remote powershell tab in ISE (V2 CTP3) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel "Jaykul" Bennett</title>
		<link>http://halr9000.com/article/690/comment-page-1#comment-7017</link>
		<dc:creator>Joel "Jaykul" Bennett</dc:creator>
		<pubDate>Wed, 28 Jan 2009 03:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/690#comment-7017</guid>
		<description>Well, _you&#039;re_ an MVP with that obviously awesome mailing list ... find out! :^P</description>
		<content:encoded><![CDATA[<p>Well, _you&#8217;re_ an MVP with that obviously awesome mailing list &#8230; find out! :^P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: halr9000</title>
		<link>http://halr9000.com/article/690/comment-page-1#comment-7016</link>
		<dc:creator>halr9000</dc:creator>
		<pubDate>Wed, 28 Jan 2009 02:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/690#comment-7016</guid>
		<description>Iono, I use XP.  :)</description>
		<content:encoded><![CDATA[<p>Iono, I use XP.  <img src='http://halr9000.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel "Jaykul" Bennett</title>
		<link>http://halr9000.com/article/690/comment-page-1#comment-7015</link>
		<dc:creator>Joel "Jaykul" Bennett</dc:creator>
		<pubDate>Wed, 28 Jan 2009 00:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/690#comment-7015</guid>
		<description>So the next question is ... for $20 ... can you open a tab that remotes into your own PC, but in an elevated context?</description>
		<content:encoded><![CDATA[<p>So the next question is &#8230; for $20 &#8230; can you open a tab that remotes into your own PC, but in an elevated context?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

