<?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 for Precision Computing</title>
	<atom:link href="http://www.leeholmes.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leeholmes.com/blog</link>
	<description>Software Design and Development</description>
	<lastBuildDate>Fri, 11 May 2012 20:18:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Accessing Environment Variables in PowerShell by yaxzone</title>
		<link>http://www.leeholmes.com/blog/2006/05/10/accessing-environment-variables-in-powershell/#comment-120703</link>
		<dc:creator>yaxzone</dc:creator>
		<pubDate>Fri, 11 May 2012 20:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.leeholmes.com/blog/AccessingEnvironmentVariablesInPowerShell.aspx#comment-120703</guid>
		<description>Try this to get you env variables:

Get-Content env:*</description>
		<content:encoded><![CDATA[<p>Try this to get you env variables:</p>
<p>Get-Content env:*</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scripting Network / TCP Connections in PowerShell by Arjan</title>
		<link>http://www.leeholmes.com/blog/2009/10/28/scripting-network-tcp-connections-in-powershell/#comment-119738</link>
		<dc:creator>Arjan</dc:creator>
		<pubDate>Fri, 04 May 2012 08:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.leeholmes.com/blog/ScriptingNetworkTCPConnectionsInPowerShell.aspx#comment-119738</guid>
		<description>Just a short inquiry about this great script!
I&#039;m having a problem using an input file for my telnet commands.

When I run the script in interactive mode, all works well, but when I put my commands in a text file and use -InputObject &quot;c:\telnet.txt&quot;, this doesn&#039;t seem to work.
I&#039;m probably using -InputObject incorrectly, so I&#039;m hoping you can give sort me out on this one :)

Many thanks!
Arjan.</description>
		<content:encoded><![CDATA[<p>Just a short inquiry about this great script!<br />
I&#8217;m having a problem using an input file for my telnet commands.</p>
<p>When I run the script in interactive mode, all works well, but when I put my commands in a text file and use -InputObject &#8220;c:\telnet.txt&#8221;, this doesn&#8217;t seem to work.<br />
I&#8217;m probably using -InputObject incorrectly, so I&#8217;m hoping you can give sort me out on this one :)</p>
<p>Many thanks!<br />
Arjan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Download an Entire WordPress Blog by Vin</title>
		<link>http://www.leeholmes.com/blog/2012/03/31/how-to-download-an-entire-wordpress-blog/#comment-119030</link>
		<dc:creator>Vin</dc:creator>
		<pubDate>Sat, 28 Apr 2012 17:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.leeholmes.com/blog/?p=358#comment-119030</guid>
		<description>Good one! Never knew we could actually do that with powershell.

Would this also work on Livejournal posts?  I will probably try it during the weekend.</description>
		<content:encoded><![CDATA[<p>Good one! Never knew we could actually do that with powershell.</p>
<p>Would this also work on Livejournal posts?  I will probably try it during the weekend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerShell P/Invoke Walkthrough by Accessing Windows Imaging Application Platform Interface (WIMGAPI) in PowerShell — Ravikanth Chaganti</title>
		<link>http://www.leeholmes.com/blog/2009/01/19/powershell-pinvoke-walkthrough/#comment-118361</link>
		<dc:creator>Accessing Windows Imaging Application Platform Interface (WIMGAPI) in PowerShell — Ravikanth Chaganti</dc:creator>
		<pubDate>Tue, 24 Apr 2012 09:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.leeholmes.com/blog/PowerShellPInvokeWalkthrough.aspx#comment-118361</guid>
		<description>[...] So, I started exploring Windows Imaging Application Platform Interface (WIMGAPI) to see how easy or tough it is to use the same in PowerShell. WIMGAPI uses native code and we need to use PInvoke technique to access the interfaces in PowerShell. For those who are new to P/Invoke, PowerShell team member Lee Holmes has a great walk-through article here: http://www.leeholmes.com/blog/2009/01/19/powershell-pinvoke-walkthrough/ [...]</description>
		<content:encoded><![CDATA[<p>[...] So, I started exploring Windows Imaging Application Platform Interface (WIMGAPI) to see how easy or tough it is to use the same in PowerShell. WIMGAPI uses native code and we need to use PInvoke technique to access the interfaces in PowerShell. For those who are new to P/Invoke, PowerShell team member Lee Holmes has a great walk-through article here: http://www.leeholmes.com/blog/2009/01/19/powershell-pinvoke-walkthrough/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Things Done – Outlook Task Automation with PowerShell by José Pires</title>
		<link>http://www.leeholmes.com/blog/2007/03/01/getting-things-done-%e2%80%93-outlook-task-automation-with-powershell/#comment-116926</link>
		<dc:creator>José Pires</dc:creator>
		<pubDate>Sun, 15 Apr 2012 10:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.leeholmes.com/blog/GettingThingsDoneOutlookTaskAutomationWithPowerShell.aspx#comment-116926</guid>
		<description>Hi: my email was wrongly typed in my previous message; sorry. I&#039;m doing it again.

I’ve installed Add-Outlooktask.ps1 and Autohotkei.ahk; everything run as expected but the task doesn’t appear at outlook task folder… nor elsewhere.

I have the Outlook 2010 and windows 7.

May you give me some help?
Thanks.

José</description>
		<content:encoded><![CDATA[<p>Hi: my email was wrongly typed in my previous message; sorry. I&#8217;m doing it again.</p>
<p>I’ve installed Add-Outlooktask.ps1 and Autohotkei.ahk; everything run as expected but the task doesn’t appear at outlook task folder… nor elsewhere.</p>
<p>I have the Outlook 2010 and windows 7.</p>
<p>May you give me some help?<br />
Thanks.</p>
<p>José</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using PowerShell and PsExec to invoke expressions on remote computers by Powershell command to list certificates on remote machine &#171; Nothing and Everything</title>
		<link>http://www.leeholmes.com/blog/2007/10/02/using-powershell-and-psexec-to-invoke-expressions-on-remote-computers/#comment-116462</link>
		<dc:creator>Powershell command to list certificates on remote machine &#171; Nothing and Everything</dc:creator>
		<pubDate>Wed, 11 Apr 2012 20:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.leeholmes.com/blog/UsingPowerShellAndPsExecToInvokeExpressionsOnRemoteComputers.aspx#comment-116462</guid>
		<description>[...] found a fix/workaround on http://www.leeholmes.com/blog/2007/10/02/using-powershell-and-psexec-to-invoke-expressions-on-remote... that solved the issue. That&#8217;s what the &#8220;echo. ^&#124;&#8221; is all about. The powershell [...]</description>
		<content:encoded><![CDATA[<p>[...] found a fix/workaround on <a href="http://www.leeholmes.com/blog/2007/10/02/using-powershell-and-psexec-to-invoke-expressions-on-remote" rel="nofollow">http://www.leeholmes.com/blog/2007/10/02/using-powershell-and-psexec-to-invoke-expressions-on-remote</a>&#8230; that solved the issue. That&#8217;s what the &#8220;echo. ^|&#8221; is all about. The powershell [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerShell Book Reviews by Episode 181 &#8211; Karl Prosser on Portable PowerShell and v3 &#171; PowerScripting Podcast</title>
		<link>http://www.leeholmes.com/blog/2012/03/11/powershell-book-reviews/#comment-116161</link>
		<dc:creator>Episode 181 &#8211; Karl Prosser on Portable PowerShell and v3 &#171; PowerScripting Podcast</dc:creator>
		<pubDate>Tue, 10 Apr 2012 03:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.leeholmes.com/blog/2012/03/11/powershell-book-reviews/#comment-116161</guid>
		<description>[...] Lee Holmes posted some good places to look for PowerShell book reviews [...]</description>
		<content:encoded><![CDATA[<p>[...] Lee Holmes posted some good places to look for PowerShell book reviews [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Download an Entire WordPress Blog by Sunny</title>
		<link>http://www.leeholmes.com/blog/2012/03/31/how-to-download-an-entire-wordpress-blog/#comment-115731</link>
		<dc:creator>Sunny</dc:creator>
		<pubDate>Fri, 06 Apr 2012 06:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.leeholmes.com/blog/?p=358#comment-115731</guid>
		<description>Lee
I believe there&#039;s a typo in the first line.
$blogUrl = &quot;http:/www.leeholmes.com/blog&quot;

Other than that the script works like a charm.
Thanks for the script.</description>
		<content:encoded><![CDATA[<p>Lee<br />
I believe there&#8217;s a typo in the first line.<br />
$blogUrl = &#8220;http:/www.leeholmes.com/blog&#8221;</p>
<p>Other than that the script works like a charm.<br />
Thanks for the script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Download an Entire WordPress Blog by Lee Holmes</title>
		<link>http://www.leeholmes.com/blog/2012/03/31/how-to-download-an-entire-wordpress-blog/#comment-115417</link>
		<dc:creator>Lee Holmes</dc:creator>
		<pubDate>Tue, 03 Apr 2012 15:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.leeholmes.com/blog/?p=358#comment-115417</guid>
		<description>Hi Richard,

You might try checking the $proxy URL. Either that is relative, or perhaps the proxy itself is acting up.</description>
		<content:encoded><![CDATA[<p>Hi Richard,</p>
<p>You might try checking the $proxy URL. Either that is relative, or perhaps the proxy itself is acting up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Download an Entire WordPress Blog by RichardA</title>
		<link>http://www.leeholmes.com/blog/2012/03/31/how-to-download-an-entire-wordpress-blog/#comment-115396</link>
		<dc:creator>RichardA</dc:creator>
		<pubDate>Tue, 03 Apr 2012 14:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.leeholmes.com/blog/?p=358#comment-115396</guid>
		<description>When I try calling invoke-webrequest for any external sites I receive &quot;This operation is not supported for a relative URI&quot;. Internal sites work OK. The credentials supplied in $cred and proxy server specified in $proxy are valid. Also I don&#039;t see what is &#039;relative&#039; about the request below!

Invoke-WebRequest -uri &quot;http://www.google.com&quot; -proxy $proxy -proxycredential $cred

Any ideas?</description>
		<content:encoded><![CDATA[<p>When I try calling invoke-webrequest for any external sites I receive &#8220;This operation is not supported for a relative URI&#8221;. Internal sites work OK. The credentials supplied in $cred and proxy server specified in $proxy are valid. Also I don&#8217;t see what is &#8216;relative&#8217; about the request below!</p>
<p>Invoke-WebRequest -uri &#8220;http://www.google.com&#8221; -proxy $proxy -proxycredential $cred</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

