<?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: Exchange &#8211; Bulk-add forwarding addresses</title>
	<atom:link href="http://www.stevieg.org/2010/01/exchange-bulk-add-fwd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevieg.org/2010/01/exchange-bulk-add-fwd/</link>
	<description>Exchange, VMware, Servers and Storage News, Hints and Tips</description>
	<lastBuildDate>Tue, 27 Jul 2010 11:06:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David B.</title>
		<link>http://www.stevieg.org/2010/01/exchange-bulk-add-fwd/comment-page-1/#comment-104</link>
		<dc:creator>David B.</dc:creator>
		<pubDate>Fri, 21 May 2010 18:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://msexchange.stevieg.org/?p=12#comment-104</guid>
		<description>Great script.  2 suggestions that I will put out there that could help some folks depending on their scenario.

You might want to hide the newly created contacts from the GAL, so you can modify the New-MailContact line to be: New-MailContact $ForwardingAddress -ExternalEmailAddress $ForwardingAddress -OrganizationalUnit &#039;contoso.com/Cloud&#039; &#124; Set-MailContact -HiddenFromAddressListsEnabled $true

You might also want to have the mail dual-delivered (I.E. delivered to the exchange mailbox AND the cloud).  This would involve modifying the Set-Mailbox line to: Set-Mailbox $mailbox -ForwardingAddress $ForwardingAddress -DeliverToMailboxAndForward:$true 

Thanks again for sharing your work!</description>
		<content:encoded><![CDATA[<p>Great script.  2 suggestions that I will put out there that could help some folks depending on their scenario.</p>
<p>You might want to hide the newly created contacts from the GAL, so you can modify the New-MailContact line to be: New-MailContact $ForwardingAddress -ExternalEmailAddress $ForwardingAddress -OrganizationalUnit &#8216;contoso.com/Cloud&#8217; | Set-MailContact -HiddenFromAddressListsEnabled $true</p>
<p>You might also want to have the mail dual-delivered (I.E. delivered to the exchange mailbox AND the cloud).  This would involve modifying the Set-Mailbox line to: Set-Mailbox $mailbox -ForwardingAddress $ForwardingAddress -DeliverToMailboxAndForward:$true </p>
<p>Thanks again for sharing your work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
