<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WinAdmins.Net &#187; Exchange</title>
	<atom:link href="http://www.winadmins.net/category/exchange/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.winadmins.net</link>
	<description>A website for the windows system adminstrators worldwide.</description>
	<lastBuildDate>Sat, 27 Mar 2010 21:04:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Customizing Exchange 2010 Mailtips</title>
		<link>http://www.winadmins.net/2010/03/07/customizing-exchange-2010-mailtips/</link>
		<comments>http://www.winadmins.net/2010/03/07/customizing-exchange-2010-mailtips/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 14:43:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[MailTips]]></category>

		<guid isPermaLink="false">http://www.winadmins.net/2010/03/07/customizing-exchange-2010-mailtips/</guid>
		<description><![CDATA[We have introduced Mail Tips and seen what have new for the user. now we’ll try to configure MailTips and customize it were possible.
A friend noticed me that we also gen an alert when we try to send an email to an external recipient; it’s just that by default it doesn’t do that. This option [...]]]></description>
			<content:encoded><![CDATA[<p>We have introduced Mail Tips and seen what have new for the user. now we’ll try to configure MailTips and customize it were possible.</p>
<p>A friend noticed me that we also gen an alert when we try to send an email to an external recipient; it’s just that by default it doesn’t do that. This option needs to be enabled at the organization level.</p>
<p>With <strong>Get-OrganizationConfig | fl *mailtips*</strong> we can see the mailtips settings.</p>
<p><a href="http://www.winadmin.ro/wp-content/uploads/2010/02/image64.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://www.winadmin.ro/wp-content/uploads/2010/02/image_thumb25.png" width="522" height="132" /></a></p>
<p>To activate mailtips for the external recipients we use the following command: </p>
<p>Set-OrganizationConfig -MailTipsExternalRecipientsTipsEnabled:$True</p>
<p><a href="http://www.winadmin.ro/wp-content/uploads/2010/02/image65.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://www.winadmin.ro/wp-content/uploads/2010/02/image_thumb26.png" width="644" height="29" /></a></p>
<p>Now when I try to send an email to an external user I get the following warning in Outlook:</p>
<p><a href="http://www.winadmin.ro/wp-content/uploads/2010/02/image66.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://www.winadmin.ro/wp-content/uploads/2010/02/image_thumb27.png" width="569" height="277" /></a></p>
<p>Same is happening when I try to send an email to a distribution list that contains an external recipient.</p>
<p>MailTipsLargeAudienceThreshold is refering to the number of members that a distribution list may contain to be considered Large Audience.</p>
<p>To better understand what MailTipsGroupMetricsEnabled is all about take a look <a href="http://technet.microsoft.com/en-us/library/dd298170.aspx" target="_blank">here</a>. MailTips uses Group Metrics to determine in a group is Large Audience or contains external recipients. Group Metrics runs once per day on the server that generates OAB and the only method to force it to run outside of his schedule is to restart the Exchange Service Host service. Be careful when you have Exchange 2007 together with Exchange 2010: if the OAB is generated on a Exchange 2007 server, Group Metrics will not be generated. Same is happening when OAB is distributed only via Public Folders.</p>
<p>The Group Metrics data are stored in a share folder named Group Metrics on the server that generates OAB, and are retrived by the CAS server through the Exchange File Distribution Service.</p>
<p><a href="http://www.winadmin.ro/wp-content/uploads/2010/02/image67.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://www.winadmin.ro/wp-content/uploads/2010/02/image_thumb28.png" width="644" height="256" /></a></p>
<p>The last option we are mentioning is MailTipsMailboxSourcedTipsEnabled and is refering to object level MailTips. Object level means: mailbox, contact or group. To do this we use the parameter MailTip in the following cmdlets:</p>
<p>Set-Mailbox    <br />Set-MailContact     <br />Set-MailUser     <br />Set-DistributionGroup     <br />Set-DynamicDistributionGroup     <br />Set-MailPublicFolder</p>
<p>In the following example I have set a description for a group, description that will be shown every time somebody tries to send an email to the group.</p>
<p><a href="http://www.winadmin.ro/wp-content/uploads/2010/02/image68.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://www.winadmin.ro/wp-content/uploads/2010/02/image_thumb29.png" width="644" height="38" /></a></p>
<p><a href="http://www.winadmin.ro/wp-content/uploads/2010/02/image69.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://www.winadmin.ro/wp-content/uploads/2010/02/image_thumb30.png" width="572" height="283" /></a></p>
<p>There’s a 250 characters limit for these MailTips and translations can be set using -MailTipTranslations parameter.</p>
<p>That’s all for today!</p>
<p>HTH</p>
]]></content:encoded>
			<wfw:commentRss>http://www.winadmins.net/2010/03/07/customizing-exchange-2010-mailtips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 &#8211; Mail Tips</title>
		<link>http://www.winadmins.net/2010/02/21/exchange-2010-mail-tips/</link>
		<comments>http://www.winadmins.net/2010/02/21/exchange-2010-mail-tips/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 22:27:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[MailTips]]></category>
		<category><![CDATA[New Features]]></category>

		<guid isPermaLink="false">http://www.winadmins.net/2010/02/21/exchange-2010-mail-tips/</guid>
		<description><![CDATA[Mail Tips represents a new functionality in Exchange 2010, that improves user experience and avoid many useless messages. This features are available for users using OWA (Outlook Web Applications; or ex-Outlook Web Access) or outlook 2010.
I will show you how Mail Tips work by using a very simple scenario. Sending an email to an user [...]]]></description>
			<content:encoded><![CDATA[<p>Mail Tips represents a new functionality in Exchange 2010, that improves user experience and avoid many useless messages. This features are available for users using OWA (Outlook Web Applications; or ex-Outlook Web Access) or outlook 2010.</p>
<p>I will show you how Mail Tips work by using a very simple scenario. Sending an email to an user that has set Out of office auto reply. before I will have a chance to send the email, I am warned that the destination user has an Automatic reply set – so it’s very likely that my message will not be read (or not very soon).</p>
<p><a href="http://www.winadmins.net/wp-content/uploads/2010/02/image11.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://www.winadmins.net/wp-content/uploads/2010/02/image_thumb11.png" width="644" height="273" /></a></p>
<p>Other examples where Mail Tips are useful are: sending an email to a user with a full mailbox; emails with attachments that do not comply with the organization rules, or emails sent to a restricted recipient (delivery restrictions are set).</p>
<p>Mail Tips warns the user when the email is sent to a distribution group with more than 25 members (this is the default settings and can be changed), or when one tries to Reply-All BCC – reply all to a message where you were initially in the bcc field.</p>
<p>These MailTips can be customized at the organization level or even at the recipient level, but more about that in another post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.winadmins.net/2010/02/21/exchange-2010-mail-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
