<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>2010 &#8211; Webbanshee</title>
	<atom:link href="https://webbanshee.net/tag/2010/feed/" rel="self" type="application/rss+xml" />
	<link>https://webbanshee.net</link>
	<description>Your Exchange Server Blog</description>
	<lastBuildDate>Thu, 28 Apr 2022 07:04:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://webbanshee.net/wp-content/uploads/2017/01/WB_BL_RND-150x150.png</url>
	<title>2010 &#8211; Webbanshee</title>
	<link>https://webbanshee.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">122610384</site>	<item>
		<title>Mailbox Import Request language settings</title>
		<link>https://webbanshee.net/mailbox-import-request-language/</link>
					<comments>https://webbanshee.net/mailbox-import-request-language/#respond</comments>
		
		<dc:creator><![CDATA[WebBanshee]]></dc:creator>
		<pubDate>Sat, 18 Mar 2017 15:37:21 +0000</pubDate>
				<category><![CDATA[Serverside]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[2013]]></category>
		<category><![CDATA[2016]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[MailboxImport]]></category>
		<guid isPermaLink="false">http://webbanshee.net/?p=1005</guid>

					<description><![CDATA[<p><a class="ex-link" href="https://webbanshee.net/mailbox-import-request-language/"><img src="https://webbanshee.net/wp-content/uploads/2017/10/ImportRequest.svg"><br />
<span class="exTeaser" style="width:99%;">Before a mailbox import request language settings should be the same on the target mailbox ( where you import to ) and the .pst file you are going to import.</span><span class="exText" style="width:99%;">This prevents double default folders being displayed in 2 languages ( one folder for each language )<span class="exreadmore">...read more</span></span></img></a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/mailbox-import-request-language/">Mailbox Import Request language settings</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>There is actually no magic in it. Before a mailbox import request language settings should be the same on the target mailbox ( where you import to ) and the .pst file you are going to import. This prevents double default folders being displayed in 2 languages ( one folder for each language )</p>
<p>Simply set the preferred language on the target mailbox. The following command will set the language, date format, time format and time zone to german language.<br />
<span style="font-size: 13px; font-weight: bold; color: #991111;">[ For OnPremise leave the -Organization or -OrganizationalUnit switch away. More on syntax: <a style="font-weight: bold;" href="https://webbanshee.net/onpremise/" target="_blank" rel="noopener noreferrer">MutliTenant VS. OnPremise</a> ]</span></p>
<div class="wpe-box wpe-box-note"><strong>Get-Mailbox -OrganizationalUnit <span style="color: #990000;">&#8220;TenantName&#8221;</span> -Identity <span style="color: #990000;">&#8220;TargetMailboxName&#8221;</span> | Set-MailboxRegionalConfiguration -language <span style="color: #990000;">&#8220;de-De&#8221;</span> -dateformat <span style="color: #990000;">dd.MM.yyyy</span> -timeformat <span style="color: #990000;">HH:mm</span> -TimeZone <span style="color: #990000;">&#8220;W. Europe Standard Time&#8221;</span> -LocalizeDefaultFolderName: <span style="color: #990000;">$true</span></strong></div>
<p>The default parameters for english / US are:</p>
<p><strong>-language :</strong> <span style="color: #990000;">en-US</span><br />
<strong>-dateformat :</strong> <span style="color: #990000;">M/d/yyyy or MM/dd/yyyy</span><br />
<strong>-timeformat :</strong> <span style="color: #990000;">h:mm tt or HH:mm</span><br />
<strong>-timezone :</strong> <span style="color: #990000;">&#8220;Pacific Standard Time&#8221;</span></p>
<p>The LocalizeDefaultFolderName switch turns the default folders to the set language. If you set it to $false the default folders will not switch to the new language.</p>
<h2 style="font-weight: normal; font-size: 16px;">The mailbox import request language settings shouldn&#8217;t be a problem now. Trigger the import of the .pst using the following CMDlet :</h2>
<div class="wpe-box wpe-box-note">
<p><strong>New-MailboxImportRequest -Name <span style="color: #990000;">GiveItAName</span> -BatchName <span style="color: #990000;">GiveItAName</span> -FilePath <span style="color: #990000;">\\ServerName\Sharename\FolderName\PSTNameToImport.pst</span> -Mailbox <span style="color: #990000;">TargetMailboxName</span></strong></p>
</div>
<p>If the import request fails you can play with the following parameters :</p>
<p><strong>-BadItemLimit :</strong> Specifies the amount of corrupted items to be ignored without failing the import request.<br />
<strong>-AcceptLargeDataLoss :</strong> Needed if you set the BadItemLimit above 50.<br />
<strong>-LargeItemLimit :</strong> Specifies the amount of large items to be ignored without failing the import request.<br />
<span style="font-size: 13px; font-weight: bold;">[ LargeItemLimit is not available in Exchange 2010]</span></p>
<div style="margin-top: 30px;"></div>
<p>The post <a rel="nofollow" href="https://webbanshee.net/mailbox-import-request-language/">Mailbox Import Request language settings</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://webbanshee.net/mailbox-import-request-language/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1005</post-id>	</item>
		<item>
		<title>Your mailbox is being moved &#8211; Exchange 2010</title>
		<link>https://webbanshee.net/your-mailbox-being-moved-exchange-2010/</link>
					<comments>https://webbanshee.net/your-mailbox-being-moved-exchange-2010/#respond</comments>
		
		<dc:creator><![CDATA[WebBanshee]]></dc:creator>
		<pubDate>Fri, 20 Jan 2017 14:19:29 +0000</pubDate>
				<category><![CDATA[Serverside]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[MailboxMove]]></category>
		<guid isPermaLink="false">http://webbanshee.net/?p=483</guid>

					<description><![CDATA[<p><a class="ex-link" href="https://webbanshee.net/your-mailbox-being-moved-exchange-2010/"><img src="https://webbanshee.net/wp-content/uploads/2017/10/MailboxMove.svg"><span class="exTeaser">Complaints are coming in when users log in to their mailboxes Outlook does not connect and in OWA they receive an error :</span><span class="exText">'Your mailbox is being moved.'<br />
Removing ( if still there ) the move-requests does not help, even not through ADSIedit.<span class="exreadmore">...read more</span></span><br />
</img></a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/your-mailbox-being-moved-exchange-2010/">Your mailbox is being moved &#8211; Exchange 2010</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Complaints are coming in when users log in to their mailboxes Outlook does not connect and in OWA they receive an error : Your mailbox is being moved.</p>
<p>Removing ( if still there ) the move-requests does not help, even not through ADSIedit.</p>
<p>You think propably moving these mailboxes to another mailbox database again would solve the problem. But you cannot trigger a new move-request for these mailboxes since you receive warnings like this :</p>
<div class="wpe-box wpe-box-note">
<p><strong>Warning: Failed to reset the target mailbox after the move.</strong><br />
<strong> Error details: MapiExceptionCorruptData: Unable to set properties on object. (hr=0x8004011b, ec=-2147221221)</strong><br />
<strong> Error: MapiExceptionCallFailed: Unable to read mailbox signature basic info. (hr=0x80004005, ec=2631)</strong></p>
</div>
<p>The solution is to start the move-request as follows :</p>
<div class="wpe-box wpe-box-note">
<p><strong>Get-mailbox -Organization &#8220;TenantName&#8221; -Identity &#8220;MailboxToBeMoved&#8221; | New-MoveRequest -TargetDatabase DB1 -BatchName Batch1</strong> <span style="color: #b50505;"><strong>-MRSServer &#8220;CASServerName&#8221; -DoNotPreserveMailboxSignature -Priority High</strong></span></p>
</div>
<p><span style="color: #b50505;"><strong>-MRSServer :</strong></span><br />
There will be no switching between CAS servers when peforming the move-request. The move request will completly handeled by the given CAS server.</p>
<p><span style="color: #b50505;"><strong>-DonNotPreserveMailboxSignature :</strong></span> This one is the real solution. Where MailboxSignature is not the lokal Outlook signature you use at the end of an email. This parameter is responsible ( Exchange 2010 ) for the fact , that the user will not notice the mailbox move. Otherwhise the users needs to close Outlook and reconnect. ( This is what will happen when you use the move-request above )</p>
<p>We noticed this behaviour after we have rolled up to 2010 SP3 RU14 .</p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/your-mailbox-being-moved-exchange-2010/">Your mailbox is being moved &#8211; Exchange 2010</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://webbanshee.net/your-mailbox-being-moved-exchange-2010/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">483</post-id>	</item>
		<item>
		<title>Remove canceled meeting resource calendar</title>
		<link>https://webbanshee.net/remove-canceled-meeting/</link>
					<comments>https://webbanshee.net/remove-canceled-meeting/#respond</comments>
		
		<dc:creator><![CDATA[WebBanshee]]></dc:creator>
		<pubDate>Tue, 17 Jan 2017 20:18:20 +0000</pubDate>
				<category><![CDATA[Serverside]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[2013]]></category>
		<category><![CDATA[2016]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[ResourceMailbox]]></category>
		<guid isPermaLink="false">http://webbanshee.net/?p=447</guid>

					<description><![CDATA[<p><a class="ex-link" href="https://webbanshee.net/resource-calendar-remove-meeting/"><img src="https://webbanshee.net/wp-content/uploads/2017/10/RemoveMeetingResourceCal.svg" /><span class="exTeaser" style="width:99%;">A user makes a new meeting request and sends it to a resource mailbox. The meeting will be placed in the calendar of the user and in the calendar of the resource mailbox.</span><span class="exText" style="width:99%;">The status in the resource calendar stays tentative.  Some minutes later the same user wants to delete the meeting ( for whatever reason )..<span class="exreadmore">...read more</span></span></a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/remove-canceled-meeting/">Remove canceled meeting resource calendar</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>To remove canceled meeting requests from a resource mailbox calendar let&#8217;s take a look on the serverside functionality with the help of the following example :</p>
<p>A user makes a new meeting request and sends it to a resource mailbox. The meeting will be placed  in the calendar of the user and in the calendar of the resource mailbox. The status in the resource calendar stays tentative.  Some minutes later the same user wants to delete the meeting ( for whatever reason ).</p>
<p>Because he is not the delegate / owner of the resource mailbox he just can cancel the meeting in his own calendar. The result is that the canceled meeting stays in the resource calendar just labeled :  canceled.</p>
<p>This comes because the AutomateProcessing Parameter within the Get-CalendarProcessing CMDlet is set to AutoUpdate. AutoUpdate places the meeting in the calendar of the resource mailbox and updates it to tentative. On the other hand the cancel request will not be processed with AutoUpdate, instead just the owner of the resource mailbox can remove these canceled meeting requests from the calendar.</p>
<p>To remove canceled meeting requests from the resource mailbox calendar we need to modify the AutomateProcessing parameter :</p>
<p>Setting the AutomateProcessing parameter to AutoAccept will place the meeting requests as accepted meetings in the calendar and will process the cancelation requests for meetings directly , without any intervention of the owner. This keeps the resource calendar clean and transparent.</p>
<p><strong>First we need to know the values of following CalendarProcessing Parameters :</strong></p>
<div class="wpe-box wpe-box-note">
<p><strong>Get-mailbox -OrganizationalUnit &#8220;TenantName&#8221; -Identity &#8220;ResourceMailboxName&#8221; | Get-CalendarProcessing | select AutomateProcessing, RemoveOldMeetingMessages</strong></p>
</div>
<p><strong>To allow users to remove canceled meeting requests these parameters should have the following values :</strong></p>
<div class="wpe-box wpe-box-note">
<p><strong>AutomateProcessing  :  AutoAccept</strong><br />
<strong> RemoveOldMeetingMessages :  $True</strong></p>
</div>
<p><strong>The values can be adjusted as follows :</strong></p>
<div class="wpe-box wpe-box-note">
<p><strong>Get-mailbox -OrganizationalUnit &#8220;TenantName&#8221; -Identity &#8220;ResourceMailboxName&#8221; | Set-CalendarProcessing -AutomateProcessing AutoAccept -RemoveOldMeetingMessages $True</strong></p>
</div>
<p>To use it in a 2010 MultiTenant environment replace <strong>-OrganizationalUnit</strong> with <strong>-Organization</strong>.<br />
To use it on an OnPremise server just leave <strong>-OrganizationalUnit</strong> or <strong>Organization</strong> away.</p>
<p>Your users will now be able to remove canceled meeting requests from a resource calendar.</p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/remove-canceled-meeting/">Remove canceled meeting resource calendar</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://webbanshee.net/remove-canceled-meeting/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">447</post-id>	</item>
		<item>
		<title>Winmail.dat Attachment Outlook</title>
		<link>https://webbanshee.net/winmail-dat-attachment-outlook/</link>
					<comments>https://webbanshee.net/winmail-dat-attachment-outlook/#respond</comments>
		
		<dc:creator><![CDATA[WebBanshee]]></dc:creator>
		<pubDate>Tue, 17 Jan 2017 07:57:20 +0000</pubDate>
				<category><![CDATA[Clientside]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Attachments]]></category>
		<category><![CDATA[Outlook]]></category>
		<guid isPermaLink="false">http://webbanshee.net/?p=433</guid>

					<description><![CDATA[<p><a class="ex-link" href="https://webbanshee.net/winmail-dat-attachment-outlook/"><img src="https://webbanshee.net/wp-content/uploads/2017/10/WinmailDatOutlook.svg" /><span class="exTeaser">You get reports that external recipients receive attachments as winmail.dat attachment</span><br />
<span class="exText">This behaviour occurs in most cases when an email with attachment has been sent from an Outlook Client and the external recipient does not use Outlook.<span class="exreadmore">...read more</span></span></a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/winmail-dat-attachment-outlook/">Winmail.dat Attachment Outlook</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">You get reports that external recipients receive attachments as winmail.dat attachment ( or sometimes ATTxxxxx ). The cause is the format that has been used to send the mail. This behavior occurs in most cases when an email with attachment has been sent from an Outlook Client and the external recipient does not use Outlook.</p>
<div style="padding-top: 5px; padding-bottom:5px; width: 80%; margin: 0 auto; margin-bottom: 10px; ;background-color: #fbe3e3; border-radius: 5px; text-align: center; font-size: 18px; font-weight: bold; color: #666;">Please note that this description is only for Outlook 2010 clients!<br />
<span style="font-size: 16px;"><a style="font-size: 16px; color: #666!important;" href="https://support.microsoft.com/en-us/help/290809/how-e-mail-message-formats-affect-internet-e-mail-messages-in-outlook" target="_blank" rel="noopener noreferrer" class="broken_link">Find a description for later clients here</a></span></div>
<p>However, to solve this issue on client side,  the external recipients having this problem, should be present in your Contacts folder.</p>
<div class="wpe-box wpe-box-note">
<p><strong>&gt; Open the contact and double click it&#8217;s email address</strong><br />
<strong>&gt; Expand the right icon and choose Outlook properties</strong></p>
<p><a href="https://webbanshee.net/wp-content/uploads/2017/01/WinMail_dat.png"><img alt="Winmail.dat Attachment Outlook" loading="lazy" class="alignnone wp-image-434" src="https://webbanshee.net/wp-content/uploads/2017/01/WinMail_dat-300x200.png" width="300" height="200" srcset="https://webbanshee.net/wp-content/uploads/2017/01/WinMail_dat-300x200.png 300w, https://webbanshee.net/wp-content/uploads/2017/01/WinMail_dat-768x511.png 768w, https://webbanshee.net/wp-content/uploads/2017/01/WinMail_dat-272x182.png 272w, https://webbanshee.net/wp-content/uploads/2017/01/WinMail_dat.png 889w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p><strong>&gt; Choose unter Internet Format : Send Plain Text Only<br />
</strong><br />
<a href="https://webbanshee.net/wp-content/uploads/2017/01/WinMail_dat02.png"><img loading="lazy" class="alignnone size-medium wp-image-438" src="https://webbanshee.net/wp-content/uploads/2017/01/WinMail_dat02-300x170.png" alt="Winmail.dat Attachment Outlook" width="300" height="170" srcset="https://webbanshee.net/wp-content/uploads/2017/01/WinMail_dat02-300x170.png 300w, https://webbanshee.net/wp-content/uploads/2017/01/WinMail_dat02.png 448w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p><strong>&gt; Click OK and resend the mail with attachment to this contact.</strong></p>
</div>
<p>It does not help to specify in the settings to send Emails in HTML format. You need to force it on the recipients.</p>
<p>See a server side solution here :</p>
<p><a class="wpe-button wpe-button-red" href="https://webbanshee.net/winmail-dat-attachment-exchange/">Winmail.dat Attachment Exchange</a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/winmail-dat-attachment-outlook/">Winmail.dat Attachment Outlook</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://webbanshee.net/winmail-dat-attachment-outlook/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">433</post-id>	</item>
		<item>
		<title>Winmail.dat Attachment Exchange</title>
		<link>https://webbanshee.net/winmail-dat-attachment-exchange/</link>
					<comments>https://webbanshee.net/winmail-dat-attachment-exchange/#respond</comments>
		
		<dc:creator><![CDATA[WebBanshee]]></dc:creator>
		<pubDate>Mon, 16 Jan 2017 17:27:08 +0000</pubDate>
				<category><![CDATA[Serverside]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[2013]]></category>
		<category><![CDATA[2016]]></category>
		<category><![CDATA[Attachments]]></category>
		<category><![CDATA[Exchange]]></category>
		<guid isPermaLink="false">http://webbanshee.net/?p=416</guid>

					<description><![CDATA[<p><a class="ex-link" href="https://webbanshee.net/winmail-dat-attachment-exchange//"><img src="https://webbanshee.net/wp-content/uploads/2017/10/WinmailDatExchange.svg" /><span class="exTeaser">When external recipients complain about receiving attachments in winmail.dat format this is most likely caused by the formatting.</span><br />
<span class="exText">To be more concrete it is caused when Exchange uses RTF ( RichTextFormat ) for sending mails to external recipients.<span class="exreadmore">...read more<br />
</span></span></a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/winmail-dat-attachment-exchange/">Winmail.dat Attachment Exchange</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When external recipients complain about receiving attachments in winmail.dat format ( or sometimes  ATTxxxxx) this is most likely caused by the formatting. To be more concrete it is caused when Exchange uses RTF ( RichTextFormat ) for sending mails to external recipients.</p>
<p>To solve the winmail.dat issue on serverside the external recipients should be added as Mail-Contacts to the Exchange organization. You can force Exchange to never use RichTextFormat when sending mails to these Mail-Contacts.<br />
<code><br />
</code>To force Exchange to never use RTF format when sending to external contacts use :</p>
<p><strong>Exchange 2010 Multi-Tenant : ( for a certain Mail-Contact ) </strong></p>
<div class="wpe-box wpe-box-note">
<p><strong>Get-MailContact -Organization &#8220;TenantName&#8221; -Identity &#8220;Mail-ContactName&#8221; | set-mailcontact -usemapirichtextformat never</strong></p>
</div>
<p><strong>Exchange 2010 Multi-Tenant : ( for all Mail-Contacts in an organization )</strong></p>
<div class="wpe-box wpe-box-note">
<p><strong>Get-MailContact -Organization &#8220;TenantName&#8221;  | set-mailcontact -usemapirichtextformat never</strong></p>
</div>
<p><strong>Exchange 2013 / 2016 Multi-Tenant : ( for a certain Mail-Contact )<br />
</strong></p>
<div class="wpe-box wpe-box-note">
<p><strong>Get-MailContact -OrganizationalUnit &#8220;TenantName&#8221; -Identity &#8220;Mail-ContactName&#8221; | set-mailcontact -usemapirichtextformat never</strong></p>
</div>
<p><strong>Exchange 2013 / 2016 Multi-Tenant : ( for all Mail-Contacts in an organization )<br />
</strong></p>
<div class="wpe-box wpe-box-note">
<p><strong>Get-MailContact -OrganizationalUnit &#8220;TenantName&#8221;  | set-mailcontact -usemapirichtextformat never</strong></p>
</div>
<p><code></code>For Exchange OnPremise you should most likely use these CMDlets without the <strong>-Organization</strong> or <strong>-OrganizationalUnit</strong> switch.</p>
<p>You can also consider to use the <a href="https://help.outlook.com/en-in/140/gg263346.aspx#DisableSelectTNEF" target="_blank" rel="noopener noreferrer">Remote Domain solution</a>.</p>
<p>Since we only have Multi-Tenant environments we want to control this on organization level. For this reason we did not mess with the Remote Domain.  Hence <span class="mceItemHidden">we have not tested it. But a comment on this from someone , who has implemented the Remote Domain solution in a Multi-Tenant <span class="mceItemHidden">environment</span> </span><span class="mceItemHidden">, would be well <span class="mceItemHidden">appreciated</span>.</span></p>
<p>This will solve the problem on serverside. Attachments will not longer appear as winmail.dat files.</p>
<p>See a client side solution here :</p>
<p><a class="wpe-button wpe-button-red" href="https://webbanshee.net/winmail-dat-attachment-outlook/">Winmail.dat Attachment Outlook</a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/winmail-dat-attachment-exchange/">Winmail.dat Attachment Exchange</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://webbanshee.net/winmail-dat-attachment-exchange/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">416</post-id>	</item>
		<item>
		<title>Recipient Rate Limit Throttling Policy Exchange</title>
		<link>https://webbanshee.net/recipient-rate-limit-throttling-policy-exchange/</link>
					<comments>https://webbanshee.net/recipient-rate-limit-throttling-policy-exchange/#respond</comments>
		
		<dc:creator><![CDATA[WebBanshee]]></dc:creator>
		<pubDate>Mon, 16 Jan 2017 15:11:10 +0000</pubDate>
				<category><![CDATA[Serverside]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[2013]]></category>
		<category><![CDATA[2016]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Throttling]]></category>
		<guid isPermaLink="false">http://webbanshee.net/?p=391</guid>

					<description><![CDATA[<p><a class="ex-link" href="https://webbanshee.net/recipient-rate-limit-throttling-policy-exchange/"><img src="https://webbanshee.net/wp-content/uploads/2017/10/RecipientRateThrottling.svg"><span class="exTeaser">To keep the reputation of your Mail Transfer Agents healthy it is a good advise to set a Recipient Rate Limit on your Exchange Servers.</span><br />
<span class="exText">With this measure you are able to prevent spamming and regulate the transmission of bulk mails ( generally new-letters ).<span class="exreadmore">...read more</span></span><br />
</img></a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/recipient-rate-limit-throttling-policy-exchange/">Recipient Rate Limit Throttling Policy Exchange</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>To keep the reputation of your Mail Transfer Agents healthy it is a good advise to set a Recipient Rate Limit on your Exchange Servers. With this measure you are able to prevent spamming and the transmission of bulk mails ( generally new-letters ).</p>
<p>This can be achieved through a Throttling Policy where you set the Recipient Rate Limit to a value which fits your customers mail sending practices, but prevents a spam critical amount of outbound mails.</p>
<p>In this example we will set the value to 2000 mails / 24 hours :</p>
<p><strong>Apply the Recipient Rate Limit Exchange Server wide on all mailboxes : ( Exchange 2013 / 2016 )</strong></p>
<div class="wpe-box wpe-box-note">
<p><strong>New-ThrottlingPolicy -Name Limit2000  -RecipientRateLimit 2000 -ThrottlingPolicyScope Organization</strong></p>
</div>
<p><strong>Apply the Recipient Rate Limit for a certain organization : ( Hosted Exchange 2010 Multi-Tenant)</strong></p>
<div class="wpe-box wpe-box-note">
<p><strong>Get-ThrottlingPolicy -Organization &#8220;TenantName&#8221;  | New-ThrottlingPolicy -Name Limit2000  -RecipientRateLimit 2000</strong></p>
</div>
<p><strong>Apply it on an Exchange 2010 OnPremise :</strong></p>
<div class="wpe-box wpe-box-note">
<p><strong>New-ThrottlingPolicy -Name Limit2000  -RecipientRateLimit 2000</strong></p>
</div>
<p><code></code>Remember not to alter the Default Throttling Policy since this is the template for all further Throttling Policies you create.</p>
<p>To apply a Throttling Policy on mailbox level please see the following post :</p>
<p><a class="wpe-button wpe-button-red" href="https://webbanshee.net/new-throttling-policy-exchange-2013-2016/">New Throttling Policy Exchange 2013 / 2016</a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/recipient-rate-limit-throttling-policy-exchange/">Recipient Rate Limit Throttling Policy Exchange</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://webbanshee.net/recipient-rate-limit-throttling-policy-exchange/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">391</post-id>	</item>
		<item>
		<title>Delayed calendar content display Outlook</title>
		<link>https://webbanshee.net/delayed-calendar-content-outlook/</link>
					<comments>https://webbanshee.net/delayed-calendar-content-outlook/#respond</comments>
		
		<dc:creator><![CDATA[WebBanshee]]></dc:creator>
		<pubDate>Sun, 15 Jan 2017 10:12:19 +0000</pubDate>
				<category><![CDATA[Clientside]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[2013]]></category>
		<category><![CDATA[2016]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Registry]]></category>
		<guid isPermaLink="false">http://webbanshee.net/?p=349</guid>

					<description><![CDATA[<p><a class="ex-link" href="https://webbanshee.net/delayed-calendar-content-outlook/"><img src="https://webbanshee.net/wp-content/uploads/2017/10/DelayedCalendarContent.svg"><span class="exTeaser">When your Outlook Client connects to an Exchange 2016 server and you have one or more shared calendars within your Outlook profile, it can happen that you experience a delayed calendar content display.</span><span class="exText">It looks like the calendar is loading.<span class="exreadmore">...read more<span></span><br />
</img></a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/delayed-calendar-content-outlook/">Delayed calendar content display Outlook</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When your Outlook Client connects to an Exchange 2016 server and you have one or more shared calendars within your Outlook profile, it can happen that you experience a delayed calendar content display.&nbsp; It looks like the calendar is loading.</p>
<p>This is caused by when Outlook tries several variants of autodiscover requests when establishing a connection. This can be solved by excluding time-consuming autodiscover lookups on client side.</p>
<p>The following 2 registry keys can be implemented to get around this behaviour :</p>
<div class="wpe-box wpe-box-note">
<p><strong>HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\AutoDiscover</strong><br />
<strong> DWORD 32 bit ExcludeHttpsRootDomain&nbsp; 1</strong><br />
<strong> and</strong><br />
<strong> DWORD 32 bit ExcludeHttpsAutoDiscoverDomain 1</strong></p>
</div>
<p>Setting this key solved all issues we had users experiencing a delayed calendar content display in Outlook. </p>
<p>Please make sure to use the appropriate path for your Office version when navigating through the registry.</p>
<p>Office Versions :<br />
2010 = 14.0<br />
2013 = 15.0<br />
2016 = 16.0</p>
<p>When setting up a new profile in Outlook and autodiscover takes ages please take a look at :</p>
<p><a class="wpe-button wpe-button-red" href="https://webbanshee.net/outlook-autodiscover-takes-very-long-time/">Outlook autodiscover takes a very long time</a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/delayed-calendar-content-outlook/">Delayed calendar content display Outlook</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://webbanshee.net/delayed-calendar-content-outlook/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">349</post-id>	</item>
		<item>
		<title>Autodiscover takes long time Outlook</title>
		<link>https://webbanshee.net/autodiscover-takes-long-time/</link>
					<comments>https://webbanshee.net/autodiscover-takes-long-time/#respond</comments>
		
		<dc:creator><![CDATA[WebBanshee]]></dc:creator>
		<pubDate>Sat, 14 Jan 2017 21:40:16 +0000</pubDate>
				<category><![CDATA[Clientside]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[2013]]></category>
		<category><![CDATA[2016]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Registry]]></category>
		<guid isPermaLink="false">http://webbanshee.net/?p=322</guid>

					<description><![CDATA[<p><a class="ex-link" href="https://webbanshee.net/autodiscover-takes-long-time/"><img src="https://webbanshee.net/wp-content/uploads/2017/10/AutodiscoverLongTime.svg"><span class="exTeaser">When Outlook connects to an Exchange 2016 server it can happen that autodiscover takes long time when setting up a new profile. ( ... up to 20 minutes )</span><br />
<span class="exText">This can be solved by implementing the following 2 registry keys on the PC running the Outlook client. ( Outlook should be closed )<span class="exreadmore">...read more</span></span><br />
</img></a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/autodiscover-takes-long-time/">Autodiscover takes long time Outlook</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When Outlook connects to an Exchange 2016 server it can happen that autodiscover takes long time when setting up a new profile. ( &#8230; up to 20 minutes )</p>
<p>This can be solved by implementing the following 2 registry keys on the PC running the Outlook client. ( Outlook should be closed )</p>
<div style="height:22px;"></div>
<p>Please choose the appropriate Office version when navigating down the registry path. ( this example is for Office 2013 = 15.0 ) :</p>
<div class="wpe-box wpe-box-note">
<p><strong>HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\AutoDiscover</strong><br />
<strong> DWORD 32 bit ExcludeHttpsRootDomain&nbsp; 1</strong><br />
<strong> and</strong><br />
<strong> DWORD 32 bit ExcludeHttpsAutoDiscoverDomain 1</strong></p>
</div>
<p>Office Versions :<br />
2010 = 14.0<br />
2013 = 15.0<br />
2016 = 16.0</p>
<p>The annoyance that autodiscover takes long time will be gone with these registry entries.</p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/autodiscover-takes-long-time/">Autodiscover takes long time Outlook</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://webbanshee.net/autodiscover-takes-long-time/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">322</post-id>	</item>
	</channel>
</rss>
