<?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>The weblog of an IT pro specialising in Exchange, Exchange, VMware, Servers and Storage</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:24:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Amit P</title>
		<link>http://www.stevieg.org/2010/01/exchange-bulk-add-fwd/comment-page-1/#comment-2909</link>
		<dc:creator>Amit P</dc:creator>
		<pubDate>Thu, 24 Nov 2011 23:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://msexchange.stevieg.org/?p=12#comment-2909</guid>
		<description>How can this script (the first one) be modified to add a contact with the name firstname.lastname@domain.com?</description>
		<content:encoded><![CDATA[<p>How can this script (the first one) be modified to add a contact with the name <a href="mailto:firstname.lastname@domain.com">firstname.lastname@domain.com</a>?</p>
]]></content:encoded>
	</item>
	<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>

