<?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>ExchangeBlog </title>
	<atom:link href="http://exchangeblog.pl/en/category/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://exchangeblog.pl/en/</link>
	<description>Blog technologii MS Exchange Server</description>
	<lastBuildDate>Sun, 01 Nov 2015 19:55:03 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>Exchange 2010 find empty distribution groups</title>
		<link>http://exchangeblog.pl/en/2014/09/exchange-2010-find-empty-distribution-groups/</link>
		<comments>http://exchangeblog.pl/en/2014/09/exchange-2010-find-empty-distribution-groups/#comments</comments>
		<pubDate>Sun, 28 Sep 2014 19:32:31 +0000</pubDate>
		<dc:creator><![CDATA[Remigiusz Szatkowski]]></dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Distribution Group @en]]></category>
		<category><![CDATA[Exchange 2010 @en]]></category>

		<guid isPermaLink="false">http://exchangeblog.pl/?p=4847</guid>
		<description><![CDATA[When we often create distribution groups, we forget about them. Then we can have empty distribution groups in our Exchange Organization. To find empty groups we can use Powershell. First solution we can use EMS with below commands: $DGs = Get-DistributionGroup -resultsize unlimited $DGs &#124; where-object {!(Get-DistributionGroupMember $_)} As a … <a class="continue-reading-link" href="http://exchangeblog.pl/en/2014/09/exchange-2010-find-empty-distribution-groups/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><p>When we often create distribution groups, we forget about them.</p>
<p>Then we can have empty distribution groups in our Exchange Organization.</p>
<p>To find empty groups we can use Powershell.</p>
<p>First solution we can use EMS with below commands:</p>
<pre>$DGs = Get-DistributionGroup -resultsize unlimited
$DGs | where-object {!(Get-DistributionGroupMember $_)}</pre>
<p>As a result we receive list of empty distributions groups.</p>
<p>Second solution is to use PowerShell and Quest ActiveDirectory snapin like below:</p>
<pre>Get-QADGroup -SizeLimit 0 -Empty $true -GroupType Distribution</pre>
<p>Then we can get also empty distribution groups, but we can also modify this command to find security groups.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div class="printfriendly pf-alignleft"><a href="http://exchangeblog.pl/en/2014/09/exchange-2010-find-empty-distribution-groups/?pfstyle=wp" rel="nofollow"  class="noslimstat"><img style="border:none;-webkit-box-shadow:none; box-shadow:none;" src="http://cdn.printfriendly.com/pf-button.gif" alt="Print Friendly" /></a></div></div><hr />
<p><small>&copy; Remigiusz Szatkowski for <a href="http://exchangeblog.pl/en/">ExchangeBlog</a>, 2014. |
<a href="http://exchangeblog.pl/en/2014/09/exchange-2010-find-empty-distribution-groups/">Permalink</a> |
<a href="http://exchangeblog.pl/en/2014/09/exchange-2010-find-empty-distribution-groups/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://exchangeblog.pl/en/2014/09/exchange-2010-find-empty-distribution-groups/&amp;title=Exchange 2010 find empty distribution groups">del.icio.us</a>
<br/>
Post tags: <a href="http://exchangeblog.pl/en/tag/distribution-group-en/" rel="tag">Distribution Group</a>, <a href="http://exchangeblog.pl/en/tag/exchange-2010-en/" rel="tag">Exchange 2010</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://exchangeblog.pl/en/2014/09/exchange-2010-find-empty-distribution-groups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Missing CU4 for Exchange Server 2013 ?</title>
		<link>http://exchangeblog.pl/en/2014/06/missing-cu4-for-exchange-server-2013/</link>
		<comments>http://exchangeblog.pl/en/2014/06/missing-cu4-for-exchange-server-2013/#comments</comments>
		<pubDate>Mon, 02 Jun 2014 11:56:38 +0000</pubDate>
		<dc:creator><![CDATA[Remigiusz Szatkowski]]></dc:creator>
				<category><![CDATA[News @en]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[cumulative update @en]]></category>
		<category><![CDATA[Exchange 2013 @en]]></category>
		<category><![CDATA[Exchange 2013 CU4 @en]]></category>

		<guid isPermaLink="false">http://exchangeblog.pl/?p=4817</guid>
		<description><![CDATA[Few days ago Microsoft released CU5 for Microsoft Exchange Server 2013. Probably most of you says: &#8220;CU 5 ??? Where is CU4 for Exchange 2013, did I miss something ?&#8221; No you didn&#8217;t. Microsoft servicing strategy for Exchange 2013 says new CU for Microsoft Exchange 2013 every 3 months and … <a class="continue-reading-link" href="http://exchangeblog.pl/en/2014/06/missing-cu4-for-exchange-server-2013/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><p>Few days ago Microsoft released CU5 for Microsoft Exchange Server 2013.</p>
<p>Probably most of you says: &#8220;CU 5 ??? Where is CU4 for Exchange 2013, did I miss something ?&#8221;</p>
<p>No you didn&#8217;t. Microsoft servicing strategy for Exchange 2013 says new CU for Microsoft Exchange 2013 every 3 months and sometimes service packs indicating a particular milestone in terms of features and support for Exchange Server 2013.</p>
<p>So now you see that Exchange Server 2013 Service Pack 1 is CU4 Exchange Server 2013. This is the same update for Exchange Server 2013.</p>
<p>You can check all updates CU, RU, Service Packs for Exchange Server releases in your website:</p>
<p><a title="Exchange Updates" href="http://exchangeblog.pl/en/microsoft-exchange-build-numbers/" target="_blank">Exchange Updates</a></p>
<p>For Exchange Server 2013 we have:</p>
<ul>
<li>Exchange Server 2013 RTM</li>
<li>Exchange Server 2013 CU1</li>
<li>Exchange Server 2013 CU2</li>
<li>Exchange Server 2013 CU3</li>
<li>Exchange Server 2013 CU4/Service Pack 1</li>
<li>Exchange Server 2013 CU5</li>
</ul>
<p>&nbsp;</p>
<div class="printfriendly pf-alignleft"><a href="http://exchangeblog.pl/en/2014/06/missing-cu4-for-exchange-server-2013/?pfstyle=wp" rel="nofollow"  class="noslimstat"><img style="border:none;-webkit-box-shadow:none; box-shadow:none;" src="http://cdn.printfriendly.com/pf-button.gif" alt="Print Friendly" /></a></div></div><hr />
<p><small>&copy; Remigiusz Szatkowski for <a href="http://exchangeblog.pl/en/">ExchangeBlog</a>, 2014. |
<a href="http://exchangeblog.pl/en/2014/06/missing-cu4-for-exchange-server-2013/">Permalink</a> |
<a href="http://exchangeblog.pl/en/2014/06/missing-cu4-for-exchange-server-2013/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://exchangeblog.pl/en/2014/06/missing-cu4-for-exchange-server-2013/&amp;title=Missing CU4 for Exchange Server 2013 ?">del.icio.us</a>
<br/>
Post tags: <a href="http://exchangeblog.pl/en/tag/cumulative-update-en/" rel="tag">cumulative update</a>, <a href="http://exchangeblog.pl/en/tag/exchange-2013-en/" rel="tag">Exchange 2013</a>, <a href="http://exchangeblog.pl/en/tag/exchange-2013-cu4-en/" rel="tag">Exchange 2013 CU4</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://exchangeblog.pl/en/2014/06/missing-cu4-for-exchange-server-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2013 SP1 not accepting emails</title>
		<link>http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-not-accepting-emails/</link>
		<comments>http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-not-accepting-emails/#comments</comments>
		<pubDate>Wed, 05 Mar 2014 13:03:18 +0000</pubDate>
		<dc:creator><![CDATA[Remigiusz Szatkowski]]></dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Exchange 2013 @en]]></category>
		<category><![CDATA[Exchange 2013 SP1 @en]]></category>
		<category><![CDATA[MSExchangeFrontendTransport @en]]></category>

		<guid isPermaLink="false">http://exchangeblog.pl/?p=4767</guid>
		<description><![CDATA[After installing SP1 for Microsoft Exchange 2013, you can expect some issues. One of them is that after applying SP1 your Exchange server will stop accepting inbound emails and connections to port 25. If you check Event Log, in Applications Log you will find entries with ID 7012 with source MSExchangeFrontEndTransport and with … <a class="continue-reading-link" href="http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-not-accepting-emails/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><p>After installing SP1 for Microsoft Exchange 2013, you can expect some issues.</p>
<p>One of them is that after applying SP1 your Exchange server will stop accepting inbound emails and connections to port 25.</p>
<p>If you check Event Log, in Applications Log you will find entries with ID 7012 with source <strong>MSExchangeFrontEndTransport</strong> and with information:</p>
<p><em><strong>&#8220;The service state for frontedn transport is inconsistent. Current state &#8211; Inactive. Expected state &#8211; Active.&#8221;</strong></em></p>
<p>Using Powershell you can check state of this component:</p>
<pre>Get-ServerComponentState servername01 -Component FrontendTransport</pre>
<p>But you will see that this component is Active.</p>
<p>Also you can test inbound external email using <a href="https://testconnectivity.microsoft.com/">Microsoft Remove Connectivity Analyzer</a>, where you can find information about connection error to TCP port 25.</p>
<p>To resolve this issue you need to restart Microsoft Exchange Frontend Transport service.</p>
<p>You can do this using Powershell:</p>
<pre>Restart-Service MSExchangeFrontendTransport</pre>
<p>or just restart service in Services.msc.</p>
<p>When you do this, your server should now accept connections to port 25, and also you shouldn&#8217;t see warnings in Application Log.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div class="printfriendly pf-alignleft"><a href="http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-not-accepting-emails/?pfstyle=wp" rel="nofollow"  class="noslimstat"><img style="border:none;-webkit-box-shadow:none; box-shadow:none;" src="http://cdn.printfriendly.com/pf-button.gif" alt="Print Friendly" /></a></div></div><hr />
<p><small>&copy; Remigiusz Szatkowski for <a href="http://exchangeblog.pl/en/">ExchangeBlog</a>, 2014. |
<a href="http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-not-accepting-emails/">Permalink</a> |
<a href="http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-not-accepting-emails/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-not-accepting-emails/&amp;title=Exchange 2013 SP1 not accepting emails">del.icio.us</a>
<br/>
Post tags: <a href="http://exchangeblog.pl/en/tag/exchange-2013-en/" rel="tag">Exchange 2013</a>, <a href="http://exchangeblog.pl/en/tag/exchange-2013-sp1-en/" rel="tag">Exchange 2013 SP1</a>, <a href="http://exchangeblog.pl/en/tag/msexchangefrontendtransport-en/" rel="tag">MSExchangeFrontendTransport</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-not-accepting-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2013 SP1 MAPI/HTTP not working</title>
		<link>http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-mapihttp-not-working/</link>
		<comments>http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-mapihttp-not-working/#comments</comments>
		<pubDate>Tue, 04 Mar 2014 09:54:59 +0000</pubDate>
		<dc:creator><![CDATA[Remigiusz Szatkowski]]></dc:creator>
				<category><![CDATA[News @en]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[MAPI/HTTP @en @en]]></category>
		<category><![CDATA[Outlook 2013 @en]]></category>
		<category><![CDATA[Outlook 2013 SP1 @en]]></category>

		<guid isPermaLink="false">http://exchangeblog.pl/?p=4772</guid>
		<description><![CDATA[Installation of SP1 for Microsoft Exchange 2013 introduces new protocol for Outlook to Exchange connections. You can use MAPI/HTTP instead of RPC/HTTP. First, you need to meet some requirements: install SP1 for Microsoft Exchange 2013 on all Exchange servers install SP1 for Microsoft Outlook 2013 connect Outlook to mailbox on Exchange 2013 SP1 … <a class="continue-reading-link" href="http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-mapihttp-not-working/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><p>Installation of SP1 for Microsoft Exchange 2013 introduces new protocol for Outlook to Exchange connections.<br />
You can use <strong>MAPI/HTTP</strong> instead of RPC/HTTP.</p>
<p>First, you need to meet some requirements:</p>
<ul>
<li>install <a title="Exchange 2013 SP1" href="http://exchangeblog.pl/en/2014/02/microsoft-exchange-2013-service-pack-1-kb2926248/" target="_blank">SP1 for Microsoft Exchange 2013</a> on all Exchange servers</li>
<li>install <a title="Outlook 2013 SP1" href="http://exchangeblog.pl/en/2014/02/office-2013-sp1-available-outlook-and-lync-client/" target="_blank">SP1 for Microsoft Outlook 2013</a></li>
<li>connect Outlook to mailbox on Exchange 2013 SP1</li>
<li>enable MAPI/HTTP for Exchange organization using Powershell:
<pre>Set-OrganizationConfig –MapiHttpEnabled $true</pre>
</li>
</ul>
<p>&nbsp;</p>
<p>But sometimes when you do all of those requirements, you can&#8217;t still connect to Exchange 2013 SP1 using <strong>MAPI/HTTP</strong>.</p>
<p>To check protocol used by Outlook to connect to Exchange Server just hold Ctrl key and clik right on Outlook icon in System Tray and select Connection Status:</p>
<p><a href="http://exchangeblog.pl/wp-content/uploads/2014/03/RPCHttp.jpg"><img alt="RPCHttp" src="http://exchangeblog.pl/wp-content/uploads/2014/03/RPCHttp.jpg" width="646" height="137" /></a></p>
<p>(...)<br/>Read the rest of <a href="http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-mapihttp-not-working/">Exchange 2013 SP1 MAPI/HTTP not working</a> (37 words)</p>
<hr />
<p><small>&copy; Remigiusz Szatkowski for <a href="http://exchangeblog.pl/en/">ExchangeBlog</a>, 2014. |
<a href="http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-mapihttp-not-working/">Permalink</a> |
<a href="http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-mapihttp-not-working/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-mapihttp-not-working/&amp;title=Exchange 2013 SP1 MAPI/HTTP not working">del.icio.us</a>
<br/>
Post tags: <a href="http://exchangeblog.pl/en/tag/mapihttp-en-en/" rel="tag">MAPI/HTTP</a>, <a href="http://exchangeblog.pl/en/tag/outlook-2013-en/" rel="tag">Outlook 2013</a>, <a href="http://exchangeblog.pl/en/tag/outlook-2013-sp1-en/" rel="tag">Outlook 2013 SP1</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-mapihttp-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2013 SP1 new features</title>
		<link>http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-new-features/</link>
		<comments>http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-new-features/#comments</comments>
		<pubDate>Mon, 03 Mar 2014 13:33:41 +0000</pubDate>
		<dc:creator><![CDATA[Remigiusz Szatkowski]]></dc:creator>
				<category><![CDATA[News @en]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Exchange 2013 @en]]></category>
		<category><![CDATA[Exchange 2013 SP1 @en]]></category>
		<category><![CDATA[Service Pack @en]]></category>

		<guid isPermaLink="false">http://exchangeblog.pl/?p=4762</guid>
		<description><![CDATA[Last time we metion about Service Pack 1 for Microsoft Exchange 2013. Below we present new features and improvements included in Service Pack 1: Exchange Admin Center Command Logging Finally Exchange 2013 will &#8220;tell&#8221; you how to use Powershell. Like in Exchange 2010 EMC now in Exchange 2013 SP1 EAC … <a class="continue-reading-link" href="http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-new-features/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><p>Last time we metion about Service Pack 1 for Microsoft Exchange 2013.</p>
<p>Below we present new features and improvements included in Service Pack 1:</p>
<p><strong>Exchange Admin Center Command Logging</strong></p>
<p>Finally Exchange 2013 will &#8220;tell&#8221; you how to use Powershell.<br />
Like in Exchange 2010 EMC now in Exchange 2013 SP1 EAC you can see Powershell command for operation which was made in EAC.</p>
<p>The feature can be found in the top-right corner of the EAC, when clicking the question mark button, select <strong>Show Command Logging</strong></p>
<p><a href="http://exchangeblog.pl/wp-content/uploads/2014/03/ShowCommandLogging1.png"><img alt="ShowCommandLogging1" src="http://exchangeblog.pl/wp-content/uploads/2014/03/ShowCommandLogging1.png" width="624" height="120" /></a></p>
<p><a href="http://exchangeblog.pl/wp-content/uploads/2014/03/ShowCommandLogging.png"><img class="aligncenter" alt="ShowCommandLogging" src="http://exchangeblog.pl/wp-content/uploads/2014/03/ShowCommandLogging-284x300.png" width="284" height="300" /></a></p>
<p>You can see up to 500 command executed in the EAC user interface.</p>
<p>&nbsp;</p>
<p><strong>Support for Windows Server 2012 R2</strong></p>
<p>Exchange 2013 SP1 adds Windows Server 2012 R2 as a supported operating system and Active Directory environment for both domain and forest functional levels.</p>
<p><strong>Better text editor in OWA</strong></p>
<p>In <strong>OWA </strong>Exchange Team added rich text editing features. Now you can easly add or modify tables, more paste options, previews to linked content.</p>
<p><img title="Więcej..." alt="" src="http://exchangeblog.pl/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" />(...)<br/>Read the rest of <a href="http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-new-features/">Exchange 2013 SP1 new features</a> (379 words)</p>
<hr />
<p><small>&copy; Remigiusz Szatkowski for <a href="http://exchangeblog.pl/en/">ExchangeBlog</a>, 2014. |
<a href="http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-new-features/">Permalink</a> |
<a href="http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-new-features/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-new-features/&amp;title=Exchange 2013 SP1 new features">del.icio.us</a>
<br/>
Post tags: <a href="http://exchangeblog.pl/en/tag/exchange-2013-en/" rel="tag">Exchange 2013</a>, <a href="http://exchangeblog.pl/en/tag/exchange-2013-sp1-en/" rel="tag">Exchange 2013 SP1</a>, <a href="http://exchangeblog.pl/en/tag/service-pack-en/" rel="tag">Service Pack</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://exchangeblog.pl/en/2014/03/exchange-2013-sp1-new-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 assign rights to send to restricted distribution groups</title>
		<link>http://exchangeblog.pl/en/2014/02/exchange-2010-assign-rights-to-send-to-restricted-distribution-groups/</link>
		<comments>http://exchangeblog.pl/en/2014/02/exchange-2010-assign-rights-to-send-to-restricted-distribution-groups/#comments</comments>
		<pubDate>Mon, 24 Feb 2014 02:56:07 +0000</pubDate>
		<dc:creator><![CDATA[Remigiusz Szatkowski]]></dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[accept messages from @en]]></category>
		<category><![CDATA[Distribution Group @en]]></category>
		<category><![CDATA[Exchange distribution group @en]]></category>
		<category><![CDATA[restricted distribution group @en]]></category>

		<guid isPermaLink="false">http://exchangeblog.pl/?p=4721</guid>
		<description><![CDATA[In Microsoft Exchange we can set distribution group as restricted. Then this distribution group will only accept messages from specified users. We can set this settings in distribution group properties in tab Mail Flow Settings, Message Delivery Restrictions. In section Accept messages from select Only senders in the following list and add all users who … <a class="continue-reading-link" href="http://exchangeblog.pl/en/2014/02/exchange-2010-assign-rights-to-send-to-restricted-distribution-groups/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><p>In Microsoft Exchange we can set distribution group as restricted.<br />
Then this distribution group will only accept messages from specified users.</p>
<p>We can set this settings in distribution group properties in tab <strong>Mail Flow Settings</strong>, <strong>Message Delivery Restrictions</strong>.</p>
<p>In section <strong>Accept messages from </strong>select <strong>Only senders in the following list</strong> and add all users who can send messages to this group.</p>
<p>Messages from other users will be rejected</p>
<p><a href="http://exchangeblog.pl/wp-content/uploads/2014/02/DistributionGroupRestricted.png"><img alt="DistributionGroupRestricted" src="http://exchangeblog.pl/wp-content/uploads/2014/02/DistributionGroupRestricted.png" width="423" height="446" /></a></p>
<p>&nbsp;</p>
<p>If we have many of distribution groups with restrictions and we need to assign send rights to this groups then we have a problem.</p>
<p>(...)<br/>Read the rest of <a href="http://exchangeblog.pl/en/2014/02/exchange-2010-assign-rights-to-send-to-restricted-distribution-groups/">Exchange 2010 assign rights to send to restricted distribution groups</a> (181 words)</p>
<hr />
<p><small>&copy; Remigiusz Szatkowski for <a href="http://exchangeblog.pl/en/">ExchangeBlog</a>, 2014. |
<a href="http://exchangeblog.pl/en/2014/02/exchange-2010-assign-rights-to-send-to-restricted-distribution-groups/">Permalink</a> |
<a href="http://exchangeblog.pl/en/2014/02/exchange-2010-assign-rights-to-send-to-restricted-distribution-groups/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://exchangeblog.pl/en/2014/02/exchange-2010-assign-rights-to-send-to-restricted-distribution-groups/&amp;title=Exchange 2010 assign rights to send to restricted distribution groups">del.icio.us</a>
<br/>
Post tags: <a href="http://exchangeblog.pl/en/tag/accept-messages-from-en/" rel="tag">accept messages from</a>, <a href="http://exchangeblog.pl/en/tag/distribution-group-en/" rel="tag">Distribution Group</a>, <a href="http://exchangeblog.pl/en/tag/exchange-distribution-group-en/" rel="tag">Exchange distribution group</a>, <a href="http://exchangeblog.pl/en/tag/restricted-distribution-group-en/" rel="tag">restricted distribution group</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://exchangeblog.pl/en/2014/02/exchange-2010-assign-rights-to-send-to-restricted-distribution-groups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Outlook cannot change the default folder names using ResetFolderNames</title>
		<link>http://exchangeblog.pl/en/2014/02/microsoft-outlook-cannot-change-the-default-folder-names-using-resetfoldernames/</link>
		<comments>http://exchangeblog.pl/en/2014/02/microsoft-outlook-cannot-change-the-default-folder-names-using-resetfoldernames/#comments</comments>
		<pubDate>Thu, 20 Feb 2014 02:10:21 +0000</pubDate>
		<dc:creator><![CDATA[Remigiusz Szatkowski]]></dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[default folder names @en]]></category>
		<category><![CDATA[Outlook @en]]></category>
		<category><![CDATA[OWA @en]]></category>
		<category><![CDATA[ResetFoldernames @en]]></category>

		<guid isPermaLink="false">http://exchangeblog.pl/?p=4711</guid>
		<description><![CDATA[When you: connect to a Microsoft Exchange Server 2010 mailbox by using Microsoft Outlook. use the English UI in Outlook, so the default folder names (such as Inbox or Sent Items) are displayed in English. install a new language pack for Outlook, and then you change the Outlook UI to the new language. … <a class="continue-reading-link" href="http://exchangeblog.pl/en/2014/02/microsoft-outlook-cannot-change-the-default-folder-names-using-resetfoldernames/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><p>When you:</p>
<ul>
<li>connect to a Microsoft Exchange Server 2010 mailbox by using Microsoft Outlook.</li>
<li>use the English UI in Outlook, so the default folder names (such as <b>Inbox</b> or <b>Sent Items</b>) are displayed in English.</li>
<li>install a new language pack for Outlook, and then you change the Outlook UI to the new language.</li>
<li>restart Outlook by running the <b>Outlook.exe /ResetFolderNames</b> command to reset the default folder names to the new language.</li>
</ul>
<p>then folder names in Outlook are not changed to the new language.</p>
<p>To change language you need to use one of those methods:</p>
<p>In Exchange Management Shell run:</p>
<p>(...)<br/>Read the rest of <a href="http://exchangeblog.pl/en/2014/02/microsoft-outlook-cannot-change-the-default-folder-names-using-resetfoldernames/">Microsoft Outlook cannot change the default folder names using ResetFolderNames</a> (96 words)</p>
<hr />
<p><small>&copy; Remigiusz Szatkowski for <a href="http://exchangeblog.pl/en/">ExchangeBlog</a>, 2014. |
<a href="http://exchangeblog.pl/en/2014/02/microsoft-outlook-cannot-change-the-default-folder-names-using-resetfoldernames/">Permalink</a> |
<a href="http://exchangeblog.pl/en/2014/02/microsoft-outlook-cannot-change-the-default-folder-names-using-resetfoldernames/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://exchangeblog.pl/en/2014/02/microsoft-outlook-cannot-change-the-default-folder-names-using-resetfoldernames/&amp;title=Microsoft Outlook cannot change the default folder names using ResetFolderNames">del.icio.us</a>
<br/>
Post tags: <a href="http://exchangeblog.pl/en/tag/default-folder-names-en/" rel="tag">default folder names</a>, <a href="http://exchangeblog.pl/en/tag/outlook-en/" rel="tag">Outlook</a>, <a href="http://exchangeblog.pl/en/tag/owa-en/" rel="tag">OWA</a>, <a href="http://exchangeblog.pl/en/tag/resetfoldernames-en/" rel="tag">ResetFoldernames</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://exchangeblog.pl/en/2014/02/microsoft-outlook-cannot-change-the-default-folder-names-using-resetfoldernames/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Support Solutions from Microsoft Support</title>
		<link>http://exchangeblog.pl/en/2013/12/top-support-solutions-from-microsoft-support/</link>
		<comments>http://exchangeblog.pl/en/2013/12/top-support-solutions-from-microsoft-support/#comments</comments>
		<pubDate>Fri, 27 Dec 2013 00:59:07 +0000</pubDate>
		<dc:creator><![CDATA[Remigiusz Szatkowski]]></dc:creator>
				<category><![CDATA[News @en]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Exchange @en]]></category>
		<category><![CDATA[Lync @en]]></category>
		<category><![CDATA[Microsoft @en]]></category>
		<category><![CDATA[support @en]]></category>

		<guid isPermaLink="false">http://exchangeblog.pl/?p=4647</guid>
		<description><![CDATA[Microsoft introduced new blog Top Support Solutions from Microsoft Support This Blog included mostr relevant content that address the top questions or issues presented in the TechNet forums and other Microsoft support channels. You can find there information about Microsoft products: Microsoft Exchange Server Microsoft Lync Server UAG Windows 8 SCOM … <a class="continue-reading-link" href="http://exchangeblog.pl/en/2013/12/top-support-solutions-from-microsoft-support/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><p>Microsoft introduced new blog <a href="http://blogs.technet.com/b/topsupportsolutions/" target="_blank"><strong>Top Support Solutions from Microsoft Support</strong></a></p>
<p>This Blog included mostr relevant content that address the top questions or issues presented in the TechNet forums and other Microsoft support channels.</p>
<p>You can find there information about Microsoft products:</p>
<ul>
<li>Microsoft Exchange Server</li>
<li>Microsoft Lync Server</li>
<li>UAG</li>
<li>Windows 8</li>
<li>SCOM</li>
<li>Windows Server</li>
<li>SCCM</li>
<li>SCDPM</li>
<li>SCVMM</li>
<li>SQL Server</li>
<li>SharePoint Server</li>
<li>i inne</li>
</ul>
<p>You will find there valuable information about the Microsoft top support solutions for several of it&#8217;s popular products in the Server and Tools portfolio</p>
<p>In section <a title="Top Support Solutions for Microsoft Exchange Server" href="http://blogs.technet.com/b/topsupportsolutions/archive/2013/11/15/top-support-solutions-for-microsoft-exchange-server.aspx" target="_blank">Top Support Solutions for Microsoft Exchange Server</a> you can find:</p>
<p>1. Solutions related to mobility and ActiveSync:</p>
<ul>
<li><a href="http://support.microsoft.com/kb/816071" target="_blank">How to temporarily deactivate the kernel mode filter driver in Windows</a></li>
<li><a href="http://technet.microsoft.com/en-us/exchange/bb288524(v=msdn.10).aspx" target="_blank">Exchange ActiveSync: Frequently asked questions</a></li>
<li><a href="http://support.microsoft.com/kb/2563324" target="_blank">Current issues with Microsoft Exchange ActiveSync and third-party devices</a></li>
<li><a href="http://blogs.technet.com/b/exchange/archive/2013/10/04/exchange-activesync-mailbox-log-analysis.aspx" target="_blank">Under The Hood: Exchange ActiveSync Mailbox Log Analysis</a></li>
<li><a href="http://blogs.technet.com/b/exchange/archive/2009/03/25/3407129.aspx" target="_blank">Announcing the release of Exchange Server Remote Connectivity Analyzer</a></li>
<li><a href="http://blogs.technet.com/b/exchange/archive/2012/03/07/introducing-log-parser-studio.aspx" target="_blank">Introducing: Log Parser Studio</a></li>
<li><a href="http://social.technet.microsoft.com/Forums/exchange/en-us/home?forum=exchange2010" target="_blank">Exchange TechCenter Forums – Filtered for Exchange 2010</a></li>
</ul>
<p>2. Solutions related to client server connection issues and delays:</p>
<div class="printfriendly pf-alignleft"><a href="http://exchangeblog.pl/en/2013/12/top-support-solutions-from-microsoft-support/?pfstyle=wp" rel="nofollow"  class="noslimstat"><img style="border:none;-webkit-box-shadow:none; box-shadow:none;" src="http://cdn.printfriendly.com/pf-button.gif" alt="Print Friendly" /></a></div></div>(...)<br/>Read the rest of <a href="http://exchangeblog.pl/en/2013/12/top-support-solutions-from-microsoft-support/">Top Support Solutions from Microsoft Support</a> (741 words)<hr />
<p><small>&copy; Remigiusz Szatkowski for <a href="http://exchangeblog.pl/en/">ExchangeBlog</a>, 2013. |
<a href="http://exchangeblog.pl/en/2013/12/top-support-solutions-from-microsoft-support/">Permalink</a> |
<a href="http://exchangeblog.pl/en/2013/12/top-support-solutions-from-microsoft-support/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://exchangeblog.pl/en/2013/12/top-support-solutions-from-microsoft-support/&amp;title=Top Support Solutions from Microsoft Support">del.icio.us</a>
<br/>
Post tags: <a href="http://exchangeblog.pl/en/tag/exchange-en/" rel="tag">Exchange</a>, <a href="http://exchangeblog.pl/en/tag/lync-en/" rel="tag">Lync</a>, <a href="http://exchangeblog.pl/en/tag/microsoft-en/" rel="tag">Microsoft</a>, <a href="http://exchangeblog.pl/en/tag/support-en/" rel="tag">support</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://exchangeblog.pl/en/2013/12/top-support-solutions-from-microsoft-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 message routing to public folders stuck</title>
		<link>http://exchangeblog.pl/en/2013/12/exchange-2010-message-routing-to-public-folders-stuck/</link>
		<comments>http://exchangeblog.pl/en/2013/12/exchange-2010-message-routing-to-public-folders-stuck/#comments</comments>
		<pubDate>Fri, 13 Dec 2013 00:48:45 +0000</pubDate>
		<dc:creator><![CDATA[Remigiusz Szatkowski]]></dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Exchange 2010 @en]]></category>
		<category><![CDATA[Microsoft Exchange 2010 @en]]></category>
		<category><![CDATA[Public Folders @en]]></category>

		<guid isPermaLink="false">http://exchangeblog.pl/?p=4618</guid>
		<description><![CDATA[If you have two or more public folders databases in Exchange 2010 servers then you probably think that you have HA for public folders. All of your public folders are replicated between those public folders databases and you think that when you will lost one server with PF database then … <a class="continue-reading-link" href="http://exchangeblog.pl/en/2013/12/exchange-2010-message-routing-to-public-folders-stuck/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><p>If you have two or more public folders databases in Exchange 2010 servers then you <a href="http://exchangeblog.pl/wp-content/uploads/2013/12/stosmaili.jpg"><img class="alignright size-full wp-image-4615" alt="stosmaili" src="http://exchangeblog.pl/wp-content/uploads/2013/12/stosmaili.jpg" width="245" height="256" /></a>probably think that you have HA for public folders.</p>
<p>All of your public folders are replicated between those public folders databases and you think that when you will lost one server with PF database then you have another one and you wll have no problem with public folders.</p>
<p>If you think that then you are wrong !</p>
<p>In mailbox database you can specify public folder database for this mailbox database.</p>
<p>But if you shutdown one Exchange 2010 server with Public Folders database like your default server with PF&#8217;s then you will see that messages sent to mail enabled public folders stuck at the delivery queue on each Hub Transport server.<br />
When you check this queue you will see that all of those messages are trying to get to public folder database on shutdown server, they are not redirected to available public folders database on another server.</p>
<p>So how to resolve this problem ?</p>
<p>First Microsoft recommend to install at least RU4 for Exchange 2010 SP2.<br />
But this won&#8217;t help to resolve this problem.</p>
<p>You need to do something more.</p>
<p>In C:\Program Files\Microsoft\Exchange Server\V14\Bin directory find file:</p>
<p><strong>EdgeTransport.exe.config</strong></p>
<p>Edit it and manually add the following information to EdgeTransport.exe.config file:</p>
<pre>&lt;add key="SmartRoutingForPublicFoldersEnabled" value="True" /&gt;</pre>
<p>Now save and restart Exchange Transport Service.</p>
<p>You need to do this on each Exchange 2010 Hub Transport server.</p>
<p>Now you will get fully redundant environment with Public Folders.</p>
<p>If one server with public folders database is missing then message are routed to another server with public folders database.</p>
<p>If this server will be missing for long time then remember to change default Public Folder database in mailbox database settings.</p>
<p>&nbsp;</p>
<div class="printfriendly pf-alignleft"><a href="http://exchangeblog.pl/en/2013/12/exchange-2010-message-routing-to-public-folders-stuck/?pfstyle=wp" rel="nofollow"  class="noslimstat"><img style="border:none;-webkit-box-shadow:none; box-shadow:none;" src="http://cdn.printfriendly.com/pf-button.gif" alt="Print Friendly" /></a></div></div><hr />
<p><small>&copy; Remigiusz Szatkowski for <a href="http://exchangeblog.pl/en/">ExchangeBlog</a>, 2013. |
<a href="http://exchangeblog.pl/en/2013/12/exchange-2010-message-routing-to-public-folders-stuck/">Permalink</a> |
<a href="http://exchangeblog.pl/en/2013/12/exchange-2010-message-routing-to-public-folders-stuck/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://exchangeblog.pl/en/2013/12/exchange-2010-message-routing-to-public-folders-stuck/&amp;title=Exchange 2010 message routing to public folders stuck">del.icio.us</a>
<br/>
Post tags: <a href="http://exchangeblog.pl/en/tag/exchange-2010-en/" rel="tag">Exchange 2010</a>, <a href="http://exchangeblog.pl/en/tag/microsoft-exchange-2010-en/" rel="tag">Microsoft Exchange 2010</a>, <a href="http://exchangeblog.pl/en/tag/public-folders-en/" rel="tag">Public Folders</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://exchangeblog.pl/en/2013/12/exchange-2010-message-routing-to-public-folders-stuck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2013 Server Requirements Calculator v6.1</title>
		<link>http://exchangeblog.pl/en/2013/12/exchange-2013-server-requirements-calculator-v6-1/</link>
		<comments>http://exchangeblog.pl/en/2013/12/exchange-2013-server-requirements-calculator-v6-1/#comments</comments>
		<pubDate>Wed, 11 Dec 2013 00:53:40 +0000</pubDate>
		<dc:creator><![CDATA[Remigiusz Szatkowski]]></dc:creator>
				<category><![CDATA[News @en]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Calculator]]></category>
		<category><![CDATA[Exchange 2013 @en]]></category>
		<category><![CDATA[Exchange 2013 Requirements Calculator @en]]></category>

		<guid isPermaLink="false">http://exchangeblog.pl/?p=4606</guid>
		<description><![CDATA[Exchange Team Blog released new version of Exchange 2013 Server Requirements Calculator. This version is updated to reflect changed incorporated in Exchange 2013 CU2 like increades maximum number of databases. &#160; New version you can download here: Exchange 2013 Server Role Requirements Calculator v6.1 &#160; List of changes in new … <a class="continue-reading-link" href="http://exchangeblog.pl/en/2013/12/exchange-2013-server-requirements-calculator-v6-1/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><p>Exchange Team Blog released new version of Exchange 2013 Server Requirements Calculator.</p>
<p>This version is updated to reflect changed incorporated in Exchange 2013 CU2 like increades maximum number of databases.</p>
<p>&nbsp;</p>
<p>New version you can download here:</p>
<p><a title="Exchange 2013 Server Role Requirements Calculator v6.1" href="http://gallery.technet.microsoft.com/Exchange-2013-Server-Role-f8a61780" target="_blank">Exchange 2013 Server Role Requirements Calculator v6.1</a></p>
<p>&nbsp;</p>
<p>List of changes in new version since 5.9 you can find below:</p>
<ul>
<li>Fixed operator mistake in calcNumActiveDBsSF formula</li>
<li>Fixed missed validation scenario where the calculator could recommend a copy count that could not be deployed on the custom disk architecture</li>
<li>Optimized remaining servers formula</li>
<li>Fixed an issue where single datacenter, multiple databases per volume architecture with lagged copies didn’t calculate the correct number of<br />
copies/volume</li>
<li>Fixed VirtCPUFactor reference</li>
<li>Various comment changes</li>
<li>Improved cell highlights for insufficient disk capacity on storage design tab</li>
<li>Added additional storage capacities – 1.2TB, 6TB and 8TB</li>
<li>Fixed database count validation logic to take into consideration dedicated lagged copy servers</li>
</ul>
<p>Also all informations about changes in each version you can find here:</p>
<p><a href="http://blogs.technet.com/b/exchange/archive/2013/05/24/exchange-2013-server-role-requirements-calculator-release-notes.aspx" target="_blank">Exchange 2013 Server Role Requirements Calculator release notes</a></p>
<div class="printfriendly pf-alignleft"><a href="http://exchangeblog.pl/en/2013/12/exchange-2013-server-requirements-calculator-v6-1/?pfstyle=wp" rel="nofollow"  class="noslimstat"><img style="border:none;-webkit-box-shadow:none; box-shadow:none;" src="http://cdn.printfriendly.com/pf-button.gif" alt="Print Friendly" /></a></div></div><hr />
<p><small>&copy; Remigiusz Szatkowski for <a href="http://exchangeblog.pl/en/">ExchangeBlog</a>, 2013. |
<a href="http://exchangeblog.pl/en/2013/12/exchange-2013-server-requirements-calculator-v6-1/">Permalink</a> |
<a href="http://exchangeblog.pl/en/2013/12/exchange-2013-server-requirements-calculator-v6-1/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://exchangeblog.pl/en/2013/12/exchange-2013-server-requirements-calculator-v6-1/&amp;title=Exchange 2013 Server Requirements Calculator v6.1">del.icio.us</a>
<br/>
Post tags: <a href="http://exchangeblog.pl/en/tag/calculator/" rel="tag">Calculator</a>, <a href="http://exchangeblog.pl/en/tag/exchange-2013-en/" rel="tag">Exchange 2013</a>, <a href="http://exchangeblog.pl/en/tag/exchange-2013-requirements-calculator-en/" rel="tag">Exchange 2013 Requirements Calculator</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://exchangeblog.pl/en/2013/12/exchange-2013-server-requirements-calculator-v6-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
