<?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 Jakub Anderwald</title>
	<atom:link href="http://anderwald.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://anderwald.info</link>
	<description>Yet Another Tech Blog</description>
	<lastBuildDate>Tue, 13 Mar 2012 14:28:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Client certificate mapping in IIS 7 and impersonation by Win Siu</title>
		<link>http://anderwald.info/iis/client-certificate-mapping-in-iis-7-7-5-and-impersonation/comment-page-1/#comment-15929</link>
		<dc:creator>Win Siu</dc:creator>
		<pubDate>Tue, 13 Mar 2012 14:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://anderwald.info/?p=312#comment-15929</guid>
		<description>&lt;a href=&quot;#comment-15906&quot; rel=&quot;nofollow&quot;&gt;@Jakub “Kocureq” Anderwald &lt;/a&gt; 
Thanks for checking it out</description>
		<content:encoded><![CDATA[<p><a href="#comment-15906" rel="nofollow">@Jakub “Kocureq” Anderwald </a><br />
Thanks for checking it out</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Client certificate mapping in IIS 7 and impersonation by Jakub "Kocureq" Anderwald</title>
		<link>http://anderwald.info/iis/client-certificate-mapping-in-iis-7-7-5-and-impersonation/comment-page-1/#comment-15906</link>
		<dc:creator>Jakub "Kocureq" Anderwald</dc:creator>
		<pubDate>Mon, 12 Mar 2012 17:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://anderwald.info/?p=312#comment-15906</guid>
		<description>I just checked and Microsoft says this exists only in 2008. Thanks for pointing out.</description>
		<content:encoded><![CDATA[<p>I just checked and Microsoft says this exists only in 2008. Thanks for pointing out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Client certificate mapping in IIS 7 and impersonation by Win Siu</title>
		<link>http://anderwald.info/iis/client-certificate-mapping-in-iis-7-7-5-and-impersonation/comment-page-1/#comment-15905</link>
		<dc:creator>Win Siu</dc:creator>
		<pubDate>Mon, 12 Mar 2012 17:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://anderwald.info/?p=312#comment-15905</guid>
		<description>yes, wonder if it is applicable to Windows Server 2008 R2?</description>
		<content:encoded><![CDATA[<p>yes, wonder if it is applicable to Windows Server 2008 R2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Client certificate mapping in IIS 7 and impersonation by Jakub "Kocureq" Anderwald</title>
		<link>http://anderwald.info/iis/client-certificate-mapping-in-iis-7-7-5-and-impersonation/comment-page-1/#comment-15856</link>
		<dc:creator>Jakub "Kocureq" Anderwald</dc:creator>
		<pubDate>Sat, 10 Mar 2012 10:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://anderwald.info/?p=312#comment-15856</guid>
		<description>Do you have logonType set to ClearText?</description>
		<content:encoded><![CDATA[<p>Do you have logonType set to ClearText?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Client certificate mapping in IIS 7 and impersonation by Win Siu</title>
		<link>http://anderwald.info/iis/client-certificate-mapping-in-iis-7-7-5-and-impersonation/comment-page-1/#comment-15791</link>
		<dc:creator>Win Siu</dc:creator>
		<pubDate>Tue, 06 Mar 2012 22:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://anderwald.info/?p=312#comment-15791</guid>
		<description>I am using Windows 2008 R2 SP1, I tried the suggestions above and it is still not working for some reasons.  Still getting logon error in event log.   According to Windows event log, it is still using Logon Type 3, Failure Reason: Unknown user name or bad password.</description>
		<content:encoded><![CDATA[<p>I am using Windows 2008 R2 SP1, I tried the suggestions above and it is still not working for some reasons.  Still getting logon error in event log.   According to Windows event log, it is still using Logon Type 3, Failure Reason: Unknown user name or bad password.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows batch: delete all empty files in a specified folder by Dave</title>
		<link>http://anderwald.info/scripting/windows-batch-delete-all-empty-files-in-a-specified-folder/comment-page-1/#comment-15588</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 21 Feb 2012 14:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://anderwald.info/?p=50#comment-15588</guid>
		<description>No need to use FOR /F. It is much simpler and more efficient to use the simple FOR.

for %F in (*) do if %~zF equ 0 del &quot;%F&quot;</description>
		<content:encoded><![CDATA[<p>No need to use FOR /F. It is much simpler and more efficient to use the simple FOR.</p>
<p>for %F in (*) do if %~zF equ 0 del &#8220;%F&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows batch: delete all empty files in a specified folder by Damian</title>
		<link>http://anderwald.info/scripting/windows-batch-delete-all-empty-files-in-a-specified-folder/comment-page-1/#comment-15028</link>
		<dc:creator>Damian</dc:creator>
		<pubDate>Wed, 18 Jan 2012 09:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://anderwald.info/?p=50#comment-15028</guid>
		<description>Thanks for that Jakub, it worked a treat.</description>
		<content:encoded><![CDATA[<p>Thanks for that Jakub, it worked a treat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Normalize all sound output in Windows Vista (and higher) by MacK</title>
		<link>http://anderwald.info/windows/normalize-all-sound-output-in-windows-vista-and-higher/comment-page-1/#comment-12823</link>
		<dc:creator>MacK</dc:creator>
		<pubDate>Thu, 27 Oct 2011 20:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://anderwald.info/?p=122#comment-12823</guid>
		<description>Thanks you!! It&#039;s so useful

Kind regards from Spain</description>
		<content:encoded><![CDATA[<p>Thanks you!! It&#8217;s so useful</p>
<p>Kind regards from Spain</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Normalize all sound output in Windows Vista (and higher) by FisseKongenDK</title>
		<link>http://anderwald.info/windows/normalize-all-sound-output-in-windows-vista-and-higher/comment-page-1/#comment-12562</link>
		<dc:creator>FisseKongenDK</dc:creator>
		<pubDate>Mon, 10 Oct 2011 21:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://anderwald.info/?p=122#comment-12562</guid>
		<description>This works under windows 7 as well and is incredibly awesome. can&#039;t believe in only just found this out now...</description>
		<content:encoded><![CDATA[<p>This works under windows 7 as well and is incredibly awesome. can&#8217;t believe in only just found this out now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Just passed ITIL Foundation v3 by Lucas Kadzinski</title>
		<link>http://anderwald.info/about-me/just-passed-itil-foundation-v3/comment-page-1/#comment-10981</link>
		<dc:creator>Lucas Kadzinski</dc:creator>
		<pubDate>Fri, 12 Aug 2011 21:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://anderwald.info/?p=306#comment-10981</guid>
		<description>congrats</description>
		<content:encoded><![CDATA[<p>congrats</p>
]]></content:encoded>
	</item>
</channel>
</rss>

