<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: VBScript to export SMTP proxy addresses</title>
	<atom:link href="http://blog.drewery.net/2006/10/27/vbscript-to-export-smtp-proxy-addresses/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.drewery.net/2006/10/27/vbscript-to-export-smtp-proxy-addresses/</link>
	<description>IT infrastructure, support and strategy</description>
	<lastBuildDate>Thu, 01 Dec 2011 09:40:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Andy</title>
		<link>http://blog.drewery.net/2006/10/27/vbscript-to-export-smtp-proxy-addresses/#comment-313</link>
		<dc:creator><![CDATA[Andy]]></dc:creator>
		<pubDate>Thu, 29 Jul 2010 13:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.drewery.net/blog/2006/10/27/vbscript-to-export-smtp-proxy-addresses/#comment-313</guid>
		<description><![CDATA[Hi thanks for the response, however I&#039;m not sure how to run the script over all objects. any clues]]></description>
		<content:encoded><![CDATA[<p>Hi thanks for the response, however I&#8217;m not sure how to run the script over all objects. any clues</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://blog.drewery.net/2006/10/27/vbscript-to-export-smtp-proxy-addresses/#comment-312</link>
		<dc:creator><![CDATA[Ken]]></dc:creator>
		<pubDate>Wed, 28 Jul 2010 21:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.drewery.net/blog/2006/10/27/vbscript-to-export-smtp-proxy-addresses/#comment-312</guid>
		<description><![CDATA[Andy,

If you just run a script to change the HideFromAddressLists field on all groups with the &#039;On Error Resume Next&#039; in the script, it should work. It will fail on those with it already unchecked, but still continue. Let me know if this works.]]></description>
		<content:encoded><![CDATA[<p>Andy,</p>
<p>If you just run a script to change the HideFromAddressLists field on all groups with the &#8216;On Error Resume Next&#8217; in the script, it should work. It will fail on those with it already unchecked, but still continue. Let me know if this works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://blog.drewery.net/2006/10/27/vbscript-to-export-smtp-proxy-addresses/#comment-311</link>
		<dc:creator><![CDATA[Ken]]></dc:creator>
		<pubDate>Wed, 28 Jul 2010 21:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.drewery.net/blog/2006/10/27/vbscript-to-export-smtp-proxy-addresses/#comment-311</guid>
		<description><![CDATA[Wondering if there is a way to get this script to read a list of users from a txt file to process. Need to update the email addresses of groups of users after they ar migrated to the new domain. I already have it modified to make the change to the email addresses, just need to read users from a text file and add the line to update the users account.

Thanks in advance
Ken]]></description>
		<content:encoded><![CDATA[<p>Wondering if there is a way to get this script to read a list of users from a txt file to process. Need to update the email addresses of groups of users after they ar migrated to the new domain. I already have it modified to make the change to the email addresses, just need to read users from a text file and add the line to update the users account.</p>
<p>Thanks in advance<br />
Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://blog.drewery.net/2006/10/27/vbscript-to-export-smtp-proxy-addresses/#comment-309</link>
		<dc:creator><![CDATA[Andy]]></dc:creator>
		<pubDate>Thu, 08 Jul 2010 11:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.drewery.net/blog/2006/10/27/vbscript-to-export-smtp-proxy-addresses/#comment-309</guid>
		<description><![CDATA[Is there anyway this script can output all publicfolders that have the &quot;hide from address book&quot; flag set

if not does anybody know how to get a list of publicfolders that are email enabled and change the msExchHideFromAddressLists to false so that they do show in the addressbook.

thanks in advance
andy]]></description>
		<content:encoded><![CDATA[<p>Is there anyway this script can output all publicfolders that have the &#8220;hide from address book&#8221; flag set</p>
<p>if not does anybody know how to get a list of publicfolders that are email enabled and change the msExchHideFromAddressLists to false so that they do show in the addressbook.</p>
<p>thanks in advance<br />
andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://blog.drewery.net/2006/10/27/vbscript-to-export-smtp-proxy-addresses/#comment-296</link>
		<dc:creator><![CDATA[Brian]]></dc:creator>
		<pubDate>Fri, 26 Mar 2010 10:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.drewery.net/blog/2006/10/27/vbscript-to-export-smtp-proxy-addresses/#comment-296</guid>
		<description><![CDATA[Don&#039;t forget if you do follow Alex&#039;s suggestion you need to put an END IF in after the NEXT so the whole code segment reads:

Set FoundObject = GetObject (rs.Fields(0).Value)
		arrProxyAddresses = FoundObject.proxyAddresses
		If IsArray(arrProxyAddresses) then
		For Each Address In arrProxyAddresses
			If left(Address,5)= &quot;smtp:&quot; Then
			 objTextFile.writeLine(FoundObject.Displayname &amp; vbTab &amp; Address)
			End if
		Next
		end if]]></description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget if you do follow Alex&#8217;s suggestion you need to put an END IF in after the NEXT so the whole code segment reads:</p>
<p>Set FoundObject = GetObject (rs.Fields(0).Value)<br />
		arrProxyAddresses = FoundObject.proxyAddresses<br />
		If IsArray(arrProxyAddresses) then<br />
		For Each Address In arrProxyAddresses<br />
			If left(Address,5)= &#8220;smtp:&#8221; Then<br />
			 objTextFile.writeLine(FoundObject.Displayname &amp; vbTab &amp; Address)<br />
			End if<br />
		Next<br />
		end if</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabe</title>
		<link>http://blog.drewery.net/2006/10/27/vbscript-to-export-smtp-proxy-addresses/#comment-287</link>
		<dc:creator><![CDATA[Gabe]]></dc:creator>
		<pubDate>Tue, 02 Feb 2010 22:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.drewery.net/blog/2006/10/27/vbscript-to-export-smtp-proxy-addresses/#comment-287</guid>
		<description><![CDATA[Is there any way to modify this script to import SMTP proxy addresses? Basically with the exported text file from this script I would like to do a find and replace with the new domain name and then import this back into Exchange.]]></description>
		<content:encoded><![CDATA[<p>Is there any way to modify this script to import SMTP proxy addresses? Basically with the exported text file from this script I would like to do a find and replace with the new domain name and then import this back into Exchange.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.drewery.net/2006/10/27/vbscript-to-export-smtp-proxy-addresses/#comment-268</link>
		<dc:creator><![CDATA[Steve]]></dc:creator>
		<pubDate>Tue, 20 Oct 2009 14:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.drewery.net/blog/2006/10/27/vbscript-to-export-smtp-proxy-addresses/#comment-268</guid>
		<description><![CDATA[What if you want to export non-SMTP types?  Like CCMail or DIR?  I tried updating the script to:

If left(Address,5)= &quot;DIR:&quot; Then

and it finds nothing.  Works great for smtp: and SMTP: 

any thoughts?]]></description>
		<content:encoded><![CDATA[<p>What if you want to export non-SMTP types?  Like CCMail or DIR?  I tried updating the script to:</p>
<p>If left(Address,5)= &#8220;DIR:&#8221; Then</p>
<p>and it finds nothing.  Works great for smtp: and SMTP: </p>
<p>any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Bower</title>
		<link>http://blog.drewery.net/2006/10/27/vbscript-to-export-smtp-proxy-addresses/#comment-264</link>
		<dc:creator><![CDATA[James Bower]]></dc:creator>
		<pubDate>Mon, 07 Sep 2009 21:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.drewery.net/blog/2006/10/27/vbscript-to-export-smtp-proxy-addresses/#comment-264</guid>
		<description><![CDATA[Great blog, reading it through RSS feed as well]]></description>
		<content:encoded><![CDATA[<p>Great blog, reading it through RSS feed as well</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perfort</title>
		<link>http://blog.drewery.net/2006/10/27/vbscript-to-export-smtp-proxy-addresses/#comment-249</link>
		<dc:creator><![CDATA[Perfort]]></dc:creator>
		<pubDate>Tue, 02 Jun 2009 01:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.drewery.net/blog/2006/10/27/vbscript-to-export-smtp-proxy-addresses/#comment-249</guid>
		<description><![CDATA[Wav... exactly what I needed
Thanks

&quot;AllSMTPProxies.vbs.txt&quot;]]></description>
		<content:encoded><![CDATA[<p>Wav&#8230; exactly what I needed<br />
Thanks</p>
<p>&#8220;AllSMTPProxies.vbs.txt&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.drewery.net/2006/10/27/vbscript-to-export-smtp-proxy-addresses/#comment-236</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Tue, 24 Feb 2009 18:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.drewery.net/blog/2006/10/27/vbscript-to-export-smtp-proxy-addresses/#comment-236</guid>
		<description><![CDATA[I edited the script to gather all mail enabled groups - and didn&#039;t change &quot;smtp:&quot; - so it pulled all groups that had proxy addresses, and then bombed out when it got to one that didn&#039;t have a &quot;smtp:&quot; lowercase. I simply changed the line to &quot;SMTP:&quot; and that grabbed and listed the primary SMTP address for each group. Simple enough.

If left(Address,5)= &quot;SMTP:&quot; Then]]></description>
		<content:encoded><![CDATA[<p>I edited the script to gather all mail enabled groups &#8211; and didn&#8217;t change &#8220;smtp:&#8221; &#8211; so it pulled all groups that had proxy addresses, and then bombed out when it got to one that didn&#8217;t have a &#8220;smtp:&#8221; lowercase. I simply changed the line to &#8220;SMTP:&#8221; and that grabbed and listed the primary SMTP address for each group. Simple enough.</p>
<p>If left(Address,5)= &#8220;SMTP:&#8221; Then</p>
]]></content:encoded>
	</item>
</channel>
</rss>

