<?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: Windows update automatic e-mail notification</title>
	<atom:link href="http://www.tachytelic.net/2007/08/windows-update-automatic-e-mail-notification/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tachytelic.net/2007/08/windows-update-automatic-e-mail-notification/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 01:19:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael</title>
		<link>http://www.tachytelic.net/2007/08/windows-update-automatic-e-mail-notification/comment-page-1/#comment-1204</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 09 Aug 2010 16:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tachytelic.net/?p=18#comment-1204</guid>
		<description>I am trying to get this work with gmail. Would it be possible to provide a working example I could use?</description>
		<content:encoded><![CDATA[<p>I am trying to get this work with gmail. Would it be possible to provide a working example I could use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.tachytelic.net/2007/08/windows-update-automatic-e-mail-notification/comment-page-1/#comment-1191</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 27 Jul 2010 14:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tachytelic.net/?p=18#comment-1191</guid>
		<description>Is there anyway to modify this so it wont alert you about hidden updates?</description>
		<content:encoded><![CDATA[<p>Is there anyway to modify this so it wont alert you about hidden updates?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulie</title>
		<link>http://www.tachytelic.net/2007/08/windows-update-automatic-e-mail-notification/comment-page-1/#comment-1026</link>
		<dc:creator>Paulie</dc:creator>
		<pubDate>Wed, 10 Mar 2010 13:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tachytelic.net/?p=18#comment-1026</guid>
		<description>Should be pretty easy using something like this:

 &lt;a href=&quot;http://www.codeproject.com/KB/vbscript/ipaddress.aspx&quot; rel=&quot;nofollow&quot;&gt;http://www.codeproject.com/KB/vbscript/ipaddress.aspx&lt;/a&gt;

Give it a try, if you get stuck I will post an example.</description>
		<content:encoded><![CDATA[<p>Should be pretty easy using something like this:</p>
<p> <a href="http://www.codeproject.com/KB/vbscript/ipaddress.aspx" rel="nofollow">http://www.codeproject.com/KB/vbscript/ipaddress.aspx</a></p>
<p>Give it a try, if you get stuck I will post an example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KL</title>
		<link>http://www.tachytelic.net/2007/08/windows-update-automatic-e-mail-notification/comment-page-1/#comment-1025</link>
		<dc:creator>KL</dc:creator>
		<pubDate>Wed, 10 Mar 2010 13:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tachytelic.net/?p=18#comment-1025</guid>
		<description>Is there anyway that we could add a listing of the machine&#039;s IP address in the header along beside the computer name?

Have been tinkering with it, but no luck thus far.</description>
		<content:encoded><![CDATA[<p>Is there anyway that we could add a listing of the machine&#8217;s IP address in the header along beside the computer name?</p>
<p>Have been tinkering with it, but no luck thus far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulie</title>
		<link>http://www.tachytelic.net/2007/08/windows-update-automatic-e-mail-notification/comment-page-1/#comment-1005</link>
		<dc:creator>Paulie</dc:creator>
		<pubDate>Tue, 23 Feb 2010 19:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tachytelic.net/?p=18#comment-1005</guid>
		<description>Gagget,

Thank you for useful addition.  Veru useful.  Glad you find script useful.</description>
		<content:encoded><![CDATA[<p>Gagget,</p>
<p>Thank you for useful addition.  Veru useful.  Glad you find script useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gagget</title>
		<link>http://www.tachytelic.net/2007/08/windows-update-automatic-e-mail-notification/comment-page-1/#comment-1004</link>
		<dc:creator>Gagget</dc:creator>
		<pubDate>Tue, 23 Feb 2010 19:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tachytelic.net/?p=18#comment-1004</guid>
		<description>for those who need SMTP authentication ...
				objMessage.Configuration.Fields.Item (&quot;http://schemas.microsoft.com/cdo/configuration/sendusername&quot;) = RemoteSMTPUser
				objMessage.Configuration.Fields.Item (&quot;http://schemas.microsoft.com/cdo/configuration/sendpassword&quot;) = RemoteSMTPPass
				objMessage.Configuration.Fields.Item (&quot;http://schemas.microsoft.com/cdo/configuration/smtpauthenticate&quot;) = 1

by the way: ... great script *thumbs up*</description>
		<content:encoded><![CDATA[<p>for those who need SMTP authentication &#8230;<br />
				objMessage.Configuration.Fields.Item (&#8220;http://schemas.microsoft.com/cdo/configuration/sendusername&#8221;) = RemoteSMTPUser<br />
				objMessage.Configuration.Fields.Item (&#8220;http://schemas.microsoft.com/cdo/configuration/sendpassword&#8221;) = RemoteSMTPPass<br />
				objMessage.Configuration.Fields.Item (&#8220;http://schemas.microsoft.com/cdo/configuration/smtpauthenticate&#8221;) = 1</p>
<p>by the way: &#8230; great script *thumbs up*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyson</title>
		<link>http://www.tachytelic.net/2007/08/windows-update-automatic-e-mail-notification/comment-page-1/#comment-649</link>
		<dc:creator>Tyson</dc:creator>
		<pubDate>Tue, 23 Jun 2009 21:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tachytelic.net/?p=18#comment-649</guid>
		<description>Paulie, this sounds like a very handy script! I am not script junkie though and I am not sure how to add SMTP authentication so that the server can send e-mail. Would you mind pasting in the code or updating the zip with that? 

I would lovvve to be able to use this to keep on top of updates on all my servers, but without SMTP authentication, I can&#039;t send e-mail!


Thanks soo much. I hope you, or someone still checks out this post.</description>
		<content:encoded><![CDATA[<p>Paulie, this sounds like a very handy script! I am not script junkie though and I am not sure how to add SMTP authentication so that the server can send e-mail. Would you mind pasting in the code or updating the zip with that? </p>
<p>I would lovvve to be able to use this to keep on top of updates on all my servers, but without SMTP authentication, I can&#8217;t send e-mail!</p>
<p>Thanks soo much. I hope you, or someone still checks out this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.tachytelic.net/2007/08/windows-update-automatic-e-mail-notification/comment-page-1/#comment-643</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sat, 14 Feb 2009 08:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tachytelic.net/?p=18#comment-643</guid>
		<description>Paulie,

When you say &quot;could be extended for SMTP auth as well,&quot; what does it take to use, say, Gmail to send? I don&#039;t see a variable for username and password for SMTP auth.</description>
		<content:encoded><![CDATA[<p>Paulie,</p>
<p>When you say &#8220;could be extended for SMTP auth as well,&#8221; what does it take to use, say, Gmail to send? I don&#8217;t see a variable for username and password for SMTP auth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bjorn</title>
		<link>http://www.tachytelic.net/2007/08/windows-update-automatic-e-mail-notification/comment-page-1/#comment-634</link>
		<dc:creator>Bjorn</dc:creator>
		<pubDate>Sun, 14 Dec 2008 15:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tachytelic.net/?p=18#comment-634</guid>
		<description>Very nice feature.
I have tested it on Windows Server 2008 as well, and it seems to work OK. I&#039;ll asume this will be the same on Vista</description>
		<content:encoded><![CDATA[<p>Very nice feature.<br />
I have tested it on Windows Server 2008 as well, and it seems to work OK. I&#8217;ll asume this will be the same on Vista</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulie</title>
		<link>http://www.tachytelic.net/2007/08/windows-update-automatic-e-mail-notification/comment-page-1/#comment-616</link>
		<dc:creator>Paulie</dc:creator>
		<pubDate>Tue, 12 Aug 2008 18:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tachytelic.net/?p=18#comment-616</guid>
		<description>I have updated the script to include support for remote SMTP servers.

Edit the variables at the top of the script to specify a server.  Could be extended for SMTP auth as well.</description>
		<content:encoded><![CDATA[<p>I have updated the script to include support for remote SMTP servers.</p>
<p>Edit the variables at the top of the script to specify a server.  Could be extended for SMTP auth as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
