<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">exchange_br</title><subtitle type="html" /><id>http://blogs.technet.com/b/exchange_br/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/exchange_br/" /><link rel="self" type="application/atom+xml" href="http://blogs.technet.com/b/exchange_br/atom.aspx" /><generator uri="http://telligent.com" version="5.6.50428.7875">Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><updated>2012-12-05T14:56:00Z</updated><entry><title>Loop misterioso de e-mail no servidor Transporte de Borda: verifique seus limites de tamanho!</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/exchange_br/archive/2013/05/09/loop-misterioso-de-e-mail-no-servidor-transporte-de-borda-verifique-seus-limites-de-tamanho.aspx" /><id>http://blogs.technet.com/b/exchange_br/archive/2013/05/09/loop-misterioso-de-e-mail-no-servidor-transporte-de-borda-verifique-seus-limites-de-tamanho.aspx</id><published>2013-05-09T06:29:44Z</published><updated>2013-05-09T06:29:44Z</updated><content type="html">&lt;HTML&gt;&lt;HEAD&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"/&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;/P&gt;
&lt;P&gt;Artigo original publicado na sexta-feira, 29 de março de 2013&lt;/P&gt;
&lt;P&gt;Sou engenheiro de suporte em &lt;ACRONYM title="Customer Service &amp;amp; Support"&gt;CSS&lt;/ACRONYM&gt;. Estava trabalhando com um cliente que reportou um erro de loop de e-mail para um domínio específico como &lt;SPAN class=command&gt;contoso.com&lt;/SPAN&gt;. Esse erro foi observado apenas em e-mails grandes. Sim, é realmente um mistério até você descobrir que isso é causado por uma restrição de tamanho no conector Enviar. Achei que isso fosse curioso o suficiente para compartilhar.&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;H2&gt;Entendendo a configuração e causa raiz do problema:&lt;/H2&gt;
&lt;P&gt;Inicialmente, pensei que talvez fosse o resultado da configuração do servidor de Borda para o uso de um servidor &lt;ACRONYM title="Domain Name System"&gt;DNS&lt;/ACRONYM&gt; externo (um servidor DNS que resolve hospedagens externas). Normalmente, quando o servidor Transporte de Borda é configurado para usar um DNS externo, ele resolve o nome de domínio para os endereços IP públicos (geralmente apontando para si próprio, para o firewall externo ou provedor de serviço) em vez de um servidor Transporte de Hub no site do Active Diectory, causando um loop de e-mail.&lt;/P&gt;
&lt;P&gt;Ao reproduzir o problema, descobri que o servidor Transporte de Borda não foi configurado para usar um servidor DNS externo. O ambiente que configurei para reproduzir o problema parecia com o diagrama abaixo:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/6558.clip_5F00_image002_5F00_3D7AC522.png"&gt;&lt;IMG style="BACKGROUND-IMAGE: none; BORDER-RIGHT-WIDTH: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px" title=clip_image002 border=0 alt=clip_image002 src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/1307.clip_5F00_image002_5F00_thumb_5F00_26BB7D99.png" width=623 height=199&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Veja o que aconteceu nesse cenário: quando o servidor Transporte de Borda recebe um e-mail de 20 MB de um remetente na Internet, ele o aceita. O servidor Transporte de Borda tem dois conectores que correspondem ao espaço do endereço - um para o espaço de endereço &lt;SPAN class="fqdn lightyellow"&gt;contoso.com&lt;/SPAN&gt; para o site do Active Directory e outro para o espaço de endereço &lt;SPAN class="fqdn lightyellow"&gt;*&lt;/SPAN&gt;. Ao tomar a decisão de encaminhamento com base em todos os conectores disponíveis, aquele da Borda para o Hub não é considerado, devido à restrição de tamanho (há um limite de tamanho de 10 MB). A melhor correspondência é o conector * da Borda para a Internet (Revise o algoritmo de seleção de conector documentado em &lt;A class=bold title="See 'Undersanding Message Routing' in Exchange 2010 documentation" href="http://technet.microsoft.com/en-in/library/aa998825(v=exchg.141).aspx"&gt;Noções Básicas Sobre Roteamento de Mensagens&lt;/A&gt;) que tem um limite de tamanho de mensagem de 30 MB.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=bold&gt;Resultado final:&lt;/SPAN&gt; a mensagem é encaminhada de volta para a Internet causando o loop da mensagem entre a Internet e o servidor de Borda.&lt;/P&gt;
&lt;P&gt;Com base no conector Enviar para a Internet configurado para usar DNS ou um Host inteligente para entregar o e-mail de saída, receberemos os seguintes &lt;ACRONYM title="Non-Delivery Report"&gt;NDR&lt;/ACRONYM&gt;s:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Se estiver usando DNS:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=consoletext&gt;#554 5.4.4 SMTPSEND.DNS.MxLoopback; DNS records for this domain are configured in a loop ##&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Se estiver usando um Host inteligente:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=consoletext&gt;5.4.6 smtp;554 5.4.6 Hop count exceeded - possible mail loop&amp;gt; #SMTP#&lt;/P&gt;
&lt;H2&gt;A solução&lt;/H2&gt;
&lt;P&gt;Esse comportamento ocorre por padrão e pode ser facilmente corrigido por meio da modificação do limite de tamanho da mensagem no conector. Com base em seu requisito, é possível escolher uma das seguintes opções:&lt;/P&gt;
&lt;UL class=arrowlist&gt;
&lt;LI&gt;Defina o parâmetro &lt;SPAN class="parameter lightyellow"&gt;MaxMessageSize&lt;/SPAN&gt; no &lt;SPAN class=bold&gt;conector Receber&lt;/SPAN&gt; (que recebe e-mail de entrada da Internet) como &lt;SPAN class=bold&gt;10MB&lt;/SPAN&gt;, de modo que as mensagens da Interent fiquem restritas a 10 MB. 
&lt;LI&gt;Defina o parâmetro &lt;SPAN class=parameter&gt;MaxMessageSize&lt;/SPAN&gt; no &lt;SPAN class=bold&gt;conector Enviar&lt;/SPAN&gt; da Borda para o HUB como &lt;SPAN class=bold&gt;30MB&lt;/SPAN&gt;, o que permitirá que você receba mensagens de 30 MB de remetentes externos. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Mistério solucionado! Agradeço a Arindam Thokder e Scott Landry, que me ajudaram a preparar este material para o blog!&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=author&gt;Suresh Kumar (XCON)&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV style="CLEAR: both"&gt;&lt;/DIV&gt;&lt;IMG src="http://blogs.technet.com/aggbug.aspx?PostID=3561643" width=1 height=1&gt; 
&lt;P&gt;Esta é uma postagem de blog localizada. Encontre o artigo original em &lt;A href="http://blogs.technet.com/b/exchange/archive/2013/03/28/mysterious-mail-loop-on-edge-transport-server-check-your-size-limits.aspx"&gt;Mysterious mail loop on Edge Transport server: Check your size limits!&lt;/A&gt;&lt;/P&gt;&lt;!--&lt;?xml version="1.0" encoding="utf-2D;8"?&gt;-D;-A;&lt;LCX SchemaVersion="6.0" Name="Mysterious-2D;mail-2D;loop-2D;on-2D;Edge-2D;Transport-2D;server.html" PsrId="22" SrcCul="en-2D;US" TgtCul="en-2D;US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx"&gt;-D;-A;  &lt;Item ItemId=";string" ItemType=";string" PsrId="22" Leaf="false"&gt;-D;-A;    &lt;Disp Icon="Str" Expand="true" LocTbl="false" /&gt;-D;-A;    &lt;Item ItemId="1" ItemType="1;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Mysterious mail loop on Edge Transport server: Check your size limits!]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="1" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:09:21.0006549Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="2" ItemType="2;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Original article published on Fri, Mar 29 2013]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="2" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:09:21.0006549Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="3" ItemType="3;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[I'm a support enginer in &lt;ACRONYM title="Customer Service &amp;amp; Support"&gt;CSS&lt;/ACRONYM&gt;. I was working with a customer who reported a mail loop error for a specific domain like &lt;SPAN class=command&gt;contoso.com&lt;/SPAN&gt;. This error was only observed in large emails.&amp;nbsp; Yeah that’s really mysterious until you figure out that the mail loop is due to size restriction on the Send connector.&amp;nbsp; I thought this was curious enough to share.&lt;STRONG&gt;&lt;/STRONG&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="3" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:09:21.0006549Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="4" ItemType="4;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Understanding the configuration and root cause of the issue:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="4" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:09:21.0006549Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="5" ItemType="5;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[I initially thought that this might have been the outcome of the Edge server being configured to use an external &lt;ACRONYM title="Domain Name System"&gt;DNS&lt;/ACRONYM&gt; server (a DNS server that resolves external hosts). Usually, when the Edge Tranport server is configured to use an external DNS, it resolves the domain name to the public IP addresses (generally pointing to itself, the exernal firewall, or the service provider) instead of a Hub Transport server in the Active Diectory site, causing a mail loop.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="5" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:09:21.0006549Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="6" ItemType="6;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[On reproducing the issue, I found out that the Edge Transport server was not configured to use an external DNS server. The environment I set up to reproduce the issue looked like the diagra below:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="6" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:09:21.0006549Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="7" ItemType="7;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/6558.clip_5F00_image002_5F00_3D7AC522.png"&gt;&lt;IMG style="BACKGROUND-2D;IMAGE: none; BORDER-2D;RIGHT-2D;WIDTH: 0px; PADDING-2D;LEFT: 0px; PADDING-2D;RIGHT: 0px; DISPLAY: inline; BORDER-2D;TOP-2D;WIDTH: 0px; BORDER-2D;BOTTOM-2D;WIDTH: 0px; BORDER-2D;LEFT-2D;WIDTH: 0px; PADDING-2D;TOP: 0px" title=clip_image002 border=0 alt=clip_image002 src="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/1307.clip_5F00_image002_5F00_thumb_5F00_26BB7D99.png" width=623 height=199&gt;&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="7" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:09:21.0006549Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="8" ItemType="8;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&amp;nbsp;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="8" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:09:21.0006549Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="9" ItemType="9;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Here's what happens in this scenario: When the Edge Transport server receives a 20 MB email from an Internet sender, it accepts it. The Edge Transport server has two connectors that match the address space -2D; one for the address space &lt;SPAN class="fqdn lightyellow"&gt;contoso.com&lt;/SPAN&gt; to the Active Directory site and one for the address space &lt;SPAN class="fqdn lightyellow"&gt;*&lt;/SPAN&gt;. When making the routing decision based on all available connectors, the one from the Edge to Hub is not considered because of the size restriction (it has 10 MB size limit). The best match is the * connector from Edge to the Internet (Please go over the connector selection algorithm documented in &lt;A class=bold title="See 'Undersanding Message Routing' in Exchange 2010 documentation" href="http://technet.microsoft.com/en-2D;in/library/aa998825(v=exchg.141).aspx"&gt;Understanding Message Routing&lt;/A&gt;) which has a message size limit of 30 MB.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="9" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:09:21.0006549Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="10" ItemType="10;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;SPAN class=bold&gt;End result:&lt;/SPAN&gt; The message is routed back to the Internet causing the message loop between the Internet and the Edge Server.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="10" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:09:21.0006549Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="11" ItemType="11;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Based on whether the Send connector to the Internet is configured to use DNS or a Smart Host to deliver oubound mail, we will get one of the following &lt;ACRONYM title="Non-2D;Delivery Report"&gt;NDR&lt;/ACRONYM&gt;s:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="11" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:09:21.0006549Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="12" ItemType="12;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;STRONG&gt;If using DNS:&lt;/STRONG&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="12" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:09:21.0006549Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="13" ItemType="13;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[#554 5.4.4 SMTPSEND.DNS.MxLoopback; DNS records for this domain are configured in a loop ##]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="13" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:09:21.0006549Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="14" ItemType="14;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;STRONG&gt;If using a Smart Host:&lt;/STRONG&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="14" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:09:21.0006549Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="15" ItemType="15;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[5.4.6 smtp;554 5.4.6 Hop count exceeded -2D; possible mail loop&amp;gt; #SMTP#]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="15" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:09:21.0006549Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="16" ItemType="16;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[The Solution]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="16" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:09:21.0006549Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="17" ItemType="17;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[This behavior is by design and can be easily rectified by modifying the message size limit on the connector. Based on your requirement, you can choose either of the following options:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="17" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:09:21.0006549Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="18" ItemType="18;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Set the &lt;SPAN class="parameter lightyellow"&gt;MaxMessageSize&lt;/SPAN&gt; parameter on the &lt;SPAN class=bold&gt;Receive Connector&lt;/SPAN&gt; (which receives inbound mail from the Internet) to &lt;SPAN class=bold&gt;10MB&lt;/SPAN&gt;, so messages from the Interent are restricted to 10 MB. ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="18" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:09:21.0006549Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="19" ItemType="19;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Set the &lt;SPAN class=parameter&gt;MaxMessageSize&lt;/SPAN&gt; on the &lt;SPAN class=bold&gt;Send connector&lt;/SPAN&gt; from Edge to HUB to &lt;SPAN class=bold&gt;30MB&lt;/SPAN&gt;, which will allow you to receive 30 MB messages from external senders. ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="19" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:09:21.0006549Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="20" ItemType="20;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Mystery solved! Thanks to Arindam Thokder and Scott Landry, who helped me with getting this ready for the blog!]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="20" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:09:21.0006549Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="21" ItemType="21;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;SPAN class=author&gt;Suresh Kumar (XCON)&lt;/SPAN&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="21" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:09:21.0006549Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="22" ItemType="22;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[This is a localized blog post. Please find the original article at &lt;A href="http://blogs.technet.com/b/exchange/archive/2013/03/28/mysterious-2D;mail-2D;loop-2D;on-2D;edge-2D;transport-2D;server-2D;check-2D;your-2D;size-2D;limits.aspx"&gt;Mysterious mail loop on Edge Transport server: Check your size limits!&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="22" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:09:21.0006549Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;  &lt;/Item&gt;-D;-A;&lt;/LCX&gt;--&gt;&lt;/BODY&gt;&lt;/HTML&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3571623" width="1" height="1"&gt;</content><author><name>OfficeLocalization</name><uri>http://blogs.technet.com/Office-Localization/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Anunciando o Microsoft Connectivity Analyzer (MCA) 1.0 e o Microsoft Remote Connectivity Analyzer (RCA) 2.1</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/exchange_br/archive/2013/05/09/anunciando-o-microsoft-connectivity-analyzer-mca-1-0-e-o-microsoft-remote-connectivity-analyzer-rca-2-1.aspx" /><id>http://blogs.technet.com/b/exchange_br/archive/2013/05/09/anunciando-o-microsoft-connectivity-analyzer-mca-1-0-e-o-microsoft-remote-connectivity-analyzer-rca-2-1.aspx</id><published>2013-05-09T06:29:42Z</published><updated>2013-05-09T06:29:42Z</updated><content type="html">&lt;HTML&gt;&lt;HEAD&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"/&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;/P&gt;
&lt;P&gt;Artigo original publicado na terça-feira, 12 de março de 2013&lt;/P&gt;
&lt;P&gt;Em novembro de 2012, anunciamos nosso cliente Beta do MCA. Estivemos bastante ocupados trabalhando para aprimorar as opções de teste disponíveis a partir do cliente MCA. Veja o que construímos para a versão 1.0:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/6560.image_5F00_117B91ED.png"&gt;&lt;IMG style="BACKGROUND-IMAGE: none; BORDER-RIGHT-WIDTH: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px" title=imagem border=0 alt=image src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/3362.image_5F00_thumb_5F00_78138EB2.png" width=84 height=85&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Microsoft Connectivity Analyzer Tool 1.0&lt;/H2&gt;
&lt;P&gt;Estamos empolgados em anunciar a versão 1.0 do &lt;A href="https://testconnectivity.microsoft.com/?tabid=client"&gt;Microsoft Connectivity Analyzer&lt;/A&gt;. Essa ferramenta é um complemento para o site Microsoft Remote Connectivity Analyzer. A ferramenta MCA fornece aos administradores e usuários finais a habilidade de executar diagnósticos para cinco sintomas de conectividade comuns diretamente &lt;I&gt;se seus computadores locais&lt;/I&gt;. Os usuários podem testar sua própria conectividade e salvar os resultados em um formato HTML que os administradores reconhecerão a partir dos resultados no site do RCA. &lt;/P&gt;
&lt;P&gt;&lt;B&gt;Instale a ferramenta MCA 1.0 aqui:&lt;/B&gt; &lt;A href="https://testconnectivity.microsoft.com/?tabid=client"&gt;&lt;B&gt;https://testconnectivity.microsoft.com/?tabid=client&lt;/B&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Assista ao vídeo de introdução: &lt;/B&gt;&lt;/P&gt;&lt;IFRAME height=315 src="http://www.youtube.com/embed/RaXMWdUDyq8" frameBorder=0 width=560 allowfullscreen="allowfullscreen"&gt;&lt;/IFRAME&gt;
&lt;H3&gt;A ferramenta MCA oferece cinco sintomas de teste:&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;B&gt;“Não consigo fazer logon com o Office Outlook”&lt;/B&gt; – Este teste é equivalente ao teste Exchange RCA para o “Outlook Anywhere (RPC sobre HTTP)”. Há uma opção para executar o teste SSO fornecido na página parâmetros. 
&lt;LI&gt;&lt;B&gt;“Não consigo enviar ou receber e-mail em meu dispositivo móvel”.&lt;/B&gt; – Este teste é equivalente ao teste Exchange RCA para Exchange ActiveSync. 
&lt;LI&gt;&lt;B&gt;***Novo teste do MCA*** “Não consigo fazer logon no Lync em meu dispositivo móvel ou no Lync Windows Store App”&lt;/B&gt; – Este teste verifica a existência de registros DNS (Domain Name Server) para seu domínio local a fim de assegurar que estejam configurados corretamente para suportar clientes móveis do Lync. Além disso, ele se conecta ao serviço da web Descoberta Automática e se certifica de que a autenticação, certificado, serviço da web para Mobilidade estejam configurados corretamente 
&lt;LI&gt;&lt;B&gt;***Novo teste do MCA*** “Não consigo enviar ou receber e-mail do Outlook (somente Office 365)”&lt;/B&gt; – Este teste verifica o fluxo de e-mail SMTP de entrada/saída e também inclui verificações de validação DNS para clientes do O365. 
&lt;LI&gt;&lt;B&gt;***Novo teste do MCA*** “Não consigo exibir informações de disponibilidade de outro usuário”&lt;/B&gt; – Este teste verifica se uma caixa de correio do Office 365 pode acessar as informações de disponibilidade de um caixa de correio local e vice-versa (uma direção por execução de teste). &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/2210.clip_5F00_image002_5F00_5EAB8B78.jpg"&gt;&lt;IMG style="BACKGROUND-IMAGE: none; BORDER-RIGHT-WIDTH: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px" title=clip_image002 border=0 alt=clip_image002 src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/3704.clip_5F00_image002_5F00_thumb_5F00_75D996A7.jpg" width=603 height=469&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Microsoft Lync Connectivity Analyzer Tool: &lt;/B&gt;Você também perceberá a Lync Connectivity Analyzer Tool na página cliente. Estamos trabalhando para combinar o MCA com MLCA no futuro próximo, mas queríamos disponibilizar essas duas ótimas ferramentas para os clientes a fim de aprimorar nossas opções de diagnóstico do cliente. Para saber mais sobre a MLCA – clique &lt;A href="http://technet.microsoft.com/library/jj907302.aspx"&gt;AQUI&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Feedback:&lt;/B&gt; envie todo feedback para o alias &lt;A href="mailto:mcafeedback@microsoft.com?subject=MCA1.0%20Feedback"&gt;MCA Feedback&lt;/A&gt;. Diga-nos o que pensa da ferramenta e se ela será útil na solução de problemas de cenário de conectividade. Além disso, sinta-se a vontade para fornecer feedback sobre testes adicionais que você deseja adicionar futuramente.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/4606.image_5F00_1C3B79F3.png"&gt;&lt;IMG style="BACKGROUND-IMAGE: none; BORDER-RIGHT-WIDTH: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px" title=imagem border=0 alt=imagem src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/0083.image_5F00_thumb_5F00_62B869FB.png" width=685 height=61&gt;&lt;/A&gt;&lt;/P&gt;
&lt;H2&gt;Microsoft Remote Connectivity Analyzer 2.1&lt;/H2&gt;
&lt;P&gt;Estamos empolgados em anunciar a versão 2.1 do site do Microsoft Remote Connectivity Analyzer. A ferramenta fornece aos administradores e aos usuários finais a habilidade de executar diagnósticos de conectividade para nossos servidores a fim de testar problemas comuns com o Exchange, Lync e Office 365. Adicionamos os novos testes de Servidor de nome de domínio do Office 365, aprimoramos os testes existentes e aprimoramos a experiência geral do site. &lt;/P&gt;
&lt;P&gt;&lt;B&gt;Confira as atualizações do site aqui:&lt;/B&gt; &lt;A href="https://testconnectivity.microsoft.com"&gt;&lt;B&gt;https://testconnectivity.microsoft.com&lt;/B&gt;&lt;/A&gt;&lt;B&gt; &lt;/B&gt;&lt;/P&gt;
&lt;H3&gt;Veja os destaques da versão 2.1 do RCA:&lt;/H3&gt;
&lt;P&gt;&lt;B&gt;Versão 2.1 (março de 2013)&lt;/B&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Adição de suporte para idioma localizado para 60 idiomas 
&lt;LI&gt;Atualização da versão da Microsoft Connectivity Analyzer v1.0 Tool baixável para solução de problemas de conectividade a partir da máquina local 
&lt;LI&gt;Adição da ferramenta baixável Microsoft Lync Connectivity Analyzer para solução de problemas do Lync a partir da máquina local 
&lt;LI&gt;Adição da seção Testes gerais do Office 365 
&lt;LI&gt;Adição do Teste de conectividade DNS (Domain Name Server) do Office 365 Exchange &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/3731.clip_5F00_image001_5F00_6C142F2F.png"&gt;&lt;IMG style="BACKGROUND-IMAGE: none; BORDER-RIGHT-WIDTH: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px" title=clipe_imagem001 border=0 alt=clipe_imagem001 src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/8446.clip_5F00_image001_5F00_thumb_5F00_607E71F0.png" width=582 height=289&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Aproveite!&lt;/P&gt;
&lt;P&gt;Obrigado.&lt;B&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=author&gt;Brian Feck&lt;/SPAN&gt; em nome de toda a&lt;B&gt; equipe do MCA/RCA. &lt;BR&gt;&lt;/B&gt;&lt;B&gt;Siga a equipe no Twitter - &lt;/B&gt;&lt;A href="https://twitter.com/ExRCA"&gt;&lt;B&gt;@ExRCA&lt;/B&gt;&lt;/A&gt;&lt;/P&gt;
&lt;DIV style="CLEAR: both"&gt;&lt;/DIV&gt;&lt;IMG src="http://blogs.technet.com/aggbug.aspx?PostID=3557865" width=1 height=1&gt; 
&lt;P&gt;Esta é uma postagem de blog localizada. Encontre o artigo original em &lt;A href="http://blogs.technet.com/b/exchange/archive/2013/03/11/announcing-microsoft-connectivity-analyzer-mca-1-0-and-microsoft-remote-connectivity-analyzer-rca-2-1.aspx"&gt;Announcing Microsoft Connectivity Analyzer (MCA) 1.0 and Microsoft Remote Connectivity Analyzer (RCA) 2.1&lt;/A&gt;&lt;/P&gt;&lt;!--&lt;?xml version="1.0" encoding="utf-2D;8"?&gt;-D;-A;&lt;LCX SchemaVersion="6.0" Name="Announcing-2D;Microsoft-2D;Connectivity-2D;Analyzer-2D;MC.html" PsrId="22" SrcCul="en-2D;US" TgtCul="en-2D;US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx"&gt;-D;-A;  &lt;Item ItemId=";string" ItemType=";string" PsrId="22" Leaf="false"&gt;-D;-A;    &lt;Disp Icon="Str" Expand="true" LocTbl="false" /&gt;-D;-A;    &lt;Item ItemId="1" ItemType="1;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Announcing Microsoft Connectivity Analyzer (MCA) 1.0 and Microsoft Remote Connectivity Analyzer (RCA) 2.1]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="1" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.0006559Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="2" ItemType="2;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Original article published on Tue, Mar 12 2013]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="2" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.0006559Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="3" ItemType="3;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Back in November 2012, we announced our MCA Beta client. We have been very busy working to improve the testing options that are available from the MCA client. Here’s what we’ve built for the 1.0 release:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="3" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.0006559Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="4" ItemType="4;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/6560.image_5F00_117B91ED.png"&gt;&lt;IMG style="BACKGROUND-2D;IMAGE: none; BORDER-2D;RIGHT-2D;WIDTH: 0px; PADDING-2D;LEFT: 0px; PADDING-2D;RIGHT: 0px; DISPLAY: inline; BORDER-2D;TOP-2D;WIDTH: 0px; BORDER-2D;BOTTOM-2D;WIDTH: 0px; BORDER-2D;LEFT-2D;WIDTH: 0px; PADDING-2D;TOP: 0px" title=image border=0 alt=image src="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/3362.image_5F00_thumb_5F00_78138EB2.png" width=84 height=85&gt;&lt;/A&gt;&amp;nbsp;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="4" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="5" ItemType="5;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Microsoft Connectivity Analyzer Tool 1.0]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="5" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="6" ItemType="6;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[We are excited to announce the 1.0 release of the &lt;A href="https://testconnectivity.microsoft.com/?tabid=client"&gt;Microsoft Connectivity Analyzer&lt;/A&gt;.&amp;nbsp; This tool is a companion to the Microsoft Remote Connectivity Analyzer web site.&amp;nbsp; The MCA tool provides administrators and end users with the ability to run connectivity diagnostics for five common connectivity symptoms directly &lt;I&gt;from their local computer&lt;/I&gt;.&amp;nbsp; Users can test their own connectivity, and save results in an HTML format that administrators will recognize from viewing results on the RCA website.&amp;nbsp; ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="6" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="7" ItemType="7;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;B&gt;Install the MCA 1.0 tool here:&lt;/B&gt; &lt;A href="https://testconnectivity.microsoft.com/?tabid=client"&gt;&lt;B&gt;https://testconnectivity.microsoft.com/?tabid=client&lt;/B&gt;&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="7" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="8" ItemType="8;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;B&gt;Watch the Introduction Video: &lt;/B&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="8" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="9" ItemType="9;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[The MCA tool offers five test symptoms:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="9" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="10" ItemType="10;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;B&gt;“I can’t log on with Office Outlook”&lt;/B&gt; – This test is equivalent to the Exchange RCA test for “Outlook Anywhere (RPC over HTTP)”. There is an option to run the SSO test provided on the parameters page. ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="10" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="11" ItemType="11;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;B&gt;“I can’t send or receive email on my mobile device”.&lt;/B&gt;&amp;nbsp;&amp;nbsp; – This test is equivalent to the Exchange RCA test for Exchange ActiveSync. ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="11" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="12" ItemType="12;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;B&gt;***New MCA Test*** “I can’t log on to Lync on my mobile device or the Lync Windows Store App”&lt;/B&gt; – This test checks for the Domain Name Server (DNS) records for your on-2D;premise domain to ensure they are configured correctly for supporting Mobile Lync clients. Also it connects to the Autodiscover web service and makes sure that the authentication, certificate, web service for Mobility is correctly set up ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="12" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="13" ItemType="13;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;B&gt;***New MCA Test*** “I can’t send or receive email from Outlook (Office 365 only)”&lt;/B&gt; – This test checks Inbound/Outbound SMTP mail flow and also includes Domain Name Server validation checks for O365 customers. ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="13" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="14" ItemType="14;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;B&gt;***New MCA Test*** “I can’t view free/busy information of another user”&lt;/B&gt; – This test verifies that an Office 365 mailbox can access the free/busy information of an on-2D;premises mailbox, and vice versa (one direction per test run). ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="14" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="15" ItemType="15;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/2210.clip_5F00_image002_5F00_5EAB8B78.jpg"&gt;&lt;IMG style="BACKGROUND-2D;IMAGE: none; BORDER-2D;RIGHT-2D;WIDTH: 0px; MARGIN: 0px; PADDING-2D;LEFT: 0px; PADDING-2D;RIGHT: 0px; DISPLAY: inline; BORDER-2D;TOP-2D;WIDTH: 0px; BORDER-2D;BOTTOM-2D;WIDTH: 0px; BORDER-2D;LEFT-2D;WIDTH: 0px; PADDING-2D;TOP: 0px" title=clip_image002 border=0 alt=clip_image002 src="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/3704.clip_5F00_image002_5F00_thumb_5F00_75D996A7.jpg" width=603 height=469&gt;&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="15" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="16" ItemType="16;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;B&gt;Microsoft Lync Connectivity Analyzer Tool:&amp;nbsp; &lt;/B&gt;You will also notice the Lync Connectivity Analyzer Tool on the client page.&amp;nbsp; We are working on combining MCA with MLCA in the near future but wanted to make both these great tools available to customers now to improve our client diagnostics options. To learn more about MLCA – go &lt;A href="http://technet.microsoft.com/library/jj907302.aspx"&gt;HERE&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="16" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="17" ItemType="17;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;B&gt;Feedback:&lt;/B&gt; Send all feedback to the &lt;A href="mailto:mcafeedback@microsoft.com?subject=MCA1.0%20Feedback"&gt;MCA Feedback&lt;/A&gt; alias.&amp;nbsp; Please let us know what you think of the tool and whether this will be helpful in troubleshooting connectivity scenarios. Also feel free to provide feedback on additional tests you would like to see added in the future.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="17" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="18" ItemType="18;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/4606.image_5F00_1C3B79F3.png"&gt;&lt;IMG style="BACKGROUND-2D;IMAGE: none; BORDER-2D;RIGHT-2D;WIDTH: 0px; PADDING-2D;LEFT: 0px; PADDING-2D;RIGHT: 0px; DISPLAY: inline; BORDER-2D;TOP-2D;WIDTH: 0px; BORDER-2D;BOTTOM-2D;WIDTH: 0px; BORDER-2D;LEFT-2D;WIDTH: 0px; PADDING-2D;TOP: 0px" title=image border=0 alt=image src="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/0083.image_5F00_thumb_5F00_62B869FB.png" width=685 height=61&gt;&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="18" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="19" ItemType="19;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Microsoft Remote Connectivity Analyzer 2.1]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="19" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="20" ItemType="20;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[We are excited to announce the 2.1 release of the Microsoft Remote Connectivity Analyzer web site.&amp;nbsp; The tool provides administrators and end users with the ability to run connectivity diagnostics for our servers to test common issues with Exchange, Lync and Office 365.&amp;nbsp; We have added new Office 365 Domain Name Server tests, enhanced existing tests, and improved the overall site experience. ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="20" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="21" ItemType="21;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;B&gt;Check out the updates to the website here:&lt;/B&gt; &lt;A href="https://testconnectivity.microsoft.com"&gt;&lt;B&gt;https://testconnectivity.microsoft.com&lt;/B&gt;&lt;/A&gt;&lt;B&gt; &lt;/B&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="21" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="22" ItemType="22;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Here are the highlights of the 2.1 RCA release:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="22" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="23" ItemType="23;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;B&gt;Version 2.1 (March 2013)&lt;/B&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="23" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="24" ItemType="24;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Added support for localized language support for 60 languages ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="24" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="25" ItemType="25;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Updated version of the downloadable Microsoft Connectivity Analyzer v1.0 Tool for troubleshooting connectivity from the local machine ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="25" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="26" ItemType="26;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Added Microsoft Lync Connectivity Analyzer downloadable tool for troubleshooting Lync issues from the local machine ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="26" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="27" ItemType="27;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Added Office 365 General Tests section ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="27" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.000656Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="28" ItemType="28;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Added Office 365 Exchange Domain Name Server (DNS) Connectivity Test ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="28" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.0006561Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="29" ItemType="29;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/3731.clip_5F00_image001_5F00_6C142F2F.png"&gt;&lt;IMG style="BACKGROUND-2D;IMAGE: none; BORDER-2D;RIGHT-2D;WIDTH: 0px; PADDING-2D;LEFT: 0px; PADDING-2D;RIGHT: 0px; DISPLAY: inline; BORDER-2D;TOP-2D;WIDTH: 0px; BORDER-2D;BOTTOM-2D;WIDTH: 0px; BORDER-2D;LEFT-2D;WIDTH: 0px; PADDING-2D;TOP: 0px" title=clip_image001 border=0 alt=clip_image001 src="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/8446.clip_5F00_image001_5F00_thumb_5F00_607E71F0.png" width=582 height=289&gt;&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="29" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.0006561Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="30" ItemType="30;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Enjoy!]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="30" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.0006561Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="31" ItemType="31;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Thanks.&lt;B&gt;&lt;/B&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="31" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.0006561Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="32" ItemType="32;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;SPAN class=author&gt;Brian Feck&lt;/SPAN&gt; on behalf of the entire&lt;B&gt; MCA/RCA team. &lt;BR&gt;&lt;/B&gt;&lt;B&gt;Follow the team on Twitter -2D; &lt;/B&gt;&lt;A href="https://twitter.com/ExRCA"&gt;&lt;B&gt;@ExRCA&lt;/B&gt;&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="32" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.0006561Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="33" ItemType="33;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[This is a localized blog post. Please find the original article at &lt;A href="http://blogs.technet.com/b/exchange/archive/2013/03/11/announcing-2D;microsoft-2D;connectivity-2D;analyzer-2D;mca-2D;1-2D;0-2D;and-2D;microsoft-2D;remote-2D;connectivity-2D;analyzer-2D;rca-2D;2-2D;1.aspx"&gt;Announcing Microsoft Connectivity Analyzer (MCA) 1.0 and Microsoft Remote Connectivity Analyzer (RCA) 2.1&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="33" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:36:53.0006561Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;  &lt;/Item&gt;-D;-A;&lt;/LCX&gt;--&gt;&lt;/BODY&gt;&lt;/HTML&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3571622" width="1" height="1"&gt;</content><author><name>OfficeLocalization</name><uri>http://blogs.technet.com/Office-Localization/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Orientação a hospedagem e multi-locatário para Exchange Server 2013 disponível</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/exchange_br/archive/2013/05/09/orienta-231-227-o-a-hospedagem-e-multi-locat-225-rio-para-exchange-server-2013-dispon-237-vel.aspx" /><id>http://blogs.technet.com/b/exchange_br/archive/2013/05/09/orienta-231-227-o-a-hospedagem-e-multi-locat-225-rio-para-exchange-server-2013-dispon-237-vel.aspx</id><published>2013-05-09T06:29:41Z</published><updated>2013-05-09T06:29:41Z</updated><content type="html">&lt;HTML&gt;&lt;HEAD&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"/&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;/P&gt;
&lt;P&gt;Artigo original publicado na quinta-feira, 21 de fevereiro de 2013&lt;/P&gt;
&lt;P&gt;Temos o prazer de anunciar o documento frequentemente solicitado &lt;B&gt;Orientação a hospedagem e multi-locatário&lt;/B&gt; &lt;B&gt;para Exchange Server 2013&lt;/B&gt;. Ele está disponível para download &lt;A href="http://technet.microsoft.com/en-us/exchange/jj720331"&gt;aqui&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Como leitor perspicaz observará, ele é bastante parecido com a orientação para Exchange Server 2010. Não porque localizamos, copiamos e substituímos, mas porque a estratégia que decidimos para o Exchange 2010 se mantém para o Exchange 2013. Ou seja, você deve usar apenas as ferramentas integradas, cmdlets e interfaces para configurar sua solução e você não deve, sob nenhuma circunstância, manipular diretamente objetos no AD para à atender sua configuração desejada. &lt;/P&gt;
&lt;P&gt;O que também ficou é a noção de que nem todos os recursos funcionarão como você deseja em uma configuração parecida com multi-locatário. Por exemplo, MailTips funcionará exatamente da mesma maneira que em uma implantação do tipo local padrão – e isso normalmente pode resultar na exposição de dados indesejados entre locatários. O documento realça recursos que talvez não funcionem conforme o esperado quando você configura o Exchange para multi-locatários e faz recomendações para configuração ou desativação onde for necessário.&lt;/P&gt;
&lt;P&gt;Fundamental para o elemento importante de segmentação de diretório de sua solução é o recurso Política de Catálogo de Endereços. Com o &lt;A href="http://blogs.technet.com/b/exchange/archive/2013/02/14/address-book-policies-jamba-jokes-and-secret-agents.aspx"&gt;anúncio recente&lt;/A&gt; de um agente de transporte, criado para aproveitar a vantagem das Políticas de Catálogo de Endereços, esperamos que você considere sua solução de 2013 ainda mais fácil de construir e manter. &lt;/P&gt;
&lt;P&gt;Observe que há algumas mudanças importantes para 2013 e, portanto, o incentivamos a ler a orientação &lt;B&gt;completamente&lt;/B&gt; antes de planejar e construir sua solução e consulte-a novamente quando necessário, se você enfrentar algum problema.&lt;/P&gt;
&lt;P&gt;Assim como ocorre com o Exchange 2010, temos soluções de parceiros construídas seguindo as diretrizes no documento, e as soluções que validamos no momento também estão listadas no &lt;A href="http://technet.microsoft.com/en-us/exchange/jj720331"&gt;site&lt;/A&gt;. Essa lista crescerá, portanto consulte-a novamente caso a solução que você deseja usar não estiver atualmente na lista ou entre em contato com o fornecedor e pergunte sobre os planos para validação. &lt;/P&gt;
&lt;P&gt;Planejamos lançar uma Orientação de escala para Exchange 2013 atualizada, configurada para multi-locatário ou hospedagem, e atualizaremos o site de soluções quando esse documento estiver disponível. &lt;/P&gt;
&lt;P&gt;Esperamos que você considere o documento útil e esperamos seu feedback.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=author&gt;Greg Taylor&lt;/SPAN&gt; &lt;BR&gt;Líder gerente de programa principal &lt;BR&gt;Exchange Customer Experience&lt;/P&gt;
&lt;DIV style="CLEAR: both"&gt;&lt;/DIV&gt;&lt;IMG src="http://blogs.technet.com/aggbug.aspx?PostID=3553932" width=1 height=1&gt; 
&lt;P&gt;Esta é uma postagem de blog localizada. Encontre o artigo original em &lt;A href="http://blogs.technet.com/b/exchange/archive/2013/02/20/hosting-and-multi-tenancy-guidance-for-exchange-server-2013-now-available.aspx"&gt;Hosting and Multi-Tenancy Guidance for Exchange Server 2013 Now Available&lt;/A&gt;&lt;/P&gt;&lt;!--&lt;?xml version="1.0" encoding="utf-2D;8"?&gt;-D;-A;&lt;LCX SchemaVersion="6.0" Name="Hosting-2D;and-2D;MultiTenancy-2D;Guidance-2D;for-2D;Exchang.html" PsrId="22" SrcCul="en-2D;US" TgtCul="en-2D;US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx"&gt;-D;-A;  &lt;Item ItemId=";string" ItemType=";string" PsrId="22" Leaf="false"&gt;-D;-A;    &lt;Disp Icon="Str" Expand="true" LocTbl="false" /&gt;-D;-A;    &lt;Item ItemId="1" ItemType="1;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Hosting and Multi-2D;Tenancy Guidance for Exchange Server 2013 Now Available]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="1" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:38:03.0002554Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="2" ItemType="2;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Original article published on Thu, Feb 21 2013]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="2" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:38:03.0002554Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="3" ItemType="3;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[We are pleased to be able to announce the oft-2D;requested &lt;B&gt;Hosting and Multi-2D;Tenancy Guidance&lt;/B&gt; &lt;B&gt;for Exchange Server 2013&lt;/B&gt; document. It is available for download &lt;A href="http://technet.microsoft.com/en-2D;us/exchange/jj720331"&gt;here&lt;/A&gt;.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="3" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:38:03.0002554Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="4" ItemType="4;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[As the keen eyed reader will observe, it is very similar to the guidance for Exchange Server 2010. That’s not because all we did was a find, copy and replace, but because the strategy we decided upon for Exchange 2010 holds true for Exchange 2013. That is, you should only use the built in tools, cmdlets and interfaces for configuring your solution, and you should not under any circumstances directly manipulate objects in AD to meet your desired configuration. ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="4" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:38:03.0002554Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="5" ItemType="5;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[What also holds true is the notion that not all features are going to work as you might want them to in a multi-2D;tenant like configuration. For example, MailTips will work exactly the same as they do in a standard on-2D;premises type deployment – and typically that may result in unwanted data between tenants being exposed. The document highlights features that might not work as hoped when you configure Exchange for multi-2D;tenancy, and makes recommendations for configuration, or for disabling where necessary.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="5" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:38:03.0002554Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="6" ItemType="6;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Core to the important directory segmentation element of your solution is the Address Book Policy feature. With the &lt;A href="http://blogs.technet.com/b/exchange/archive/2013/02/14/address-2D;book-2D;policies-2D;jamba-2D;jokes-2D;and-2D;secret-2D;agents.aspx"&gt;recent announcement&lt;/A&gt; of a transport agent, created to take advantage of Address Book Policies, we hope you will find your 2013 solution even easier to build and maintain. ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="6" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:38:03.0002554Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="7" ItemType="7;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Please note there are some important changes for 2013, and so we encourage you to read the guidance &lt;B&gt;thoroughly&lt;/B&gt; before you plan and build your solution, and refer back to it as needed if you have any problems.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="7" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:38:03.0002554Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="8" ItemType="8;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Just as with Exchange 2010, we have partner solutions that are built following the guidelines in the document, and the solutions we have currently validated are also listed on the &lt;A href="http://technet.microsoft.com/en-2D;us/exchange/jj720331"&gt;site&lt;/A&gt;. That list will grow so do check back if the solution you want to use isn’t currently on that list, or contact the vendor and ask about their plans for validation. ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="8" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:38:03.0002554Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="9" ItemType="9;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[We do plan on releasing updated Scale Guidance for Exchange 2013 configured for multi-2D;tenancy or hosting, and will update the solutions site when that document is available. ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="9" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:38:03.0002554Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="10" ItemType="10;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[We hope you find the document useful and look forward to hearing your feedback.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="10" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:38:03.0002554Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="11" ItemType="11;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;SPAN class=author&gt;Greg Taylor&lt;/SPAN&gt; &lt;BR&gt;Principal Program Manager Lead &lt;BR&gt;Exchange Customer Experience]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="11" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:38:03.0002554Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="12" ItemType="12;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[This is a localized blog post. Please find the original article at &lt;A href="http://blogs.technet.com/b/exchange/archive/2013/02/20/hosting-2D;and-2D;multi-2D;tenancy-2D;guidance-2D;for-2D;exchange-2D;server-2D;2013-2D;now-2D;available.aspx"&gt;Hosting and Multi-2D;Tenancy Guidance for Exchange Server 2013 Now Available&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="12" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;04-2D;25T03:38:03.0002554Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;  &lt;/Item&gt;-D;-A;&lt;/LCX&gt;--&gt;&lt;/BODY&gt;&lt;/HTML&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3571621" width="1" height="1"&gt;</content><author><name>OfficeLocalization</name><uri>http://blogs.technet.com/Office-Localization/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Solução de problemas de replicação de pastas públicas</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/exchange_br/archive/2013/01/31/solu-231-227-o-de-problemas-de-replica-231-227-o-de-pastas-p-250-blicas.aspx" /><id>http://blogs.technet.com/b/exchange_br/archive/2013/01/31/solu-231-227-o-de-problemas-de-replica-231-227-o-de-pastas-p-250-blicas.aspx</id><published>2013-01-31T15:25:29Z</published><updated>2013-01-31T15:25:29Z</updated><content type="html">&lt;p&gt;Artigo original publicado na ter&amp;ccedil;a-feira, 13 de novembro de 2012&lt;/p&gt;
&lt;p&gt;Recentemente, lan&amp;ccedil;amos um GWT (guia passo a passo interativo) para solucionar problemas de replica&amp;ccedil;&amp;atilde;o de pastas p&amp;uacute;blicas no Microsoft Exchange 2003. H&amp;aacute; alguns modos de acessar a solu&amp;ccedil;&amp;atilde;o de problemas. Voc&amp;ecirc; pode usar &lt;a href="http://support.microsoft.com/common/survey.aspx?scid=sw;en;3221&amp;amp;showpage=1"&gt;este link&lt;/a&gt; para acess&amp;aacute;-lo diretamente. Al&amp;eacute;m disso, ele estar&amp;aacute; inserido em v&amp;aacute;rios artigos relacionados &amp;agrave; replica&amp;ccedil;&amp;atilde;o de pastas p&amp;uacute;blicas, como este: &lt;a href="http://support.microsoft.com/KB/842273"&gt;http://support.microsoft.com/KB/842273&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Sei que voc&amp;ecirc; est&amp;aacute; se perguntando por que lan&amp;ccedil;amos uma solu&amp;ccedil;&amp;atilde;o de problemas para o Exchange 2003, j&amp;aacute; que ele n&amp;atilde;o faz mais parte do suporte base. Tomamos essa decis&amp;atilde;o por diversos motivos. Em primeiro lugar, h&amp;aacute; muitos clientes do Exchange que ainda utilizam o Exchange 2003, e queremos ajud&amp;aacute;-los na medida do poss&amp;iacute;vel para que eles possam mudar para as vers&amp;otilde;es do produto com suporte. Esse &amp;eacute; o melhor modo de orientar esses clientes, j&amp;aacute; que n&amp;atilde;o temos mais &amp;agrave; disposi&amp;ccedil;&amp;atilde;o uma op&amp;ccedil;&amp;atilde;o de suporte telef&amp;ocirc;nico para eles. Em segundo lugar, de modo geral, todos os problemas com pastas p&amp;uacute;blicas do Exchange Server 2003 j&amp;aacute; foram identificados. Por isso, pudemos criar uma solu&amp;ccedil;&amp;atilde;o de problemas que aborde esse material e que n&amp;atilde;o passe por mudan&amp;ccedil;as dr&amp;aacute;sticas. Por fim, como o mecanismo de replica&amp;ccedil;&amp;atilde;o de pastas p&amp;uacute;blicas n&amp;atilde;o passou por altera&amp;ccedil;&amp;otilde;es significativas por algum tempo (&lt;a href="http://blogs.technet.com/b/exchange/archive/2012/11/08/public-folders-in-the-new-office.aspx"&gt;at&amp;eacute; o Exchange 2013&lt;/a&gt;), fez sentido iniciar com Exchange 2003, pois ele nos proporcionou a estrutura para que possamos fazer atualiza&amp;ccedil;&amp;otilde;es relacionadas &amp;agrave;s vers&amp;otilde;es posteriores com relativa facilidade.&lt;/p&gt;
&lt;p&gt;A organiza&amp;ccedil;&amp;atilde;o de suporte dedicar&amp;aacute; esfor&amp;ccedil;os na expans&amp;atilde;o dessa solu&amp;ccedil;&amp;atilde;o de problemas, de modo que, futuramente, inclua as vers&amp;otilde;es 2007/2010.&lt;/p&gt;
&lt;p&gt;Na verdade, esse guia passo a passo &amp;eacute; um guia para a solu&amp;ccedil;&amp;atilde;o de problemas de replica&amp;ccedil;&amp;atilde;o, conforme explicado em uma s&amp;eacute;rie de posts de Bill Long, &lt;a href="http://blogs.technet.com/b/exchange/archive/2006/01/17/public-folder-replication-troubleshooting-part-1-troubleshooting-the-replication-of-new-changes.aspx"&gt;aqui&lt;/a&gt;, &lt;a href="http://blogs.technet.com/b/exchange/archive/2006/01/19/public-folder-replication-troubleshooting-part-2-troubleshooting-the-replication-of-existing-data.aspx"&gt;aqui&lt;/a&gt; e &lt;a href="http://blogs.technet.com/b/exchange/archive/2006/01/23/417974.aspx"&gt;aqui&lt;/a&gt;. O objetivo dele n&amp;atilde;o &amp;eacute; substituir todas as informa&amp;ccedil;&amp;otilde;es que ajudam na compreens&amp;atilde;o do processo de replica&amp;ccedil;&amp;atilde;o de pastas p&amp;uacute;blicas, mas sim fornecer rapidamente as etapas necess&amp;aacute;rias para que voc&amp;ecirc; localize o problema (caso haja problemas de replica&amp;ccedil;&amp;atilde;o).&lt;/p&gt;
&lt;p&gt;Gostaria de agradecer &amp;agrave;s pessoas que ajudaram a transformar tudo isso em realidade. Aqui est&amp;atilde;o as partes envolvidas (at&amp;eacute; onde eu sei):&lt;/p&gt;
&lt;p&gt;Suporte do Exchange:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Nick Basile&lt;/li&gt;
&lt;li&gt;Rob Whaley&lt;/li&gt;
&lt;li&gt;Bill Long&lt;/li&gt;
&lt;li&gt;Charlotte Raymundo&lt;/li&gt;
&lt;li&gt;Will Duff&lt;/li&gt;
&lt;li&gt;Nino Bilic&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Equipes de cria&amp;ccedil;&amp;atilde;o de conte&amp;uacute;do/documenta&amp;ccedil;&amp;atilde;o:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Bobbie DeFault&lt;/li&gt;
&lt;li&gt;Geoffrey Crisp (Entirenet)&lt;/li&gt;
&lt;li&gt;Jerry Sitser (Entirenet)&lt;/li&gt;
&lt;li&gt;Jarrett Renshaw&lt;/li&gt;
&lt;li&gt;Star Li (Wicresoft)&lt;/li&gt;
&lt;li&gt;Chen Jiang&lt;/li&gt;
&lt;li&gt;Victor Zhang (Wicresoft)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Atenciosamente,&lt;/p&gt;
&lt;p&gt;&lt;span class="author"&gt;Charlotte Raymundo &lt;br /&gt;&lt;/span&gt;Engenheira de conhecimento de sistemas de mensagens&lt;/p&gt;
&lt;p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3532064" alt="" width="1" height="1" /&gt;&lt;/p&gt;
&lt;p&gt;Esta &amp;eacute; uma postagem de blog traduzida. Consulte o artigo original em &lt;a href="http://blogs.technet.com/b/exchange/archive/2012/11/12/public-folder-replication-troubleshooter.aspx"&gt;Public Folder replication troubleshooter&lt;/a&gt;&lt;/p&gt;
&lt;!--&lt;?xml version="1.0" encoding="utf-2D;8"?&gt;-D;-A;&lt;LCX SchemaVersion="6.0" Name="Public-2D;Folder-2D;replication-2D;troubleshooter.html" PsrId="22" SrcCul="en-2D;US" TgtCul="en-2D;US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx"&gt;-D;-A;  &lt;Item ItemId=";string" ItemType=";string" PsrId="22" Leaf="false"&gt;-D;-A;    &lt;Disp Icon="Str" Expand="true" LocTbl="false" /&gt;-D;-A;    &lt;Item ItemId="1" ItemType="1;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Public Folder replication troubleshooter]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="1" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="2" ItemType="2;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Original article published on Tue, Nov 13 2012]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="2" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="3" ItemType="3;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Recently, we have released a Guided Walk Through (GWT) for troubleshooting public Folder replication issues in Microsoft Exchange 2003.&amp;nbsp; There are a couple of ways to access the troubleshooter.&amp;nbsp; You can use the link &lt;A href="http://support.microsoft.com/common/survey.aspx?scid=sw;en;3221&amp;amp;showpage=1"&gt;here&lt;/A&gt; to access it directly.&amp;nbsp; As well, it will be embedded in various related public folder replication articles such as the following:&amp;nbsp; &lt;A href="http://support.microsoft.com/KB/842273"&gt;http://support.microsoft.com/KB/842273&lt;/A&gt;.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="3" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="4" ItemType="4;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Now, I know you are wondering why we came out with a troubleshooter for Exchange 2003 since it’s no longer in mainstream support?&amp;nbsp; We made this decision for a number of reasons.&amp;nbsp; First, there is a good amount of our Exchange customers who are still transitioning off Exchange 2003 and we want to help those customers as much as possible to move to our newer supported versions of the product.&amp;nbsp; This is the best way to help guide those customers since we no longer have a phone support option for them.&amp;nbsp; Secondly, for the most part, all of our Exchange server 2003 Public Folders issues have already been identified, so creating a troubleshooter covering this material means it will not change drastically. Finally, due to the fact that the public folder replication mechanism has not significantly changed for a while (&lt;A href="http://blogs.technet.com/b/exchange/archive/2012/11/08/public-2D;folders-2D;in-2D;the-2D;new-2D;office.aspx"&gt;until Exchange 2013&lt;/A&gt;), it made sense to start with Exchange 2003 as it gave us the framework that we can update for later versions relatively easily.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="4" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="5" ItemType="5;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[The support organization will be putting efforts into expanding this troubleshooter to include 2007/2010 in the future. ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="5" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="6" ItemType="6;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[This walk through is really a guide through the replication troubleshooting, as laid out in a series of blog posts by Bill Long, &lt;A href="http://blogs.technet.com/b/exchange/archive/2006/01/17/public-2D;folder-2D;replication-2D;troubleshooting-2D;part-2D;1-2D;troubleshooting-2D;the-2D;replication-2D;of-2D;new-2D;changes.aspx"&gt;here&lt;/A&gt;, &lt;A href="http://blogs.technet.com/b/exchange/archive/2006/01/19/public-2D;folder-2D;replication-2D;troubleshooting-2D;part-2D;2-2D;troubleshooting-2D;the-2D;replication-2D;of-2D;existing-2D;data.aspx"&gt;here&lt;/A&gt; and &lt;A href="http://blogs.technet.com/b/exchange/archive/2006/01/23/417974.aspx"&gt;here&lt;/A&gt;. It is not meant to replace all of the data that helps you understand the public folder replication process, but rather quickly give you the steps you need to help find the problem if there are problems with replication.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="6" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="7" ItemType="7;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[I wanted to thank the people who helped make this a reality. Here are the parties involved (that I am aware of):]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="7" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="8" ItemType="8;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Exchange support:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="8" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="9" ItemType="9;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Nick Basile ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="9" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="10" ItemType="10;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Rob Whaley ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="10" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="11" ItemType="11;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Bill Long ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="11" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="12" ItemType="12;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Charlotte Raymundo ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="12" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="13" ItemType="13;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Will Duff ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="13" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="14" ItemType="14;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Nino Bilic ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="14" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="15" ItemType="15;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Documentation / content creation teams:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="15" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="16" ItemType="16;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Bobbie DeFault ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="16" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="17" ItemType="17;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Geoffrey Crisp (Entirenet) ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="17" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="18" ItemType="18;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Jerry Sitser (Entiernet) ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="18" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="19" ItemType="19;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Jarrett Renshaw ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="19" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="20" ItemType="20;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Star Li (Wicresoft) ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="20" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="21" ItemType="21;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Chen Jiang ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="21" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="22" ItemType="22;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Victor Zhang (Wicresoft) ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="22" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="23" ItemType="23;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Regards,]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="23" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="24" ItemType="24;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;SPAN class=author&gt;Charlotte Raymundo &lt;BR&gt;&lt;/SPAN&gt;Messaging Knowledge Engineer]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="24" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="25" ItemType="25;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[This is a localized blog post. Please find the original article at &lt;A href="http://blogs.technet.com/b/exchange/archive/2012/11/12/public-2D;folder-2D;replication-2D;troubleshooter.aspx"&gt;Public Folder replication troubleshooter&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="25" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:48.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;  &lt;/Item&gt;-D;-A;&lt;/LCX&gt;--&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3549583" width="1" height="1"&gt;</content><author><name>OfficeLocalization</name><uri>http://blogs.technet.com/Office-Localization/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Limite de destinatários ampliado para 10 mil no Office 365 e Exchange Online</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/exchange_br/archive/2013/01/31/limite-de-destinat-225-rios-ampliado-para-10-mil-no-office-365-e-exchange-online.aspx" /><id>http://blogs.technet.com/b/exchange_br/archive/2013/01/31/limite-de-destinat-225-rios-ampliado-para-10-mil-no-office-365-e-exchange-online.aspx</id><published>2013-01-31T15:24:50Z</published><updated>2013-01-31T15:24:50Z</updated><content type="html">&lt;p&gt;Artigo original publicado na quinta-feira, 27 de dezembro de 2012&lt;/p&gt;
&lt;p&gt;Como resposta aos coment&amp;aacute;rios de nossos clientes, ampliamos o limite de destinat&amp;aacute;rios do Office 365 nos planos para empresas (E1, E2, E3, E4, K1 e K2), profissionais e pequenos neg&amp;oacute;cios (P1) e governo (G1, G2, G3 e G4), de modo a permitir que os usu&amp;aacute;rios enviem emails para at&amp;eacute; &lt;span class="lightyellow bold"&gt;10.000 destinat&amp;aacute;rios por dia&lt;/span&gt;. Esses novos limites tamb&amp;eacute;m se aplicam a planos aut&amp;ocirc;nomos do Exchange Online (Quiosque, Plano 1 e Plano 2). Antigamente, o limite para usu&amp;aacute;rios desses planos era de no m&amp;aacute;ximo 1.500 destinat&amp;aacute;rios por dia.&lt;/p&gt;
&lt;p&gt;Os limites de destinat&amp;aacute;rios existem para evitar que os usu&amp;aacute;rios enviem grandes volumes de emails comerciais n&amp;atilde;o solicitados, conhecidos como spam. Esses limites impedem que nosso servi&amp;ccedil;o online torne-se fonte de spam e, como resultados dessas prote&amp;ccedil;&amp;otilde;es, o fluxo de mensagens de email de nossos clientes &amp;eacute; cont&amp;iacute;nuo. As melhorias de data center permitiram aumentar esse limite e, ao mesmo tempo, manter o mesmo n&amp;iacute;vel de prote&amp;ccedil;&amp;atilde;o.&lt;/p&gt;
&lt;p&gt;Esses limites s&amp;atilde;o aplic&amp;aacute;veis a mensagens de email enviadas de uma organiza&amp;ccedil;&amp;atilde;o ou distribu&amp;iacute;das a organiza&amp;ccedil;&amp;otilde;es externas. O melhor modo de n&amp;atilde;o exceder o limite de destinat&amp;aacute;rios &amp;eacute; usar grupos de distribui&amp;ccedil;&amp;atilde;o ao enviar mensagens para um grande n&amp;uacute;mero de destinat&amp;aacute;rios. Os grupos de distribui&amp;ccedil;&amp;atilde;o armazenados no cat&amp;aacute;logo de endere&amp;ccedil;os compartilhado s&amp;atilde;o contados como um &amp;uacute;nico destinat&amp;aacute;rio com rela&amp;ccedil;&amp;atilde;o ao limite de destinat&amp;aacute;rios. Para obter mais informa&amp;ccedil;&amp;otilde;es, consulte as &lt;a class="bold" title="Consulte as estrat&amp;eacute;gias de suporte a emails em massa no artigo sobre limites di&amp;aacute;rios de emails em massa e destinat&amp;aacute;rios" href="http://help.outlook.com/en-us/140/ff381292.aspx#bulkemailstrategies"&gt;estrat&amp;eacute;gias de suporte a emails em massa&lt;/a&gt;. Os clientes do Office 365 que precisam enviar emails comerciais em massa leg&amp;iacute;timos (como informativos aos clientes) devem continuar a usar os provedores de terceiros especializados nesses servi&amp;ccedil;os.&lt;/p&gt;
&lt;p&gt;Caso deseje mais informa&amp;ccedil;&amp;otilde;es sobre os limites de destinat&amp;aacute;rios, consulte o artigo sobre &lt;a class="bold" title="Consulte o artigo sobre limites di&amp;aacute;rios de emails em massa e destinat&amp;aacute;rios na documenta&amp;ccedil;&amp;atilde;o do Exchange Online" href="http://help.outlook.com/en-us/140/Ff381292.aspx"&gt;limites di&amp;aacute;rios de emails em massa e de destinat&amp;aacute;rios&lt;/a&gt;. Fizemos essa altera&amp;ccedil;&amp;atilde;o em fun&amp;ccedil;&amp;atilde;o de seus coment&amp;aacute;rios. Obrigado por compartilhar sua opini&amp;atilde;o conosco, continue assim!&lt;/p&gt;
&lt;p&gt;&lt;span class="author"&gt;Steve Chew&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3542675" alt="" width="1" height="1" /&gt;&lt;/p&gt;
&lt;p&gt;Esta &amp;eacute; uma postagem de blog traduzida. Consulte o artigo original em &lt;a href="http://blogs.technet.com/b/exchange/archive/2012/12/26/recipient-rate-limit-increase-to-10k-for-office-365-and-exchange-online.aspx"&gt;Recipient Rate Limit Increase to 10K for Office 365 and Exchange Online&lt;/a&gt;&lt;/p&gt;
&lt;!--&lt;?xml version="1.0" encoding="utf-2D;8"?&gt;-D;-A;&lt;LCX SchemaVersion="6.0" Name="Recipient-2D;Rate-2D;Limit-2D;Increase-2D;to-2D;10K-2D;for-2D;Offi.html" PsrId="22" SrcCul="en-2D;US" TgtCul="en-2D;US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx"&gt;-D;-A;  &lt;Item ItemId=";string" ItemType=";string" PsrId="22" Leaf="false"&gt;-D;-A;    &lt;Disp Icon="Str" Expand="true" LocTbl="false" /&gt;-D;-A;    &lt;Item ItemId="1" ItemType="1;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Recipient Rate Limit Increase to 10K for Office 365 and Exchange Online]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="1" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="2" ItemType="2;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Original article published on Thu, Dec 27 2012]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="2" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="3" ItemType="3;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[In response to feedback from our customers, we have increased the recipient rate limit within Office 365 Enterprise (E1, E2, E3, E4, K1, and K2), Professionals and Small Businesses (P1), and Government plans (G1, G2, G3, and G4) to allow users to send email to up to &lt;SPAN class="lightyellow bold"&gt;10,000 recipients per day&lt;/SPAN&gt;. These new limits also apply to standalone Exchange Online plans (Kiosk, Plan 1, and Plan 2). Previously, the recipient rate limit for users of these plans had been set at a maximum of 1,500 recipients per day.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="3" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="4" ItemType="4;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Recipient rate limits exist to discourage users from sending large volumes of unsolicited commercial email, commonly referred to as spam. These limits protect our online service from becoming a source of spam and, as a result of these protections, keep our customers’ email messages flowing. Datacenter enhancements have allowed us to increase this limit while maintaining the same level of protection.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="4" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="5" ItemType="5;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[These limits apply both to email messages sent within an organization and those delivered to external organizations. The best way to avoid exceeding the recipient rate limit is to use distribution groups when sending messages to large numbers of recipients. Distribution groups stored in the shared address book are counted as a single recipient toward the recipient rate limit. For more information, see &lt;A class=bold title="See 'Strategies to Support Bulk Email' in Bulk E-2D;Mail and Daily Recipient Rate Limits" href="http://help.outlook.com/en-2D;us/140/ff381292.aspx#bulkemailstrategies"&gt;Strategies to Support Bulk Email&lt;/A&gt;. Office 365 customers who need to send legitimate bulk commercial email — such as customer newsletters – should continue to use third-2D;party providers that specialize in these services.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="5" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="6" ItemType="6;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[If you would like more information on recipient rate limits, see &lt;A class=bold title="See 'Bulk E-2D;Mail and Daily Recipient Rate Limits' in Exchange Online documentation" href="http://help.outlook.com/en-2D;us/140/Ff381292.aspx"&gt;Bulk Email and Daily Recipient Rate Limits&lt;/A&gt;. We made this change because of your feedback. Thank you for sharing your thoughts with us, and please keep it up!]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="6" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="7" ItemType="7;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;SPAN class=author&gt;Steve Chew&lt;/SPAN&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="7" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="8" ItemType="8;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[This is a localized blog post. Please find the original article at &lt;A href="http://blogs.technet.com/b/exchange/archive/2012/12/26/recipient-2D;rate-2D;limit-2D;increase-2D;to-2D;10k-2D;for-2D;office-2D;365-2D;and-2D;exchange-2D;online.aspx"&gt;Recipient Rate Limit Increase to 10K for Office 365 and Exchange Online&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="8" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;  &lt;/Item&gt;-D;-A;&lt;/LCX&gt;--&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3549582" width="1" height="1"&gt;</content><author><name>OfficeLocalization</name><uri>http://blogs.technet.com/Office-Localization/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Quais são as novidades do Microsoft Remote Connectivity Analyzer? Muitas!</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/exchange_br/archive/2013/01/31/quais-s-227-o-as-novidades-do-microsoft-remote-connectivity-analyzer-muitas.aspx" /><id>http://blogs.technet.com/b/exchange_br/archive/2013/01/31/quais-s-227-o-as-novidades-do-microsoft-remote-connectivity-analyzer-muitas.aspx</id><published>2013-01-31T15:24:00Z</published><updated>2013-01-31T15:24:00Z</updated><content type="html">&lt;p&gt;Artigo original publicado na ter&amp;ccedil;a-feira, 20 de novembro de 2012&lt;/p&gt;
&lt;p&gt;Voc&amp;ecirc; j&amp;aacute; recebeu uma liga&amp;ccedil;&amp;atilde;o de algu&amp;eacute;m com problemas em conectar o cliente do Outlook ao servidor de emails? N&amp;atilde;o seria &amp;oacute;timo se houvesse uma ferramenta que voc&amp;ecirc; pudesse enviar para realizar testes de conectividade e fornecer um m&amp;eacute;todo simples de envio dos resultados de volta para voc&amp;ecirc;?&lt;/p&gt;
&lt;p&gt;Ou talvez voc&amp;ecirc; seja um administrador que utiliza o &lt;a href="https://www.testexchangeconnectivity.com/?tabid=client"&gt;Remote Connectivity Analyzer&lt;/a&gt; h&amp;aacute; anos para verificar configura&amp;ccedil;&amp;otilde;es de email, mas deseja um meio para realizar os mesmos testes em sua organiza&amp;ccedil;&amp;atilde;o, com os mesmos detalhes de diagn&amp;oacute;stico do site do RCA.&lt;/p&gt;
&lt;p&gt;Ap&amp;oacute;s ouvir pedidos como esses, nossa equipe criou uma ferramenta justamente para esses cen&amp;aacute;rios. Gostaria de apresentar o &lt;strong&gt;Microsoft Connectivity Analyzer (beta)&lt;/strong&gt;, uma vers&amp;atilde;o port&amp;aacute;til do site Remote Connectivity Analyzer. Veja um v&amp;iacute;deo de 49 segundos que mostra o Microsoft Connectivity Analyzer.&lt;/p&gt;
&lt;p&gt;&lt;iframe src="http://www.youtube.com/embed/-Y1VSvPH5eE?rel=0" frameborder="0" width="560" height="315"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;Essa ferramenta cont&amp;eacute;m os mesmos testes do site, com uma interface do usu&amp;aacute;rio bem mais simples, que voc&amp;ecirc; pode compartilhar com usu&amp;aacute;rios, familiares ou com seu vizinho do outro lado da rua.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/6523.image_5F00_3E424DCD.png"&gt;&lt;img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="imagem" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/6523.image_5F00_thumb_5F00_0F7C952B.png" alt="imagem" width="624" height="288" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/4150.image_5F00_1C0A4247.png"&gt;&lt;img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="imagem" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/1732.image_5F00_thumb_5F00_7463C61C.png" alt="imagem" width="497" height="373" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/7367.image_5F00_6CD856AF.png"&gt;&lt;img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="imagem" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/8764.image_5F00_thumb_5F00_59B72A03.png" alt="imagem" width="495" height="372" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Al&amp;eacute;m disso, dividimos os resultados em dois modos de exibi&amp;ccedil;&amp;atilde;o: um simplificado, que mostra apenas os resultados que at&amp;eacute; sua m&amp;atilde;e entenderia, e os resultados com detalhes completos que apenas um administrador (no caso, voc&amp;ecirc;) gostaria de analisar.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/6786.image_5F00_00190D4F.png"&gt;&lt;img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="imagem" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/8764.image_5F00_thumb_5F00_58729124.png" alt="imagem" width="495" height="371" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Al&amp;eacute;m disso, os detalhes adicionais para os administradores s&amp;atilde;o mostrados na se&amp;ccedil;&amp;atilde;o de an&amp;aacute;lise de todos os testes executados:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/8345.image_5F00_77B537F7.png"&gt;&lt;img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="imagem" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/8764.image_5F00_thumb_5F00_092598D0.png" alt="imagem" width="566" height="126" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Ou voc&amp;ecirc; pode pedir para o usu&amp;aacute;rio salvar os resultados detalhados e envi&amp;aacute;-los para voc&amp;ecirc;! Esses resultados s&amp;atilde;o salvos como arquivo HTML e podem ser visualizados em um navegador.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Pr&amp;eacute;-requisitos do Microsoft Connectivity Analyzer&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;A ferramenta oferece suporte aos seguintes sistemas operacionais: Windows 7 64 bits, Windows 7, Windows Server 2008 e superior&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30653"&gt;Microsoft .NET Framework 4.5&lt;/a&gt;&amp;nbsp;obrigat&amp;oacute;rio.&lt;/li&gt;
&lt;li&gt;Requisitos de navegador:&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;
&lt;p&gt;A instala&amp;ccedil;&amp;atilde;o funcionar&amp;aacute; em todos os navegadores modernos. Por&amp;eacute;m...&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Caso utilize o Google Chrome, ser&amp;aacute; necess&amp;aacute;rio instalar o &lt;a href="https://chrome.google.com/webstore/detail/clickonce-for-google-chro/eeifaoomkminpbeebjdmdojbhmagnncl#detail/clickonce-for-google-chro/eeifaoomkminpbeebjdmdojbhmagnncl"&gt;ClickOnce para Google Chrome&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Caso utilize o FireFox, ser&amp;aacute; necess&amp;aacute;rio instalar o &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/microsoft-net-framework-assist/"&gt;Microsoft .Net Framework Assistant para FireFox.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;Voc&amp;ecirc; pode encontrar as notas de vers&amp;atilde;o completas &lt;a href="https://www.testexchangeconnectivity.com/Pages/ChangeList.htm"&gt;aqui&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Ainda n&amp;atilde;o terminamos. Temos planos para adicionar mais testes.&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Assim como quando lan&amp;ccedil;amos o site, a primeira vers&amp;atilde;o do Microsoft Connectivity Analyzer est&amp;aacute; em desenvolvimento.&lt;/p&gt;
&lt;p&gt;Como temos uma ferramenta no local, com o usu&amp;aacute;rio final, estamos em uma &amp;oacute;tima posi&amp;ccedil;&amp;atilde;o para ampliar os testes, de modo que incluam problemas comuns de todos os tipos de conectividade. Esta vers&amp;atilde;o preliminar da ferramenta &amp;eacute; apenas o come&amp;ccedil;o.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;E isso n&amp;atilde;o &amp;eacute; tudo!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Al&amp;eacute;m de fornecer uma nova ferramenta, unimos for&amp;ccedil;as com o Lync Remote Connectivity Analyzer e integramos as duas ferramentas. Voc&amp;ecirc; ver&amp;aacute; que removemos &amp;ldquo;Exchange&amp;rdquo; do nome e que h&amp;aacute; um novo endere&amp;ccedil;o para acessar o site: &lt;a href="http://testconnectivity.microsoft.com"&gt;http://testconnectivity.microsoft.com&lt;/a&gt;. &amp;Eacute; isso mesmo: todos os testes do Lync e Exchange est&amp;atilde;o dispon&amp;iacute;veis no mesmo site.&lt;/p&gt;
&lt;p&gt;Os testes incluem:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Teste de Conectividade Remota do Servi&amp;ccedil;o Web da Descoberta Autom&amp;aacute;tica do Lync Mobile&lt;/strong&gt;, que testar&amp;aacute; a conectividade remota com o servidor do Servi&amp;ccedil;o Web de Descoberta Autom&amp;aacute;tica do Microsoft Lync Mobile&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Testes do Microsoft Office Communications Server&lt;/strong&gt;, que testar&amp;atilde;o a conectividade remota com o Microsoft Office Communications Server. Eles realizar&amp;atilde;o a descoberta autom&amp;aacute;tica da borda de acesso e da porta de conex&amp;atilde;o OU permitir&amp;atilde;o que voc&amp;ecirc; especifique um servidor de borda de acesso.&lt;strong&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Teste de Conectividade Remota do Lync Server&lt;/strong&gt;, que testar&amp;aacute; a conectividade remota com o Microsoft Lync Server. Ele realizar&amp;aacute; a descoberta autom&amp;aacute;tica da borda de acesso e da porta de conex&amp;atilde;o OU permitir&amp;aacute; que voc&amp;ecirc; especifique um servidor de borda de acesso.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/0830.image_5F00_0F6C6F5E.png"&gt;&lt;img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="imagem" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/4643.image_5F00_thumb_5F00_1BFA1C7A.png" alt="imagem" width="591" height="348" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Mas espere, ainda tem mais...&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Eu cheguei a comentar que estivemos ocupados este ano? Na guia do Office 365, voc&amp;ecirc; ver&amp;aacute; dois novos testes: &lt;strong&gt;DNS do Lync do Office 365&lt;/strong&gt; e &lt;strong&gt;Disponibilidade&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;O&lt;strong&gt; Teste de DNS do Lync do Office 365 &lt;/strong&gt;verificar&amp;aacute; as configura&amp;ccedil;&amp;otilde;es de nome do dom&amp;iacute;nio externo para o usu&amp;aacute;rio de dom&amp;iacute;nio personalizado no Office 365.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/0334.image_5F00_3B3CC34D.png"&gt;&lt;img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="imagem" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/8838.image_5F00_thumb_5F00_2C921768.png" alt="imagem" width="592" height="613" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Gra&amp;ccedil;as &amp;agrave; equipe de Servi&amp;ccedil;os de Implanta&amp;ccedil;&amp;atilde;o do Office 365, o site do RCA hospeda o&lt;strong&gt; teste de Disponibilidade do Office 365&lt;/strong&gt;. Ele verifica se a caixa de correio do Office 365 pode acessar as informa&amp;ccedil;&amp;otilde;es de disponibilidade de uma caixa de correio no local e vice-versa. Isso inclui:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;uma verifica&amp;ccedil;&amp;atilde;o para confirmar se a hora do sistema do servidor h&amp;iacute;brido tem mais de cinco minutos de diferen&amp;ccedil;a, o que leva a falhas ao solicitar tokens de delega&amp;ccedil;&amp;atilde;o do Microsoft Federation Gateway.&lt;/li&gt;
&lt;li&gt;uma verifica&amp;ccedil;&amp;atilde;o para conferir se a conectividade de entrada com o servidor h&amp;iacute;brido n&amp;atilde;o exige pr&amp;eacute;-autentica&amp;ccedil;&amp;atilde;o de firewall, ou seja, se o firewall permite autentica&amp;ccedil;&amp;atilde;o de passagem.&lt;/li&gt;
&lt;li&gt;uma verifica&amp;ccedil;&amp;atilde;o para conferir se o servidor h&amp;iacute;brido atendi aos requisitos m&amp;iacute;nimos de vers&amp;atilde;o do Exchange Server (Exchange Server 2010 SP1).&lt;/li&gt;
&lt;li&gt;uma consulta b&amp;aacute;sica de disponibilidade direcionada ao Servi&amp;ccedil;o de Disponibilidade de destino.&lt;/li&gt;
&lt;li&gt;Links com orienta&amp;ccedil;&amp;otilde;es a respeito do assistente de configura&amp;ccedil;&amp;atilde;o h&amp;iacute;brida, uma fonte comum de erros de configura&amp;ccedil;&amp;atilde;o de implanta&amp;ccedil;&amp;otilde;es h&amp;iacute;bridas&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ufa! Obrigado por ter chegado at&amp;eacute; aqui. Espero que voc&amp;ecirc; aproveite as novas atualiza&amp;ccedil;&amp;otilde;es. N&amp;atilde;o deixe de compartilhar suas opini&amp;otilde;es conosco.&lt;/p&gt;
&lt;p&gt;&lt;span class="author"&gt;Nicole Allen&lt;/span&gt; &lt;br /&gt;Em nome da equipe do RCA&lt;/p&gt;
&lt;p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3533347" alt="" width="1" height="1" /&gt;&lt;/p&gt;
&lt;p&gt;Esta &amp;eacute; uma postagem de blog traduzida. Consulte o artigo original em &lt;a href="http://blogs.technet.com/b/exchange/archive/2012/11/19/what-s-new-with-microsoft-remote-connectivity-analyzer-a-lot.aspx"&gt;What&amp;rsquo;s new with Microsoft Remote Connectivity Analyzer? A lot!&lt;/a&gt;&lt;/p&gt;
&lt;!--&lt;?xml version="1.0" encoding="utf-2D;8"?&gt;-D;-A;&lt;LCX SchemaVersion="6.0" Name="Whats-2D;new-2D;with-2D;Microsoft-2D;Remote-2D;Connectivity-2D;.html" PsrId="22" SrcCul="en-2D;US" TgtCul="en-2D;US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx"&gt;-D;-A;  &lt;Item ItemId=";string" ItemType=";string" PsrId="22" Leaf="false"&gt;-D;-A;    &lt;Disp Icon="Str" Expand="true" LocTbl="false" /&gt;-D;-A;    &lt;Item ItemId="1" ItemType="1;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[What’s new with Microsoft Remote Connectivity Analyzer? A lot!]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="1" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="2" ItemType="2;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Original article published on Tue, Nov 20 2012]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="2" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="3" ItemType="3;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Have you ever gotten a call from someone you know whose Outlook client is having trouble connecting to their email server? Don’t you just wish you had a tool that you could send to them that would walk them through a connectivity test and provide a simple way for them to send the results back to you?]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="3" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="4" ItemType="4;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Or perhaps you’re an administrator that has been using the &lt;A href="https://www.testexchangeconnectivity.com/?tabid=client"&gt;Remote Connectivity Analyzer&lt;/A&gt; for years to verify email configuration, but wish you had a way to verify the same tests from within your organization, that provided the same diagnostic details as the RCA website?]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="4" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="5" ItemType="5;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[We’ve heard requests like these, and our team has built a tool for just these scenarios. I’d like to introduce you to the &lt;B&gt;Microsoft Connectivity Analyzer (beta)&lt;/B&gt;, a portable version of the Remote Connectivity Analyzer website. Here is a short 49 second video that introduces the Microsoft Connectivity Analyzer. ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="5" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="6" ItemType="6;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[This tool contains the same tests as the website, in a slightly simpler UI – something you can share with your users, family, or your neighbor down the street. ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="6" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="7" ItemType="7;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/6523.image_5F00_3E424DCD.png"&gt;&lt;IMG style="BACKGROUND-2D;IMAGE: none; BORDER-2D;RIGHT-2D;WIDTH: 0px; PADDING-2D;LEFT: 0px; PADDING-2D;RIGHT: 0px; DISPLAY: inline; BORDER-2D;TOP-2D;WIDTH: 0px; BORDER-2D;BOTTOM-2D;WIDTH: 0px; BORDER-2D;LEFT-2D;WIDTH: 0px; PADDING-2D;TOP: 0px" title=image border=0 alt=image src="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/6523.image_5F00_thumb_5F00_0F7C952B.png" width=624 height=288&gt;&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="7" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="8" ItemType="8;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/4150.image_5F00_1C0A4247.png"&gt;&lt;IMG style="BACKGROUND-2D;IMAGE: none; BORDER-2D;RIGHT-2D;WIDTH: 0px; PADDING-2D;LEFT: 0px; PADDING-2D;RIGHT: 0px; DISPLAY: inline; BORDER-2D;TOP-2D;WIDTH: 0px; BORDER-2D;BOTTOM-2D;WIDTH: 0px; BORDER-2D;LEFT-2D;WIDTH: 0px; PADDING-2D;TOP: 0px" title=image border=0 alt=image src="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/1732.image_5F00_thumb_5F00_7463C61C.png" width=497 height=373&gt;&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="8" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="9" ItemType="9;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/7367.image_5F00_6CD856AF.png"&gt;&lt;IMG style="BACKGROUND-2D;IMAGE: none; BORDER-2D;RIGHT-2D;WIDTH: 0px; PADDING-2D;LEFT: 0px; PADDING-2D;RIGHT: 0px; DISPLAY: inline; BORDER-2D;TOP-2D;WIDTH: 0px; BORDER-2D;BOTTOM-2D;WIDTH: 0px; BORDER-2D;LEFT-2D;WIDTH: 0px; PADDING-2D;TOP: 0px" title=image border=0 alt=image src="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/8764.image_5F00_thumb_5F00_59B72A03.png" width=495 height=372&gt;&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="9" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="10" ItemType="10;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[In addition, we’ve split the results into two views – a simplified view which only shows results that your mom could understand, and the full detailed results that only an administrator would love (yes, that’s you).]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="10" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="11" ItemType="11;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/6786.image_5F00_00190D4F.png"&gt;&lt;IMG style="BACKGROUND-2D;IMAGE: none; BORDER-2D;RIGHT-2D;WIDTH: 0px; PADDING-2D;LEFT: 0px; PADDING-2D;RIGHT: 0px; DISPLAY: inline; BORDER-2D;TOP-2D;WIDTH: 0px; BORDER-2D;BOTTOM-2D;WIDTH: 0px; BORDER-2D;LEFT-2D;WIDTH: 0px; PADDING-2D;TOP: 0px" title=image border=0 alt=image src="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/8764.image_5F00_thumb_5F00_58729124.png" width=495 height=371&gt;&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="11" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="12" ItemType="12;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[And the additional details for administrators is shown under “Review all the tests we ran”:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="12" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="13" ItemType="13;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/8345.image_5F00_77B537F7.png"&gt;&lt;IMG style="BACKGROUND-2D;IMAGE: none; BORDER-2D;RIGHT-2D;WIDTH: 0px; PADDING-2D;LEFT: 0px; PADDING-2D;RIGHT: 0px; DISPLAY: inline; BORDER-2D;TOP-2D;WIDTH: 0px; BORDER-2D;BOTTOM-2D;WIDTH: 0px; BORDER-2D;LEFT-2D;WIDTH: 0px; PADDING-2D;TOP: 0px" title=image border=0 alt=image src="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/8764.image_5F00_thumb_5F00_092598D0.png" width=566 height=126&gt;&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="13" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="14" ItemType="14;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Or ask your user to save the detailed results and send them to you! The detailed results are saved as an HTML file and can be viewed in your browser.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="14" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="15" ItemType="15;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;B&gt;Microsoft Connectivity Analyzer Pre-2D;Requisites&lt;/B&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="15" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="16" ItemType="16;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[The tool supports the following operating systems: 64bit Windows 7, Windows 7, Windows Server 2008+ ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="16" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="17" ItemType="17;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://www.microsoft.com/en-2D;us/download/details.aspx?id=30653"&gt;Microsoft .NET Framework 4.5&lt;/A&gt; is required. ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="17" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="18" ItemType="18;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Browsers requirements: ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="18" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="19" ItemType="19;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[The installation will work on all modern browsers. However…]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="19" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="20" ItemType="20;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[If you are using Google Chrome, you will need to install &lt;A href="https://chrome.google.com/webstore/detail/clickonce-2D;for-2D;google-2D;chro/eeifaoomkminpbeebjdmdojbhmagnncl#detail/clickonce-2D;for-2D;google-2D;chro/eeifaoomkminpbeebjdmdojbhmagnncl"&gt;ClickOnce for Google Chrome&lt;/A&gt; ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="20" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="21" ItemType="21;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[If you are using FireFox, you will need to install &lt;A href="https://addons.mozilla.org/en-2D;US/firefox/addon/microsoft-2D;net-2D;framework-2D;assist/"&gt;Microsoft .Net Framework Assistant for FireFox.&lt;/A&gt; ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="21" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="22" ItemType="22;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[You can find the full release notes &lt;A href="https://www.testexchangeconnectivity.com/Pages/ChangeList.htm"&gt;here&lt;/A&gt;.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="22" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="23" ItemType="23;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;B&gt;We're not finished yet. We have plans to add additional tests.&lt;/B&gt;&lt;B&gt;&lt;/B&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="23" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="24" ItemType="24;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Just like when we first released the website, this first version of the Microsoft Connectivity Analyzer is a work in progress. ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="24" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="25" ItemType="25;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Having a tool on site with the end user, we’re in a unique position to extend the testing to include common problems with all types of connectivity. This early version of the tool is just the beginning.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="25" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="26" ItemType="26;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;B&gt;And that’s not all!&lt;/B&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="26" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="27" ItemType="27;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[In addition to providing a new tool, we’ve joined forces with the Lync Remote Connectivity Analyzer, and brought the two tools together. You’ll notice we’ve dropped the “Exchange” from the name, and we have a new way to access the website: &lt;A href="http://testconnectivity.microsoft.com"&gt;http://testconnectivity.microsoft.com&lt;/A&gt;. That’s right – all the same great tests for Lync and Exchange available on the same website.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="27" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="28" ItemType="28;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Tests include:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="28" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="29" ItemType="29;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;B&gt;Microsoft Lync Mobile Auto-2D;Discover Web Service Remote Connectivity Test&lt;/B&gt; will test your remote connectivity to the Microsoft Lync Mobile Auto-2D;Discover Web Service Server ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="29" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="30" ItemType="30;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;B&gt;Microsoft Office Communications Server Test &lt;/B&gt;will test your remote connectivity to the Microsoft Office Communications Server, it will auto-2D;discover the Access Edge and port to connect to, OR allow you to specific an Access Edge server.&lt;B&gt;&lt;/B&gt; ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="30" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="31" ItemType="31;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;B&gt;Microsoft Lync Server Remote Connectivity Test &lt;/B&gt;will test your remote connectivity to the Microsoft Lync Server, it will auto-2D;discover the Access Edge and port to connect to, OR allow you to specific an Access Edge server. ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="31" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="32" ItemType="32;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/0830.image_5F00_0F6C6F5E.png"&gt;&lt;IMG style="BACKGROUND-2D;IMAGE: none; BORDER-2D;RIGHT-2D;WIDTH: 0px; PADDING-2D;LEFT: 0px; PADDING-2D;RIGHT: 0px; DISPLAY: inline; BORDER-2D;TOP-2D;WIDTH: 0px; BORDER-2D;BOTTOM-2D;WIDTH: 0px; BORDER-2D;LEFT-2D;WIDTH: 0px; PADDING-2D;TOP: 0px" title=image border=0 alt=image src="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/4643.image_5F00_thumb_5F00_1BFA1C7A.png" width=591 height=348&gt;&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="32" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="33" ItemType="33;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;B&gt;But wait, there’s more…&lt;/B&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="33" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="34" ItemType="34;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Did we mention we’ve been busy this year? On the Office 365 tab, you’ll notice two new tests – the &lt;B&gt;Office 365 Lync DNS&lt;/B&gt; test, and the &lt;B&gt;Free/Busy&lt;/B&gt; test.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="34" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="35" ItemType="35;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[The&lt;B&gt; Office 365 Lync DNS Test &lt;/B&gt;will check the external domain name settings for your custom domain user in Office365.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="35" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="36" ItemType="36;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/0334.image_5F00_3B3CC34D.png"&gt;&lt;IMG style="BACKGROUND-2D;IMAGE: none; BORDER-2D;RIGHT-2D;WIDTH: 0px; PADDING-2D;LEFT: 0px; PADDING-2D;RIGHT: 0px; DISPLAY: inline; BORDER-2D;TOP-2D;WIDTH: 0px; BORDER-2D;BOTTOM-2D;WIDTH: 0px; BORDER-2D;LEFT-2D;WIDTH: 0px; PADDING-2D;TOP: 0px" title=image border=0 alt=image src="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/8838.image_5F00_thumb_5F00_2C921768.png" width=592 height=613&gt;&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="36" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="37" ItemType="37;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Thanks to the Office 365 Deployment Services team, the RCA website now hosts the&lt;B&gt; Office 365 Free/Busy&lt;/B&gt; test. This test verifies an Office 365 mailbox can access the free/busy information of an on-2D;premises mailbox and vice versa.&amp;nbsp; This includes:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="37" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="38" ItemType="38;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[a check to confirm the system time of the hybrid server is not offset by more than five minutes, which causes failures when requesting delegation tokens from the Microsoft Federated Gateway. ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="38" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="39" ItemType="39;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[a check to verify inbound connectivity to the hybrid server does not require firewall pre-2D;authentication; that is, the firewall allows pass-2D;through authentication. ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="39" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="40" ItemType="40;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[a check to verify the hybrid server meets the minimum Exchange Server version requirement (Exchange Server 2010 SP1). ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="40" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="41" ItemType="41;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[a basic free/busy query against the target Availability Service. ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="41" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="42" ItemType="42;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Links to guidance on the Hybrid Configuration Wizard, a common source of hybrid deployment misconfiguration ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="42" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="43" ItemType="43;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Phew! Thanks for reading this far. We hope you enjoy the new updates, and we look forward to hearing from you,]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="43" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="44" ItemType="44;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;SPAN class=author&gt;Nicole Allen&lt;/SPAN&gt; &lt;BR&gt;On behalf of the RCA team]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="44" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="45" ItemType="45;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[This is a localized blog post. Please find the original article at &lt;A href="http://blogs.technet.com/b/exchange/archive/2012/11/19/what-2D;s-2D;new-2D;with-2D;microsoft-2D;remote-2D;connectivity-2D;analyzer-2D;a-2D;lot.aspx"&gt;What’s new with Microsoft Remote Connectivity Analyzer? A lot!&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="45" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:12:46.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;  &lt;/Item&gt;-D;-A;&lt;/LCX&gt;--&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3549581" width="1" height="1"&gt;</content><author><name>OfficeLocalization</name><uri>http://blogs.technet.com/Office-Localization/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Windows Management Framework 3.0 no Exchange 2007 e Exchange 2010</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/exchange_br/archive/2013/01/31/windows-management-framework-3-0-no-exchange-2007-e-exchange-2010.aspx" /><id>http://blogs.technet.com/b/exchange_br/archive/2013/01/31/windows-management-framework-3-0-no-exchange-2007-e-exchange-2010.aspx</id><published>2013-01-31T15:23:33Z</published><updated>2013-01-31T15:23:33Z</updated><content type="html">&lt;p&gt;Artigo original publicado no s&amp;aacute;bado, 15 de dezembro de 2012&lt;/p&gt;
&lt;p&gt;Recentemente, o Windows Update come&amp;ccedil;ou a oferecer o &lt;span class="bold"&gt;Windows Management Framework 3.0&lt;/span&gt; como atualiza&amp;ccedil;&amp;atilde;o opcional. Isso inclui todas as formas de distribui&amp;ccedil;&amp;atilde;o de atualiza&amp;ccedil;&amp;otilde;es, como o Microsoft Update, &lt;acronym title="Servi&amp;ccedil;o de Atualiza&amp;ccedil;&amp;atilde;o do Windows Server"&gt;WSUS&lt;/acronym&gt;, System Center Configuration Manager e outros mecanismos. A quest&amp;atilde;o &amp;eacute; que o Windows Management Framework 3.0 inclui o PowerShell 3.0.&lt;/p&gt;
&lt;p&gt;O Windows Management Framework 3.0 est&amp;aacute; sendo distribu&amp;iacute;do como &lt;a class="bold" href="http://support.microsoft.com/kb/2506146"&gt;KB2506146&lt;/a&gt; e &lt;a class="bold" href="http://support.microsoft.com/kb/2506143"&gt;KB2506143&lt;/a&gt; (o c&amp;oacute;digo oferecido depende da ver~soa de servidor executada: Windows Server 2008 SP2 ou Windows Server 2008 R2 SP1).&lt;/p&gt;
&lt;h3&gt;O que isso significa para voc&amp;ecirc;?&lt;/h3&gt;
&lt;p&gt;O Windows Management Framework 3.0 (especialmente o PowerShell 3.0) &lt;span class="bold"&gt;ainda n&amp;atilde;o &amp;eacute; compat&amp;iacute;vel&lt;/span&gt; com nenhuma vers&amp;atilde;o do Exchange, &lt;em&gt;exceto&lt;/em&gt; Exchange Server 2013, que necessita dele. Se voc&amp;ecirc; instalar o Windows Management Framework 3.0 em um servidor que executa o Exchange 2007 ou Exchange 2010, haver&amp;aacute; problemas, como pacotes cumulativos de atualiza&amp;ccedil;&amp;otilde;es do Exchange que n&amp;atilde;o s&amp;atilde;o instalados ou execu&amp;ccedil;&amp;atilde;o incorreta do Shell de Gerenciamento do Exchange.&lt;/p&gt;
&lt;p&gt;Observamos pacotes cumulativos de atualiza&amp;ccedil;&amp;otilde;es do Exchange que n&amp;atilde;o s&amp;atilde;o instalados, com os seguintes sintomas:&lt;/p&gt;
&lt;ul class="arrowlist"&gt;
&lt;li&gt;Caso o pacote cumulativo seja instalado pelo Microsoft Update, a instala&amp;ccedil;&amp;atilde;o poder&amp;aacute; falhar e gerar o c&amp;oacute;digo de erro &lt;a class="command lightyellow"&gt;80070643&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Caso o pacote cumulativo seja instalado por meio de download, o erro exibido ser&amp;aacute; &lt;span class="command"&gt;A instala&amp;ccedil;&amp;atilde;o foi encerrada prematuramente devido a um erro&lt;/span&gt;.&lt;/li&gt;
&lt;li&gt;Em ambos os casos, o evento com ID 1024 poder&amp;aacute; ser registrado no log de eventos do aplicativo com o c&amp;oacute;digo de erro &amp;ldquo;1603&amp;rdquo;. Por exemplo, se voc&amp;ecirc; tentar instalar o pacote cumulativo de atualiza&amp;ccedil;&amp;otilde;es 5 para o Exchange 2010 SP2, poder&amp;aacute; ver a seguinte descri&amp;ccedil;&amp;atilde;o no evento com ID 1024:
&lt;blockquote&gt;&lt;span class="command"&gt;Produto: Microsoft Exchange Server - A atualiza&amp;ccedil;&amp;atilde;o 'Pacote Cumulativo de Atualiza&amp;ccedil;&amp;otilde;es 5-v2 para Exchange Server 2010 Service Pack 2 (KB2785908) 14.2.328.10' n&amp;atilde;o p&amp;ocirc;de ser instalada. C&amp;oacute;digo de erro 1603. O Windows Installer pode criar logs para ajudar a solucionar problemas na instala&amp;ccedil;&amp;atilde;o de pacotes de software. Use o link a seguir para obter informa&amp;ccedil;&amp;otilde;es sobre ativa&amp;ccedil;&amp;atilde;o do suporte a registro em log: http://go.microsoft.com/fwlink/?LinkId=23127&lt;/span&gt;&lt;/blockquote&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Recomendamos que o Windows Management Framework 3.0 n&amp;atilde;o seja implantado em servidores que executam o Exchange 2007 ou Exchange 2010, ou em esta&amp;ccedil;&amp;otilde;es de trabalho com as Ferramentas de Gerenciamento do Exchange de qualquer uma das vers&amp;otilde;es instaladas. Caso j&amp;aacute; tenha feito a atualiza&amp;ccedil;&amp;atilde;o, remova-a. Ap&amp;oacute;s remover a atualiza&amp;ccedil;&amp;atilde;o, as funcionalidades ser&amp;atilde;o restauradas.&lt;/p&gt;
&lt;p&gt;&lt;span class="author"&gt;Ben Winzenz&lt;/span&gt;&lt;/p&gt;
&lt;div class="note"&gt;
&lt;ul&gt;
&lt;li&gt;17/12/2012: adi&amp;ccedil;&amp;atilde;o de detalhes sobre o evento com ID 1024.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3540947" alt="" width="1" height="1" /&gt;&lt;/p&gt;
&lt;p&gt;Esta &amp;eacute; uma postagem de blog traduzida. Consulte o artigo original em &lt;a href="http://blogs.technet.com/b/exchange/archive/2012/12/14/windows-management-framework-3-0-on-exchange-2007-and-exchange-2010.aspx"&gt;Windows Management Framework 3.0 on Exchange 2007 and Exchange 2010&lt;/a&gt;&lt;/p&gt;
&lt;!--&lt;?xml version="1.0" encoding="utf-2D;8"?&gt;-D;-A;&lt;LCX SchemaVersion="6.0" Name="Windows-2D;Management-2D;Framework-2D;30-2D;on-2D;Exchange-2D;2.html" PsrId="22" SrcCul="en-2D;US" TgtCul="en-2D;US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx"&gt;-D;-A;  &lt;Item ItemId=";string" ItemType=";string" PsrId="22" Leaf="false"&gt;-D;-A;    &lt;Disp Icon="Str" Expand="true" LocTbl="false" /&gt;-D;-A;    &lt;Item ItemId="1" ItemType="1;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Windows Management Framework 3.0 on Exchange 2007 and Exchange 2010]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="1" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:47.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="2" ItemType="2;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Original article published on Sat, Dec 15 2012]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="2" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:47.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="3" ItemType="3;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Recently, Windows Update began offering the &lt;SPAN class=bold&gt;Windows Management Framework 3.0&lt;/SPAN&gt; as an Optional update. This includes all forms of update distribution, such as Microsoft Update, &lt;ACRONYM title="Windows Server Update Service"&gt;WSUS&lt;/ACRONYM&gt;, System Center Configuration Manager and other mechanisms. The key bit here is that the Windows Management Framework 3.0 includes PowerShell 3.0.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="3" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:47.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="4" ItemType="4;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Windows Management Framework 3.0 is being distributed as &lt;A class=bold href="http://support.microsoft.com/kb/2506146"&gt;KB2506146&lt;/A&gt; and &lt;A class=bold href="http://support.microsoft.com/kb/2506143"&gt;KB2506143&lt;/A&gt; (which one is offered depends on which server version you are running -2D; Windows Server 2008 SP2 or Windows Server 2008 R2 SP1).]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="4" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:47.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="5" ItemType="5;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[What does that mean to you?]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="5" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:47.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="6" ItemType="6;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Windows Management Framework 3.0 (specifically PowerShell 3.0) &lt;SPAN class=bold&gt;is not yet supported&lt;/SPAN&gt; on any version of Exchange &lt;EM&gt;except&lt;/EM&gt; Exchange Server 2013, which requires it. If you install Windows Management Framework 3.0 on a server running Exchange 2007 or Exchange 2010, you will encounter problems, such as Exchange update rollups that will not install, or the Exchange Management Shell may not run properly.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="6" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:47.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="7" ItemType="7;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[We have seen Exchange update rollups not installing with the following symptoms:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="7" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:47.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="8" ItemType="8;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[If rollup is installed through Microsoft Update, the installation might error with error code &lt;A class="command lightyellow"&gt;80070643&lt;/A&gt; ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="8" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:47.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="9" ItemType="9;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[If rollup is installed from a download, the error displayed is &lt;SPAN class=command&gt;Setup ended prematurely because of an error&lt;/SPAN&gt;. ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="9" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:47.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="10" ItemType="10;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[In both cases, Event ID 1024 may be logged in the Application event log with the error error code “1603”. For example, if you try to install update roll 5 for Exchange 2010 SP2, you may see the following description in event ID 1024: ]D;]A;&lt;BLOCKQUOTE&gt;&lt;SPAN class=command&gt;Product: Microsoft Exchange Server -2D; Update 'Update Rollup 5-2D;v2 for Exchange Server 2010 Service Pack 2 (KB2785908) 14.2.328.10' could not be installed. Error code 1603. Windows Installer can create logs to help troubleshoot issues with installing software packages. Use the following link for instructions on turning on logging support: http://go.microsoft.com/fwlink/?LinkId=23127&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="10" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:47.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="11" ItemType="11;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Our guidance at this time is that Windows Management Framework 3.0 should not be deployed on servers running Exchange 2007 or Exchange 2010, or on workstations with the Exchange Management Tools for either version installed. If you have already deployed this update, it should be removed. Once you remove the update, functionality should be restored.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="11" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:47.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="12" ItemType="12;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;SPAN class=author&gt;Ben Winzenz&lt;/SPAN&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="12" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:47.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="13" ItemType="13;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[12/17/2012: Added details about Event ID 1024. ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="13" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:47.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="14" ItemType="14;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[This is a localized blog post. Please find the original article at &lt;A href="http://blogs.technet.com/b/exchange/archive/2012/12/14/windows-2D;management-2D;framework-2D;3-2D;0-2D;on-2D;exchange-2D;2007-2D;and-2D;exchange-2D;2010.aspx"&gt;Windows Management Framework 3.0 on Exchange 2007 and Exchange 2010&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="14" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:47.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;  &lt;/Item&gt;-D;-A;&lt;/LCX&gt;--&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3549580" width="1" height="1"&gt;</content><author><name>OfficeLocalization</name><uri>http://blogs.technet.com/Office-Localization/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Gerenciando OAB no Exchange Server 2013</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/exchange_br/archive/2013/01/31/gerenciando-oab-no-exchange-server-2013.aspx" /><id>http://blogs.technet.com/b/exchange_br/archive/2013/01/31/gerenciando-oab-no-exchange-server-2013.aspx</id><published>2013-01-31T15:22:00Z</published><updated>2013-01-31T15:22:00Z</updated><content type="html">&lt;p&gt;Artigo original publicado na ter&amp;ccedil;a-feira, 15 de janeiro de 2013&lt;/p&gt;
&lt;p&gt;O artigo sobre o &lt;a class="bold" href="http://blogs.technet.com/b/exchange_br/archive/2012/12/05/oab-no-exchange-server-2013.aspx"&gt;OAB no Exchange Server 2013&lt;/a&gt; mostrou a nova arquitetura de gera&amp;ccedil;&amp;atilde;o e distribui&amp;ccedil;&amp;atilde;o do OAB (cat&amp;aacute;logo de endere&amp;ccedil;os offline) no Exchange Server 2013. Caso ainda n&amp;atilde;o tenha lido o artigo, dedique um tempo para isso. Caso contr&amp;aacute;rio, consulte-o para relembrar.&lt;/p&gt;
&lt;p&gt;O gerenciamento e a administra&amp;ccedil;&amp;atilde;o do &lt;acronym title="Cat&amp;aacute;logo de endere&amp;ccedil;os offline"&gt;OAB&lt;/acronym&gt; s&amp;atilde;o diferentes no Exchange 2013 em fun&amp;ccedil;&amp;atilde;o das altera&amp;ccedil;&amp;otilde;es na arquitetura. Al&amp;eacute;m disso, o novo &lt;a class="bold" title="Consulte o post anterior sobre gerenciamento do novo Exchange" href="http://blogs.technet.com/b/exchange_br/archive/2012/09/21/como-gerenciar-o-novo-exchange.aspx"&gt;Centro de administra&amp;ccedil;&amp;atilde;o do Exchange&lt;/a&gt; n&amp;atilde;o tem op&amp;ccedil;&amp;atilde;o de gerenciamento de OABs. Isso significa que, no momento, voc&amp;ecirc; dever&amp;aacute; usar o Shell de Gerenciamento do Exchange para realizar tarefas relacionadas ao OAB.&lt;/p&gt;
&lt;p&gt;Este artigo mostra tarefas comuns de administra&amp;ccedil;&amp;atilde;o do &lt;acronym title="Cat&amp;aacute;logo de endere&amp;ccedil;os offline"&gt;OAB&lt;/acronym&gt;, com alguns cen&amp;aacute;rios reais que o ajudar&amp;atilde;o a compreender as tarefas.&lt;/p&gt;
&lt;p class="note"&gt;Observa&amp;ccedil;&amp;atilde;o: caso voc&amp;ecirc; esteja em um ambiente de dom&amp;iacute;nio do Active Directory com v&amp;aacute;rias florestas, certifique-se de que a sess&amp;atilde;o de Shell tenha &lt;span class="parameter lightyellow"&gt;ViewEntireForest&lt;/span&gt; habilitado. Caso contr&amp;aacute;rio, alguns dos comandos no artigo n&amp;atilde;o produzir&amp;atilde;o sa&amp;iacute;da.&lt;/p&gt;
&lt;p&gt;Comando para habilitar ViewEntireForest:&lt;/p&gt;
&lt;p class="code"&gt;Set-ADServerSettings -ViewEntireForest $true&lt;/p&gt;
&lt;h2&gt;Criando um novo OAB&lt;/h2&gt;
&lt;p&gt;A cria&amp;ccedil;&amp;atilde;o de um novo OAB no Exchange 2013 dispensa o par&amp;acirc;metro -Server. Para criar um novo OAB, s&amp;oacute; &amp;eacute; preciso especificar as listas de endere&amp;ccedil;os que ser&amp;atilde;o solicitadas.&lt;/p&gt;
&lt;p&gt;O exemplo a seguir cria um OAB para uma lista de endere&amp;ccedil;os chamada &amp;ldquo;Global Address List FAB&amp;rdquo;&lt;/p&gt;
&lt;p class="code"&gt;New-OfflineAddressBook -Name OAB-FAB -AddressLists "Global Address List FAB"&lt;/p&gt;
&lt;h2&gt;Identificar os servidores de gera&amp;ccedil;&amp;atilde;o do OAB&lt;/h2&gt;
&lt;p&gt;As caixas de correio de arbitragem no Exchange Server 2013 t&amp;ecirc;m atribu&amp;iacute;das a elas certos "recursos persistentes", que definem a finalidade/fun&amp;ccedil;&amp;atilde;o da caixa de correio de arbitragem.&lt;/p&gt;
&lt;p&gt;Uma caixa de correio de arbitragem com o recurso persistente &amp;ldquo;OrganizationCapabilityOABGen&amp;rdquo; &amp;eacute; respons&amp;aacute;vel pela gera&amp;ccedil;&amp;atilde;o do OAB. Neste artigo, n&amp;oacute;s a chamaremos de "caixa de correio de organiza&amp;ccedil;&amp;atilde;o".&lt;/p&gt;
&lt;p&gt;O servidor de caixas de correio do Exchange Server 2013 que hospeda a caixa de correio de organiza&amp;ccedil;&amp;atilde;o gerar&amp;aacute; todos os OABs definidos no ambiente.&lt;/p&gt;
&lt;p&gt;Para um ambiente que n&amp;atilde;o seja DAG, use o seguinte comando para identificar os servidores de gera&amp;ccedil;&amp;atilde;o de OAB:&lt;/p&gt;
&lt;p class="code"&gt;Get-Mailbox -Arbitration | where {$_.PersistedCapabilities -like "*oab*"} | ft name,servername&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/6746.image_5F00_1F282B38.png"&gt;&lt;img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="imagem" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/3010.image_5F00_thumb_5F00_179CBBCB.png" alt="imagem" width="624" height="55" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Para um ambiente DAG, a identifica&amp;ccedil;&amp;atilde;o dos servidores de gera&amp;ccedil;&amp;atilde;o de OAB &amp;eacute; composta de duas etapas.&lt;/p&gt;
&lt;p&gt;Etapa 1: identificar o banco de dados de caixas de correio que hospeda a caixa de correio de organiza&amp;ccedil;&amp;atilde;o com recurso de gera&amp;ccedil;&amp;atilde;o de OABs.&lt;/p&gt;
&lt;p&gt;Use o comando a seguir para listar as caixas de correio de arbitragem com recursos persistentes de gera&amp;ccedil;&amp;atilde;o de OABs e o banco de dados no qual a caixa de correio est&amp;aacute; hospedada:&lt;/p&gt;
&lt;p class="code"&gt;Get-Mailbox -Arbitration | where {$_.PersistedCapabilities -like "*oab*"} | ft name,database&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/1854.image_5F00_5E19ABD3.png"&gt;&lt;img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="imagem" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/8132.image_5F00_thumb_5F00_24969BDC.png" alt="imagem" width="624" height="55" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Etapa 2: identificar o servidor de caixas de correio no qual o banco de dados que hospeda a caixa de correio de organiza&amp;ccedil;&amp;atilde;o est&amp;aacute; montado&lt;/p&gt;
&lt;p&gt;Use o comendo a seguir para identificar a c&amp;oacute;pia ativa do banco de dados de caixas de correio:&lt;/p&gt;
&lt;p class="code"&gt;Get-MailboxDatabaseCopyStatus db1&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/3010.image_5F00_0F38E674.png"&gt;&lt;img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="imagem" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/3426.image_5F00_thumb_5F00_0ECCB37F.png" alt="imagem" width="624" height="62" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;O servidor cujo banco de dados tem status "montado" &amp;eacute; o servidor atual de gera&amp;ccedil;&amp;atilde;o de OABs.&lt;/p&gt;
&lt;h2&gt;Alterar o servidor de gera&amp;ccedil;&amp;atilde;o de OABs&lt;/h2&gt;
&lt;p&gt;H&amp;aacute; dois m&amp;eacute;todos para alterar o servidor de gera&amp;ccedil;&amp;atilde;o de OABs.&lt;/p&gt;
&lt;h3&gt;Transferir a caixa de correio&lt;/h3&gt;
&lt;p&gt;Transfira a caixa de correio de organiza&amp;ccedil;&amp;atilde;o para um banco de dados de caixas de correio em um servidor que dever&amp;aacute; ser designado como servidor de gera&amp;ccedil;&amp;atilde;o de OABs.&lt;/p&gt;
&lt;p&gt;Exemplo:&lt;/p&gt;
&lt;p&gt;DB1 &amp;eacute; um banco de dados com c&amp;oacute;pia &amp;uacute;nica presente no servidor Exch1; ele hospeda a caixa de correio de organiza&amp;ccedil;&amp;atilde;o. DB2 &amp;eacute; um banco de dados de caixas de correio presente em Exch2.&lt;/p&gt;
&lt;p&gt;O comando a seguir pode ser usado para transferir a caixa de correio de organiza&amp;ccedil;&amp;atilde;o para DB2 e transformar Exch2 no servidor de gera&amp;ccedil;&amp;atilde;o de OABs.&lt;/p&gt;
&lt;p class="code"&gt;Get-Mailbox -Arbitration -database db1| where {$_.PersistedCapabilities &amp;ndash;like &amp;ldquo;*oab*&amp;rdquo;} | New-MoveRequest -TargetDatabase db2&lt;/p&gt;
&lt;p&gt;Este m&amp;eacute;todo &amp;eacute; mais adequado para ambientes com c&amp;oacute;pia &amp;uacute;nica do banco de dados de caixas de correio que hospeda a caixa de correio de organiza&amp;ccedil;&amp;atilde;o.&lt;/p&gt;
&lt;h3&gt;Ativar o banco de dados de caixas de correio em outro servidor&lt;/h3&gt;
&lt;p&gt;Este m&amp;eacute;todo &amp;eacute; adequado para ambientes com v&amp;aacute;rias c&amp;oacute;pias do banco de dados de caixas de correio que hospeda a caixa de correio de organiza&amp;ccedil;&amp;atilde;o.&lt;/p&gt;
&lt;p&gt;Exemplo:&lt;/p&gt;
&lt;p&gt;DB1 hospeda a caixa de correio de organiza&amp;ccedil;&amp;atilde;o e possui c&amp;oacute;pias nos servidores Exch1 e Exch2. DB1 est&amp;aacute; ativo em Exch1.&lt;/p&gt;
&lt;p&gt;O comando a seguir pode ser usado para ativer DB1 em Exch2, transformando-o no servidor de gera&amp;ccedil;&amp;atilde;o de OABs:&lt;/p&gt;
&lt;p class="code"&gt;Move-ActiveMailboxDatabase DB1 -ActivateOnServer Exch2&lt;/p&gt;
&lt;p class="note"&gt;Observa&amp;ccedil;&amp;atilde;o: consulte as instru&amp;ccedil;&amp;otilde;es em "Posicionamento da caixa de correio de organiza&amp;ccedil;&amp;atilde;o" a seguir antes de alterar o servidor de gera&amp;ccedil;&amp;atilde;o de OABs.&lt;/p&gt;
&lt;h2&gt;Criando uma nova caixa de correio de organiza&amp;ccedil;&amp;atilde;o&lt;/h2&gt;
&lt;p&gt;Os administradores podem criar caixas de correio de organiza&amp;ccedil;&amp;atilde;o adicionais para fins de toler&amp;acirc;ncia a falhas ou para atender a usu&amp;aacute;rios em implanta&amp;ccedil;&amp;otilde;es do Exchange distribu&amp;iacute;das por diversas regi&amp;otilde;es.&lt;/p&gt;
&lt;p&gt;A cria&amp;ccedil;&amp;atilde;o de uma nova caixa de correio de organiza&amp;ccedil;&amp;atilde;o &amp;eacute; composta de duas etapas:&lt;/p&gt;
&lt;p&gt;Etapa 1: criar uma nova caixa de correio de arbitragem&lt;/p&gt;
&lt;p class="code"&gt;New-Mailbox -Arbitration -Name "OAB Seattle" -Database DB2Seattle -UserPrincipalName &lt;a href="mailto:oabs@contoso.com"&gt;oabs@contoso.com&lt;/a&gt; &amp;ndash;DisplayName &amp;ldquo;OAB Mailbox for Seattle&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Etapa 2: habilitar o recurso de gera&amp;ccedil;&amp;atilde;o de OABs&lt;/p&gt;
&lt;p class="code"&gt;Set-Mailbox -Arbitration oabs -OABGen $true&lt;/p&gt;
&lt;p class="note"&gt;Observa&amp;ccedil;&amp;atilde;o: consulte as instru&amp;ccedil;&amp;otilde;es em "Posicionamento da caixa de correio de organiza&amp;ccedil;&amp;atilde;o" a seguir antes de criar mais caixas de correio de organiza&amp;ccedil;&amp;atilde;o.&lt;/p&gt;
&lt;h2&gt;Alterando o cronograma de gera&amp;ccedil;&amp;atilde;o de OABs&lt;/h2&gt;
&lt;p&gt;At&amp;eacute; o Exchange Server 2010, a gera&amp;ccedil;&amp;atilde;o de OABs era baseada em um "cronograma" definido nas propriedades do OAB. &amp;Eacute; poss&amp;iacute;vel que voc&amp;ecirc; veja um "cronograma" definido ao visualizar as propriedades do OAB do Exchange 2013. Por&amp;eacute;m, a gera&amp;ccedil;&amp;atilde;o de OABs do Exchange Server 2013 &lt;strong&gt;&lt;em&gt;n&amp;atilde;o&lt;/em&gt;&lt;/strong&gt; ocorre de acordo com o "cronograma" definido nas propriedades do OAB:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/5670.image_5F00_235202FD.png"&gt;&lt;img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="imagem" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/6153.image_5F00_thumb_5F00_22E5D008.png" alt="imagem" width="624" height="58" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Em vez disso, a gera&amp;ccedil;&amp;atilde;o de OABs no Exchange Server 2013 ocorre de acordo com as propriedades OABGeneratorWorkCycle e OABGeneratorWorkCycleCheckpoint, configuradas no servidor de caixas de correio.&lt;/p&gt;
&lt;p&gt;Exemplo:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/0218.image_5F00_22799D13.png"&gt;&lt;img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="imagem" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/2450.image_5F00_thumb_5F00_4D520125.png" alt="imagem" width="443" height="75" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Os valores na captura de tela acima indicam que o OAB &amp;eacute; gerado uma vez por dia.&lt;/p&gt;
&lt;h2&gt;Qual servidor de caixas de correio processou a solicita&amp;ccedil;&amp;atilde;o de download do OAB?&lt;/h2&gt;
&lt;p&gt;A fun&amp;ccedil;&amp;atilde;o CAS do Exchange Server 2013 CAS envia a solicita&amp;ccedil;&amp;atilde;o de download do OAB para um servidor com a fun&amp;ccedil;&amp;atilde;o de caixa de correio apropriada. A fun&amp;ccedil;&amp;atilde;o CAS mant&amp;eacute;m um registro de todas as solicita&amp;ccedil;&amp;otilde;es realizadas em arquivos de log, presentes na pasta %ExchangeInstallPath%\Logging\HttpProxy\OAB\&lt;/p&gt;
&lt;p&gt;Esses arquivos de log s&amp;atilde;o excelentes para identificar qual servidor de caixas de correio o CAS selecionou para atender &amp;agrave; solicita&amp;ccedil;&amp;atilde;o.&lt;/p&gt;
&lt;p&gt;Informa&amp;ccedil;&amp;otilde;es de alguns campos importantes do arquivo de log:&lt;/p&gt;
&lt;table class="posttable"&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;th&gt;Campo&lt;/th&gt;&lt;th&gt;Descri&amp;ccedil;&amp;atilde;o&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;UrlStem&lt;/td&gt;
&lt;td&gt;&amp;Uacute;til na identifica&amp;ccedil;&amp;atilde;o do OAB baixado, al&amp;eacute;m de mostrar se foi um download completo ou incremental&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AuthenticatedUser&lt;/td&gt;
&lt;td&gt;Nome do usu&amp;aacute;rio que solicitou o OAB&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AnchorMailbox&lt;/td&gt;
&lt;td&gt;Caixa de correio de organiza&amp;ccedil;&amp;atilde;o ou DN identificado como o mais adequado para atender &amp;agrave; solicita&amp;ccedil;&amp;atilde;o de OAB&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ServerHostName&lt;/td&gt;
&lt;td&gt;Nome do servidor CAS que atendeu &amp;agrave; solicita&amp;ccedil;&amp;atilde;o&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;HttpStatus&lt;/td&gt;
&lt;td&gt;C&amp;oacute;digo de status da a&amp;ccedil;&amp;atilde;o Proxy&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ProxyAction&lt;/td&gt;
&lt;td&gt;A&amp;ccedil;&amp;atilde;o que o servidor CAS realizou em rela&amp;ccedil;&amp;atilde;o &amp;agrave; solicita&amp;ccedil;&amp;atilde;o; ser&amp;aacute; "Proxy" na maioria das vezes para OABs do Exchange 2013&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;TargetServer&lt;/td&gt;
&lt;td&gt;Nome do servidor com a fun&amp;ccedil;&amp;atilde;o de caixa de correio ao qual a solicita&amp;ccedil;&amp;atilde;o foi enviada&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;O arquivo de log pode ser importado no Excel para melhorar a leitura.&lt;/p&gt;
&lt;p&gt;Exemplo:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/3513.image_5F00_3B093A63.png"&gt;&lt;img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="imagem" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/8625.image_5F00_thumb_5F00_3A9D076E.png" alt="imagem" width="624" height="77" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;For&amp;ccedil;ando a gera&amp;ccedil;&amp;atilde;o de OABs&lt;/h2&gt;
&lt;p&gt;H&amp;aacute; dois m&amp;eacute;todos para for&amp;ccedil;ar o in&amp;iacute;cio imediato da gera&amp;ccedil;&amp;atilde;o de OABs do Exchange Server 2013.&lt;/p&gt;
&lt;h3&gt;M&amp;eacute;todo 1: Update-OfflineAddresBook&lt;/h3&gt;
&lt;p&gt;O comando a seguir for&amp;ccedil;ar&amp;aacute; a gera&amp;ccedil;&amp;atilde;o de um OAB chamado "Default Offline Address Book" em todas as caixas de correio de organiza&amp;ccedil;&amp;atilde;o.&lt;/p&gt;
&lt;p class="code"&gt;Update-OfflineAddressBook "default offline address book"&lt;/p&gt;
&lt;p class="note"&gt;Observa&amp;ccedil;&amp;atilde;o: esse comando iniciar uma solicita&amp;ccedil;&amp;atilde;o PRC, enviada a todos os servidores de caixas de correio que hospedam uma caixa de correio de organiza&amp;ccedil;&amp;atilde;o ativa.&lt;/p&gt;
&lt;h3&gt;M&amp;eacute;todo 2: reiniciar o servi&amp;ccedil;o do assistente de caixa de correio.&lt;/h3&gt;
&lt;p&gt;O assistente de caixa de correio do Microsoft Exchange na fun&amp;ccedil;&amp;atilde;o de caixa de correio &amp;eacute; respons&amp;aacute;vel pela gera&amp;ccedil;&amp;atilde;o de OABs. Quando o servi&amp;ccedil;o &amp;eacute; reiniciado, ocorre a gera&amp;ccedil;&amp;atilde;o de todas as OABs definidas no ambiente em um servidor de caixas de correio espec&amp;iacute;fico, caso ele esteja hospedando uma caixa de correio de organiza&amp;ccedil;&amp;atilde;o ativa.&lt;/p&gt;
&lt;h2&gt;Posicionamento da caixa de correio de organiza&amp;ccedil;&amp;atilde;o&lt;/h2&gt;
&lt;p&gt;A fun&amp;ccedil;&amp;atilde;o CAS do Exchange Server 2013 CAS transfere a solicita&amp;ccedil;&amp;atilde;o de download do OAB para o servidor de caixas de correio "mais pr&amp;oacute;ximo" que hospede uma caixa de correio de organiza&amp;ccedil;&amp;atilde;o ativa. Ela poder&amp;aacute; transferir a solicita&amp;ccedil;&amp;atilde;o utilizando o mecanismo round robin caso encontre mais de uma caixa de correio de organiza&amp;ccedil;&amp;atilde;o ativa no mesmo site do AD. Isso pode levar ao download frequente de OABs completos.&lt;/p&gt;
&lt;p&gt;Por isso, recomenda-se planejar o posicionamento da caixa de correio de organiza&amp;ccedil;&amp;atilde;o de modo que haja uma caixa de correio de organiza&amp;ccedil;&amp;atilde;o ativa em um site do AD. Isso &amp;eacute; aplic&amp;aacute;vel &amp;agrave; cria&amp;ccedil;&amp;atilde;o de uma nova caixa de correio de organiza&amp;ccedil;&amp;atilde;o, bem como &amp;agrave; cria&amp;ccedil;&amp;atilde;o de c&amp;oacute;pias do banco de dados de caixas de correio que hospeda uma caixa de correio de organiza&amp;ccedil;&amp;atilde;o.&lt;/p&gt;
&lt;h2&gt;Cen&amp;aacute;rios&lt;/h2&gt;
&lt;p&gt;Os cen&amp;aacute;rios a seguir mostram situa&amp;ccedil;&amp;otilde;es reais para explicar mais a fundo os novos m&amp;eacute;todos de gerenciamento de OABs.&lt;/p&gt;
&lt;h3&gt;Cen&amp;aacute;rio 1: criar uma nova caixa de correio de organiza&amp;ccedil;&amp;atilde;o&lt;/h3&gt;
&lt;p&gt;A Contoso possui servidores com as fun&amp;ccedil;&amp;otilde;es CAS e caixa de correio do Exchange Server 2013 implantados em instala&amp;ccedil;&amp;otilde;es em Dallas e Seattle. John, o administrador do Exchange da Contoso, analisa os arquivos de log de proxy http nos servidores CAS e percebe que a solicita&amp;ccedil;&amp;atilde;o de download do OAB dos usu&amp;aacute;rios de Seattle est&amp;aacute; indo para os servidores de Dallas. Em uma investiga&amp;ccedil;&amp;atilde;o mais detalhada, John percebe que h&amp;aacute; apenas uma caixa de correio de organiza&amp;ccedil;&amp;atilde;o em Dallas e, por isso, as solicita&amp;ccedil;&amp;otilde;es de download do OAB de todos os usu&amp;aacute;rios v&amp;atilde;o para o servidor em Dallas.&lt;/p&gt;
&lt;p&gt;Ele decide criar uma nova caixa de correio de organiza&amp;ccedil;&amp;atilde;o em Seattle com os seguintes comandos:&lt;/p&gt;
&lt;p&gt;Etapa 1: criar uma nova caixa de correio de arbitragem&lt;/p&gt;
&lt;p class="code"&gt;New-Mailbox -Arbitration -Name "OAB Seattle" -Database DB2Seattle -UserPrincipalName &lt;a href="mailto:oabs@contoso.com"&gt;oabs@contoso.com&lt;/a&gt; &amp;ndash;DisplayName &amp;ldquo;OAB Mailbox for Seattle&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Etapa 2: habilitar a caixa de correio de arbitragem com o recurso de gera&amp;ccedil;&amp;atilde;o de OABs&lt;/p&gt;
&lt;p class="code"&gt;Set-Mailbox -Arbitration oabs -OABGen $true&lt;/p&gt;
&lt;h3&gt;Cen&amp;aacute;rio 2: personalizar o cronograma de gera&amp;ccedil;&amp;atilde;o de OABs&lt;/h3&gt;
&lt;p&gt;Ben &amp;eacute; o administrador da implanta&amp;ccedil;&amp;atilde;o do Exchange 2013 na Tail Spin Toys. O cronograma padr&amp;atilde;o de gera&amp;ccedil;&amp;atilde;o de OABs n&amp;atilde;o &amp;eacute; adequado &amp;agrave; empresa. Por isso, eles desejam gerar um OAB a cada quatro horas, aproximadamente.&lt;/p&gt;
&lt;p&gt;Ben usar&amp;aacute; o seguinte comando para alterar as propriedades dos servidores de caixas de correio que hospedar&amp;atilde;o a caixa de correio de organiza&amp;ccedil;&amp;atilde;o.&lt;/p&gt;
&lt;p class="code"&gt;Set-MailboxServer Exch1 -OABGeneratorWorkCycle 01.00:00:00 -OABGeneratorWorkCycleCheckpoint 04:00:00&lt;/p&gt;
&lt;p&gt;Ap&amp;oacute;s alguns dias, Ben analisa o evento com ID 17002 no log do aplicativo para se certificar de que o OAB &amp;eacute; gerado a cada quatro horas.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/7635.image_5F00_3A30D479.png"&gt;&lt;img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="imagem" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/4174.image_5F00_thumb_5F00_6BBC420E.png" alt="imagem" width="624" height="139" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Espero que este post tenha sido &amp;uacute;til! Deixe seus coment&amp;aacute;rios abaixo!&lt;/p&gt;
&lt;p&gt;&lt;span class="author"&gt;Bhalchandra Atre&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3545777" alt="" width="1" height="1" /&gt;&lt;/p&gt;
&lt;p&gt;Esta &amp;eacute; uma postagem de blog traduzida. Consulte o artigo original em &lt;a href="http://blogs.technet.com/b/exchange/archive/2013/01/14/managing-oab-in-exchange-server-2013.aspx"&gt;Managing OAB in Exchange Server 2013&lt;/a&gt;&lt;/p&gt;
&lt;!--&lt;?xml version="1.0" encoding="utf-2D;8"?&gt;-D;-A;&lt;LCX SchemaVersion="6.0" Name="Managing-2D;OAB-2D;in-2D;Exchange-2D;Server-2D;2013.html" PsrId="22" SrcCul="en-2D;US" TgtCul="en-2D;US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx"&gt;-D;-A;  &lt;Item ItemId=";string" ItemType=";string" PsrId="22" Leaf="false"&gt;-D;-A;    &lt;Disp Icon="Str" Expand="true" LocTbl="false" /&gt;-D;-A;    &lt;Item ItemId="1" ItemType="1;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Managing OAB in Exchange Server 2013]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="1" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="2" ItemType="2;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Original article published on Tue, Jan 15 2013]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="2" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="3" ItemType="3;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[The Exchange team blog article &lt;A class=bold href="http://blogs.technet.com/b/exchange/archive/2012/10/26/oab-2D;in-2D;exchange-2D;server-2D;2013.aspx"&gt;OAB in Exchange Server 2013&lt;/A&gt; introduced the new Offline Address Book (OAB) generation and distribution architecture in Exchange Server 2013. Take a few moments to visit the article if you haven’t seen it yet or re-2D;visit it for a quick refresher.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="3" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="4" ItemType="4;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[The &lt;ACRONYM title="Offline Address Book"&gt;OAB&lt;/ACRONYM&gt; management and administration is different in Exchange 2013 because of architecture changes. Additionally, the new &lt;A class=bold title="See previous post: Managing The New Exchange" href="http://blogs.technet.com/b/exchange/archive/2012/08/09/managing-2D;the-2D;new-2D;exchange.aspx"&gt;Exchange Admin Center&lt;/A&gt; does not currently have options for managing OABs. This means that, at this time, you will need to use Exchange Management Shell for OAB-2D;related tasks.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="4" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="5" ItemType="5;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[This article takes you through commonly performed tasks in &lt;ACRONYM title="Offline Address Book"&gt;OAB&lt;/ACRONYM&gt; administration and has a couple of real life scenarios to help understand the tasks better.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="5" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="6" ItemType="6;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Note: If you are in multi-2D;forest Active Directory domain environment, make sure the Shell session has &lt;SPAN class="parameter lightyellow"&gt;ViewEntireForest&lt;/SPAN&gt; is enabled, else some of the commands in the article won’t return any output.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="6" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="7" ItemType="7;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Command to enable ViewEntireForest:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="7" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="8" ItemType="8;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Set-2D;ADServerSettings -2D;ViewEntireForest $true]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="8" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="9" ItemType="9;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Creating a new OAB]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="9" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="10" ItemType="10;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Creating a new OAB in Exchange 2013 no longer uses the -2D;Server parameter. In order to create a new OAB, you should only specify the address lists to be required.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="10" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="11" ItemType="11;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[The following example creates OAB for address list named “Global Address List FAB”]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="11" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="12" ItemType="12;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[New-2D;OfflineAddressBook -2D;Name OAB-2D;FAB -2D;AddressLists "Global Address List FAB"]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="12" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="13" ItemType="13;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Identify the OAB generation server(s)]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="13" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="14" ItemType="14;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[The arbitration mailboxes in Exchange Server 2013 are assigned certain “Persisted capability” that defines the purpose/function of the arbitration mailbox.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="14" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="15" ItemType="15;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[An arbitration mailbox with Persisted Capability “OrganizationCapabilityOABGen” is responsible for OAB generation. We will refer this mailbox as “Organization Mailbox” throughout the article.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="15" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="16" ItemType="16;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Exchange Server 2013 mailbox server hosting the Organization Mailbox will generate all OAB’s defined in the environment.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="16" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="17" ItemType="17;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[For a non-2D;DAG environment, use following command to identify the OAB Generation servers:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="17" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="18" ItemType="18;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Get-2D;Mailbox -2D;Arbitration | where {$_.PersistedCapabilities -2D;like "*oab*"} | ft name,servername]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="18" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="19" ItemType="19;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/6746.image_5F00_1F282B38.png"&gt;&lt;IMG style="BACKGROUND-2D;IMAGE: none; BORDER-2D;RIGHT-2D;WIDTH: 0px; PADDING-2D;LEFT: 0px; PADDING-2D;RIGHT: 0px; DISPLAY: inline; BORDER-2D;TOP-2D;WIDTH: 0px; BORDER-2D;BOTTOM-2D;WIDTH: 0px; BORDER-2D;LEFT-2D;WIDTH: 0px; PADDING-2D;TOP: 0px" title=image border=0 alt=image src="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/3010.image_5F00_thumb_5F00_179CBBCB.png" width=624 height=55&gt;&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="19" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="20" ItemType="20;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[For a DAG environment, identifying OAB generation server(s) is a two-2D;step process.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="20" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="21" ItemType="21;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Step1: Identify the mailbox database hosting organization mailbox with OAB Gen capability.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="21" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="22" ItemType="22;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Use the following command to list the arbitration mailboxes with persisted capability of OABGen and database on which this mailbox is hosted:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="22" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="23" ItemType="23;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Get-2D;Mailbox -2D;Arbitration | where {$_.PersistedCapabilities -2D;like "*oab*"} | ft name,database]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="23" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="24" ItemType="24;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/1854.image_5F00_5E19ABD3.png"&gt;&lt;IMG style="BACKGROUND-2D;IMAGE: none; BORDER-2D;RIGHT-2D;WIDTH: 0px; PADDING-2D;LEFT: 0px; PADDING-2D;RIGHT: 0px; DISPLAY: inline; BORDER-2D;TOP-2D;WIDTH: 0px; BORDER-2D;BOTTOM-2D;WIDTH: 0px; BORDER-2D;LEFT-2D;WIDTH: 0px; PADDING-2D;TOP: 0px" title=image border=0 alt=image src="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/8132.image_5F00_thumb_5F00_24969BDC.png" width=624 height=55&gt;&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="24" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="25" ItemType="25;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Step2: Identify the mailbox server where the database hosting organization mailbox is mounted]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="25" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="26" ItemType="26;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Use following command to identify active copy of mailbox database:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="26" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="27" ItemType="27;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Get-2D;MailboxDatabaseCopyStatus db1]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="27" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="28" ItemType="28;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/3010.image_5F00_0F38E674.png"&gt;&lt;IMG style="BACKGROUND-2D;IMAGE: none; BORDER-2D;RIGHT-2D;WIDTH: 0px; PADDING-2D;LEFT: 0px; PADDING-2D;RIGHT: 0px; DISPLAY: inline; BORDER-2D;TOP-2D;WIDTH: 0px; BORDER-2D;BOTTOM-2D;WIDTH: 0px; BORDER-2D;LEFT-2D;WIDTH: 0px; PADDING-2D;TOP: 0px" title=image border=0 alt=image src="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/3426.image_5F00_thumb_5F00_0ECCB37F.png" width=624 height=62&gt;&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="28" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="29" ItemType="29;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[The server where database status is “mounted” is the current OAB generation server.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="29" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="30" ItemType="30;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Change the OAB generation server]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="30" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="31" ItemType="31;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[There are two methods of changing the OAB generation server.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="31" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="32" ItemType="32;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Move mailbox]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="32" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="33" ItemType="33;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Move the organization mailbox to a mailbox database on a server intended to be designated as OAB Generation server.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="33" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="34" ItemType="34;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Example:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="34" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="35" ItemType="35;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[DB1 is a single copy database present on the server Exch1 and hosts the organization mailbox. DB2 is mailbox database present on Exch2.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="35" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="36" ItemType="36;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[The following command can be used to move the organization mailbox to DB2 and make Exch2 the OAB generation server.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="36" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="37" ItemType="37;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Get-2D;Mailbox -2D;Arbitration -2D;database db1| where {$_.PersistedCapabilities –like “*oab*”} | New-2D;MoveRequest -2D;TargetDatabase db2]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="37" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="38" ItemType="38;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[This method is more suited for environments that have single copy of mailbox database hosting the Organization Mailbox.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="38" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="39" ItemType="39;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Activate the mailbox database on another server]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="39" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="40" ItemType="40;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[This method is suited for environments that have multiple copies of the mailbox database hosting Organization Mailbox.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="40" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="41" ItemType="41;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Example:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="41" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="42" ItemType="42;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[DB1 hosts the Organization Mailbox and has copies on servers Exch1 and Exch2. DB1 is currently active on Exch1.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="42" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="43" ItemType="43;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[The following command can be used to activate DB1 on Exch2 and therefore make it the OAB generation server:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="43" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="44" ItemType="44;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Move-2D;ActiveMailboxDatabase DB1 -2D;ActivateOnServer Exch2]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="44" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="45" ItemType="45;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Note: Review guidelines mentioned in “Placement of Organization Mailbox” below before changing the OAB Generation server.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="45" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="46" ItemType="46;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Creating a new Organization Mailbox]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="46" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="47" ItemType="47;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Administrators can create additional Organization Mailboxes for fault tolerance or for serving users in a geographically disbursed Exchange deployment.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="47" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="48" ItemType="48;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Creating a new Organization Mailbox is a two step process:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="48" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="49" ItemType="49;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Step1: Create a new arbitration mailbox]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="49" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="50" ItemType="50;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[New-2D;Mailbox -2D;Arbitration -2D;Name "OAB Seattle" -2D;Database DB2Seattle -2D;UserPrincipalName &lt;A href="mailto:oabs@contoso.com"&gt;oabs@contoso.com&lt;/A&gt; –DisplayName “OAB Mailbox for Seattle”]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="50" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="51" ItemType="51;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Step2: Enable OABGen capability]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="51" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="52" ItemType="52;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Set-2D;Mailbox -2D;Arbitration oabs -2D;OABGen $true]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="52" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="53" ItemType="53;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Note: Review guidelines mentioned in “Placement of Organization Mailbox” below before creating additional organization mailboxes.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="53" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="54" ItemType="54;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Changing the OAB Generation Schedule]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="54" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="55" ItemType="55;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[The OAB Generation till Exchange Server 2010 was based on a “Schedule” set on OAB properties. You might see a “Schedule” defined when viewing properties of Exchange 2013 OAB. But, the Exchange Server 2013 OAB generation &lt;STRONG&gt;&lt;EM&gt;does not&lt;/EM&gt;&lt;/STRONG&gt; take place according to the “Schedule” defined on OAB properties:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="55" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="56" ItemType="56;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/5670.image_5F00_235202FD.png"&gt;&lt;IMG style="BACKGROUND-2D;IMAGE: none; BORDER-2D;RIGHT-2D;WIDTH: 0px; PADDING-2D;LEFT: 0px; PADDING-2D;RIGHT: 0px; DISPLAY: inline; BORDER-2D;TOP-2D;WIDTH: 0px; BORDER-2D;BOTTOM-2D;WIDTH: 0px; BORDER-2D;LEFT-2D;WIDTH: 0px; PADDING-2D;TOP: 0px" title=image border=0 alt=image src="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/6153.image_5F00_thumb_5F00_22E5D008.png" width=624 height=58&gt;&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="56" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="57" ItemType="57;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Instead, Exchange Server 2013 OAB Generation takes place according to OABGeneratorWorkCycle and OABGeneratorWorkCycleCheckpoint properties configured at the Mailbox Server.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="57" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="58" ItemType="58;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Example:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="58" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="59" ItemType="59;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/0218.image_5F00_22799D13.png"&gt;&lt;IMG style="BACKGROUND-2D;IMAGE: none; BORDER-2D;RIGHT-2D;WIDTH: 0px; PADDING-2D;LEFT: 0px; PADDING-2D;RIGHT: 0px; DISPLAY: inline; BORDER-2D;TOP-2D;WIDTH: 0px; BORDER-2D;BOTTOM-2D;WIDTH: 0px; BORDER-2D;LEFT-2D;WIDTH: 0px; PADDING-2D;TOP: 0px" title=image border=0 alt=image src="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/2450.image_5F00_thumb_5F00_4D520125.png" width=443 height=75&gt;&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="59" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="60" ItemType="60;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[The values in the above screenshot mean OAB is generated once every day.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="60" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="61" ItemType="61;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Which Mailbox Server processed the OAB download request?]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="61" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="62" ItemType="62;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[The Exchange Server 2013 CAS role proxies the OAB download request to an appropriate Mailbox role server. The CAS role maintains log of each request it handles in the log files, present in folder %ExchangeInstallPath%\Logging\HttpProxy\OAB\]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="62" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="63" ItemType="63;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[These log files are an excellent tool to identify which mailbox server the CAS chose to serve the request.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="63" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="64" ItemType="64;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Information of some important fields from the log file:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="64" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="65" ItemType="65;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[The log file can be imported in Excel for better readability.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="65" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="66" ItemType="66;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Example:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="66" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="67" ItemType="67;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/3513.image_5F00_3B093A63.png"&gt;&lt;IMG style="BACKGROUND-2D;IMAGE: none; BORDER-2D;RIGHT-2D;WIDTH: 0px; PADDING-2D;LEFT: 0px; PADDING-2D;RIGHT: 0px; DISPLAY: inline; BORDER-2D;TOP-2D;WIDTH: 0px; BORDER-2D;BOTTOM-2D;WIDTH: 0px; BORDER-2D;LEFT-2D;WIDTH: 0px; PADDING-2D;TOP: 0px" title=image border=0 alt=image src="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/8625.image_5F00_thumb_5F00_3A9D076E.png" width=624 height=77&gt;&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="67" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="68" ItemType="68;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Forcing the OAB Generation]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="68" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="69" ItemType="69;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[The Exchange Server 2013 OAB generation can be forced to start immediately by two methods.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="69" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="70" ItemType="70;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Method 1: Update-2D;OfflineAddresBook]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="70" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="71" ItemType="71;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Below command will force OAB generation of an OAB named "Default Offline Address Book" across all organization mailboxes.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="71" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="72" ItemType="72;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Update-2D;OfflineAddressBook "default offline address book"]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="72" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="73" ItemType="73;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Note: This command initiates an RPC request to each mailbox server hosting an active organization mailbox.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="73" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="74" ItemType="74;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Method 2: Restart the Mailbox Assistant service.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="74" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="75" ItemType="75;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[The Microsoft Exchange Mailbox Assistant service on Mailbox Role is responsible for generating OAB. Restarting this service generates all OAB’s defined in the environment on a specific mailbox server, if it’s hosting an active organization mailbox.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="75" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="76" ItemType="76;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Placement of Organization Mailbox]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="76" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="77" ItemType="77;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Exchange Server 2013 CAS role proxies the OAB download request to a “nearest” mailbox server hosting an active Organization Mailbox. It can proxy the request in round robin fashion if it finds more than one organization mailbox active in same AD site. This might result in frequent full OAB download.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="77" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="78" ItemType="78;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Hence, current guidance is to plan organization mailbox placement such that you will have one organization mailbox active in an AD site. This applies to creating a new organization mailbox as well as to creating copies of mailbox database that hosts an organization mailbox.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="78" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="79" ItemType="79;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Scenarios]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="79" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="80" ItemType="80;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[The following scenarios discuss a real life situation to further explain the new OAB management methods.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="80" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="81" ItemType="81;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Scenario 1: Create a new Organization Mailbox]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="81" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="82" ItemType="82;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Contoso has Exchange Server 2013 Mailbox &amp;amp; CAS role servers deployed at Dallas and Seattle sites. John, the Exchange Admin for Contoso, analyzes the http proxy log files on CAS servers and finds the OAB download request for Seattle users is going to Dallas servers. On further investigation, John finds he has just one Organization Mailbox present in Dallas, hence OAB download requests of all the users are going to Dallas server.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="82" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="83" ItemType="83;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[He decides to create a new Organization Mailbox at Seattle site with following commands:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="83" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="84" ItemType="84;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Step1: Create a new Arbitration Mailbox]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="84" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="85" ItemType="85;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[New-2D;Mailbox -2D;Arbitration -2D;Name "OAB Seattle" -2D;Database DB2Seattle -2D;UserPrincipalName &lt;A href="mailto:oabs@contoso.com"&gt;oabs@contoso.com&lt;/A&gt; –DisplayName “OAB Mailbox for Seattle”]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="85" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="86" ItemType="86;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Step2: Enable the Arbitration Mailbox with OABGen capability]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="86" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="87" ItemType="87;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Set-2D;Mailbox -2D;Arbitration oabs -2D;OABGen $true]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="87" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="88" ItemType="88;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Scenario 2: Customize OAB Generation Schedule]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="88" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="89" ItemType="89;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Ben is an administrator of Exchange 2013 deployment at Tail Spin Toys. The default OAB generation schedule does not suit them and they want to generate OAB approximately every fourth hour of the day.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="89" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="90" ItemType="90;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Ben will use following command to change properties of the mailbox servers that will be hosting the Organization Mailbox.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="90" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="91" ItemType="91;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Set-2D;MailboxServer Exch1 -2D;OABGeneratorWorkCycle 01.00:00:00 -2D;OABGeneratorWorkCycleCheckpoint 04:00:00]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="91" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="92" ItemType="92;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[After a couple of days, John analyzes Event ID 17002 in application log and makes sure the OAB is generated every four hours.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="92" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="93" ItemType="93;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/7635.image_5F00_3A30D479.png"&gt;&lt;IMG style="BACKGROUND-2D;IMAGE: none; BORDER-2D;RIGHT-2D;WIDTH: 0px; PADDING-2D;LEFT: 0px; PADDING-2D;RIGHT: 0px; DISPLAY: inline; BORDER-2D;TOP-2D;WIDTH: 0px; BORDER-2D;BOTTOM-2D;WIDTH: 0px; BORDER-2D;LEFT-2D;WIDTH: 0px; PADDING-2D;TOP: 0px" title=image border=0 alt=image src="http://blogs.technet.com/cfs-2D;file.ashx/__key/communityserver-2D;blogs-2D;components-2D;weblogfiles/00-2D;00-2D;00-2D;31-2D;06-2D;metablogapi/4174.image_5F00_thumb_5F00_6BBC420E.png" width=624 height=139&gt;&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="93" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="94" ItemType="94;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Hopefully, you find this post useful! Let us know your feedback below!]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="94" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="95" ItemType="95;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;SPAN class=author&gt;Bhalchandra Atre&lt;/SPAN&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="95" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="96" ItemType="96;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[This is a localized blog post. Please find the original article at &lt;A href="http://blogs.technet.com/b/exchange/archive/2013/01/14/managing-2D;oab-2D;in-2D;exchange-2D;server-2D;2013.aspx"&gt;Managing OAB in Exchange Server 2013&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="96" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:40.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;  &lt;/Item&gt;-D;-A;&lt;/LCX&gt;--&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3549578" width="1" height="1"&gt;</content><author><name>OfficeLocalization</name><uri>http://blogs.technet.com/Office-Localization/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Exchange Server 2013 chega ao estado de disponibilidade geral</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/exchange_br/archive/2013/01/31/exchange-server-2013-chega-ao-estado-de-disponibilidade-geral.aspx" /><id>http://blogs.technet.com/b/exchange_br/archive/2013/01/31/exchange-server-2013-chega-ao-estado-de-disponibilidade-geral.aspx</id><published>2013-01-31T15:22:00Z</published><updated>2013-01-31T15:22:00Z</updated><content type="html">&lt;p&gt;Artigo original publicado na ter&amp;ccedil;a-feira, 4 de dezembro de 2012&lt;/p&gt;
&lt;p&gt;Em &lt;a href="http://blogs.technet.com/b/exchange/archive/2012/10/11/the-new-exchange-reaches-rtm.aspx"&gt;outubro&lt;/a&gt;, anunciamos que a vers&amp;atilde;o RTM (Release to Manufacturing) do Exchange Server 2013 havia sido aprovada. Desde ent&amp;atilde;o, concentramos nossos esfor&amp;ccedil;os no lan&amp;ccedil;amento da pr&amp;oacute;xima vers&amp;atilde;o do Exchange para os clientes corporativos por meio de v&amp;aacute;rios canais de distribui&amp;ccedil;&amp;atilde;o.&lt;/p&gt;
&lt;p&gt;Hoje, atingimos um marco importante: a equipe do Exchange tem orgulho em anunciar a disponibilidade geral do Exchange Server 2013. Voc&amp;ecirc; pode baixar os bits na &lt;a href="http://technet.microsoft.com/en-us/evalcenter/hh973395.aspx"&gt;TechNet&lt;/a&gt; hoje mesmo e avaliar o produto por 180 dias. Voc&amp;ecirc; tamb&amp;eacute;m pode se inscrever no Office 365 &lt;a href="https://portal.microsoftonline.com/Signup/MainSignup15.aspx?OfferId=D214930B-46C2-4FD2-B7F9-EC134993F34A&amp;amp;dl=ENTERPRISEPACK_B_PILOT&amp;amp;pc=O365-Preview-2012&amp;amp;ali=1"&gt;Preview&lt;/a&gt; para obter a experi&amp;ecirc;ncia mais avan&amp;ccedil;ada do Exchange na nuvem em apenas alguns minutos.&lt;/p&gt;
&lt;p&gt;Aqueles que desejam implantar o Exchange Server 2013 em ambientes intactos ou em laborat&amp;oacute;rios e ambientes de teste (para avaliar os novos recursos e test&amp;aacute;-los com aplicativos LOB) podem come&amp;ccedil;ar imediatamente. Caso esteja executando um ambiente do Exchange 2010 ou 2007, voc&amp;ecirc; precisar&amp;aacute; do pacote cumulativo de atualiza&amp;ccedil;&amp;otilde;es do &lt;a href="http://blogs.technet.com/b/exchange/archive/2012/09/25/announcing-exchange-2010-service-pack-3.aspx"&gt;Exchange Server 2010 SP3&lt;/a&gt; ou 2007 para realizar a atualiza&amp;ccedil;&amp;atilde;o. Sabemos que voc&amp;ecirc; est&amp;aacute; ansioso para utilizar a nova vers&amp;atilde;o; por isso, estamos nos esfor&amp;ccedil;ando para dar os toques finais ao Exchange 2010 SP3 2013 e ao pacote cumulativo de atualiza&amp;ccedil;&amp;otilde;es, cujo lan&amp;ccedil;amento est&amp;aacute; planejado para o primeiro trimestre de 2013.&lt;/p&gt;
&lt;p&gt;Caso ainda n&amp;atilde;o tenha feito isto, o incentivamos a obter mais informa&amp;ccedil;&amp;otilde;es sobre o Exchange Server 2013 consultando a documenta&amp;ccedil;&amp;atilde;o da &lt;a href="http://technet.microsoft.com/en-us/exchange/fp179701"&gt;TechNet&lt;/a&gt; ou participando de uma sess&amp;atilde;o de treinamento &lt;a href="http://www.officeignite.com/"&gt;Ignite&lt;/a&gt;. No momento, &amp;eacute; recomend&amp;aacute;vel avaliar os pr&amp;eacute;-requisitos e os requisitos do sistema, bem como conhecer a arquitetura simplificada de blocos de constru&amp;ccedil;&amp;atilde;o do Exchange, de modo que voc&amp;ecirc; possa iniciar o dimensionamento, o planejamento e a aquisi&amp;ccedil;&amp;atilde;o de &lt;a href="http://technet.microsoft.com/library/aa996719(EXCHG.150)"&gt;hardware&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;A equipe do EHLO adicionou mais conte&amp;uacute;do t&amp;eacute;cnico sobre o novo Exchange desde o an&amp;uacute;ncio do RTM:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/b/exchange_br/archive/2012/12/05/oab-no-exchange-server-2013.aspx"&gt;Cat&amp;aacute;logo de endere&amp;ccedil;os offline no Exchange Server 2013&lt;/a&gt;&amp;nbsp;&amp;ndash; Bhalchandra Atre&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/b/exchange_br/archive/2012/12/05/gerenciando-o-compartilhamento-federado-com-o-eac.aspx"&gt;Gerenciando compartilhamento federado com EAC&lt;/a&gt;&amp;nbsp;&amp;ndash; Elber Ren e Robert Mazzoli&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/b/exchange_br/archive/2012/12/05/acesso-offline-no-outlook-web-app-2013.aspx"&gt;Acesso offline no Outlook Web App para o novo Exchange&lt;/a&gt;&amp;nbsp;&amp;ndash; Sara Manning&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/b/exchange/archive/2012/11/08/public-folders-in-the-new-office.aspx"&gt;Pastas p&amp;uacute;blicas no novo Office&lt;/a&gt;&amp;nbsp;&amp;ndash; Alfons Staerk e Nikhil Aggarwal&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/b/exchange/archive/2012/11/21/publishing-exchange-server-2013-using-tmg.aspx"&gt;Publicando o Exchange Server 2013 com TMG&lt;/a&gt;&amp;nbsp;&amp;ndash; Greg Taylor&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/b/exchange_br/archive/2012/12/05/li-231-245-es-do-datacenter-disponibilidade-gerenciada.aspx"&gt;Li&amp;ccedil;&amp;otilde;es do data center: disponibilidade gerenciada&lt;/a&gt; &amp;ndash; Ross Smith IV e Greg Thiel&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;...e n&amp;oacute;s continuaremos a publicar novos artigos sobre o Exchange no EHLO nos pr&amp;oacute;ximos meses. Por isso, continue acompanhando! Mais uma vez, gostar&amp;iacute;amos de agradecer por seu constante apoio. N&amp;atilde;o deixe de enviar seus coment&amp;aacute;rios.&lt;/p&gt;
&lt;p&gt;&lt;span class="author"&gt;Equipe do Exchange&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3536160" alt="" width="1" height="1" /&gt;&lt;/p&gt;
&lt;p&gt;Esta &amp;eacute; uma postagem de blog traduzida. Consulte o artigo original em &lt;a href="http://blogs.technet.com/b/exchange/archive/2012/12/03/exchange-server-2013-reaches-general-availability.aspx"&gt;Exchange Server 2013 Reaches General Availability&lt;/a&gt;&lt;/p&gt;
&lt;!--&lt;?xml version="1.0" encoding="utf-2D;8"?&gt;-D;-A;&lt;LCX SchemaVersion="6.0" Name="Exchange-2D;Server-2D;2013-2D;Reaches-2D;General-2D;Availabi.html" PsrId="22" SrcCul="en-2D;US" TgtCul="en-2D;US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx"&gt;-D;-A;  &lt;Item ItemId=";string" ItemType=";string" PsrId="22" Leaf="false"&gt;-D;-A;    &lt;Disp Icon="Str" Expand="true" LocTbl="false" /&gt;-D;-A;    &lt;Item ItemId="1" ItemType="1;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Exchange Server 2013 Reaches General Availability]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="1" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:57.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="2" ItemType="2;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Original article published on Tue, Dec 04 2012]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="2" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:57.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="3" ItemType="3;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Back in &lt;A href="http://blogs.technet.com/b/exchange/archive/2012/10/11/the-2D;new-2D;exchange-2D;reaches-2D;rtm.aspx"&gt;October&lt;/A&gt;, we announced that the Release to Manufacturing (RTM) build of Exchange Server 2013 was signed off. Since that time, we’ve been focusing our efforts on releasing the next version of Exchange through multiple distribution channels to our business customers.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="3" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:57.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="4" ItemType="4;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[Today, we’ve reached another important milestone – The Exchange team is excited to announce the general availability of Exchange Server 2013. You can download the bits from &lt;A href="http://technet.microsoft.com/en-2D;us/evalcenter/hh973395.aspx"&gt;TechNet&lt;/A&gt; today and evaluate the product for 180 days. You can also sign up for the Office 365 &lt;A href="https://portal.microsoftonline.com/Signup/MainSignup15.aspx?OfferId=D214930B-2D;46C2-2D;4FD2-2D;B7F9-2D;EC134993F34A&amp;amp;dl=ENTERPRISEPACK_B_PILOT&amp;amp;pc=O365-2D;Preview-2D;2012&amp;amp;ali=1"&gt;Preview&lt;/A&gt; to get the most current Exchange experience in the cloud in just a few minutes.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="4" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:57.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="5" ItemType="5;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[For those of you who wish to roll out Exchange Server 2013 in greenfield environments, or in labs and test environments to evaluate new features and test with LOB applications, you can start right away. If you are running an Exchange 2010 or 2007 environment, you’ll need &lt;A href="http://blogs.technet.com/b/exchange/archive/2012/09/25/announcing-2D;exchange-2D;2010-2D;service-2D;pack-2D;3.aspx"&gt;Exchange Server 2010 SP3&lt;/A&gt; or 2007 roll up in order to upgrade. We know you are eager to get moving to the new version, so we are hard at work putting the finishing touches on Exchange 2010 SP3 and the roll up, which are on track for release in Q1 of calendar year 2013.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="5" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:57.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="6" ItemType="6;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[If you haven’t already, we encourage you to learn more about Exchange Server 2013 by reviewing &lt;A href="http://technet.microsoft.com/en-2D;us/exchange/fp179701"&gt;TechNet&lt;/A&gt; documentation or attending an &lt;A href="http://www.officeignite.com/"&gt;Ignite&lt;/A&gt; training session. It’s a good idea to evaluate prerequisites and system requirements at this time, as well as become familiar with Exchange’s simplified building block architecture, so that you can get a head start on &lt;A href="http://technet.microsoft.com/library/aa996719(EXCHG.150)"&gt;hardware&lt;/A&gt; sizing, planning and purchasing.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="6" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:57.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="7" ItemType="7;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[The EHLO team has been adding more technical content on the new Exchange since the RTM announcement:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="7" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:57.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="8" ItemType="8;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/b/exchange/archive/2012/10/26/oab-2D;in-2D;exchange-2D;server-2D;2013.aspx"&gt;Offline Address Book in Exchange Server 2013&lt;/A&gt; – Bhalchandra Atre ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="8" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:57.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="9" ItemType="9;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/b/exchange/archive/2012/10/30/managing-2D;federated-2D;sharing-2D;with-2D;the-2D;eac.aspx"&gt;Managing Federated Sharing with the EAC&lt;/A&gt; – Elber Ren and Robert Mazzoli ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="9" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:57.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="10" ItemType="10;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/b/exchange/archive/2012/11/06/offline-2D;access-2D;in-2D;outlook-2D;web-2D;app-2D;2013.aspx"&gt;Offline Access in Outlook Web App for the New Exchange&lt;/A&gt; – Sara Manning ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="10" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:57.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="11" ItemType="11;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/b/exchange/archive/2012/11/08/public-2D;folders-2D;in-2D;the-2D;new-2D;office.aspx"&gt;Public Folders in the New&amp;nbsp;Office&lt;/A&gt; – Alfons Staerk and Nikhil Aggarwal ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="11" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:57.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="12" ItemType="12;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/b/exchange/archive/2012/11/21/publishing-2D;exchange-2D;server-2D;2013-2D;using-2D;tmg.aspx"&gt;Publishing Exchange Server 2013 using TMG&lt;/A&gt; – Greg Taylor ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="12" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:57.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="13" ItemType="13;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;A href="http://blogs.technet.com/b/exchange/archive/2012/09/21/lessons-2D;from-2D;the-2D;datacenter-2D;managed-2D;availability.aspx"&gt;Lessons from the Datacenter: Managed Availability&lt;/A&gt; – Ross Smith IV and Greg Thiel ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="13" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:57.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="14" ItemType="14;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[…and we will continue to publish new Exchange articles to EHLO in the coming months, so keep checking back! Thanks again for your continued support, and please keep the feedback coming.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="14" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:57.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="15" ItemType="15;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[&lt;SPAN class=author&gt;Exchange Team&lt;/SPAN&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="15" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:57.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;    &lt;Item ItemId="16" ItemType="16;html" PsrId="22" Leaf="true"&gt;-D;-A;      &lt;Str Cat="AppData"&gt;-D;-A;        &lt;Val&gt;&lt;![CDATA[This is a localized blog post. Please find the original article at &lt;A href="http://blogs.technet.com/b/exchange/archive/2012/12/03/exchange-2D;server-2D;2013-2D;reaches-2D;general-2D;availability.aspx"&gt;Exchange Server 2013 Reaches General Availability&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="16" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2013-2D;01-2D;23T06:11:57.0001282Z" /&gt;-D;-A;    &lt;/Item&gt;-D;-A;  &lt;/Item&gt;-D;-A;&lt;/LCX&gt;--&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3549579" width="1" height="1"&gt;</content><author><name>OfficeLocalization</name><uri>http://blogs.technet.com/Office-Localization/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>eDiscovery Local e Retenção Local no Novo Exchange – Parte II</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/exchange_br/archive/2012/12/05/ediscovery-local-e-reten-231-227-o-local-no-novo-exchange-parte-ii.aspx" /><id>http://blogs.technet.com/b/exchange_br/archive/2012/12/05/ediscovery-local-e-reten-231-227-o-local-no-novo-exchange-parte-ii.aspx</id><published>2012-12-05T09:26:00Z</published><updated>2012-12-05T09:26:00Z</updated><content type="html">&lt;p&gt;Artigo original publicado no s&amp;aacute;bado, 29 de setembro de 2012&lt;/p&gt;
&lt;p&gt;Na &lt;a class="bold" href="http://blogs.technet.com/b/exchange_br/archive/2012/12/05/ediscovery-local-e-reten-231-227-o-local-no-novo-exchange-parte-i.aspx"&gt;Parte I&lt;/a&gt; desta publica&amp;ccedil;&amp;atilde;o, abordamos as novidades no eDiscovery Local do novo Exchange. Nesta publica&amp;ccedil;&amp;atilde;o, vamos olhar como o novo Exchange ret&amp;eacute;m os dados imutavelmente.&lt;/p&gt;
&lt;p&gt;Uma das primeiras etapas que voc&amp;ecirc; deve realizar quando uma expectativa razo&amp;aacute;vel de lit&amp;iacute;gio existir ou quando servidor com uma solicita&amp;ccedil;&amp;atilde;o de eDiscovery &amp;eacute; preservar registros de mensagem para que eles possam ser produzidos quando necess&amp;aacute;rio. Antes do Exchange 2010, isto geralmente foi realizado utilizando diferentes m&amp;eacute;todos, incluindo o arquivamento de dados em um sistema externo, suspens&amp;atilde;o do mecanismo de exclus&amp;atilde;o autom&amp;aacute;tica (como o Gerenciamento de Registros de Mensagem do Exchange) ou, em alguns casos, instruindo os usu&amp;aacute;rios a n&amp;atilde;o excluir registros.&lt;/p&gt;
&lt;p&gt;Falha ao preservar os registros exigidos para lit&amp;iacute;gio pode expor sua organiza&amp;ccedil;&amp;atilde;o a riscos financeiros e jur&amp;iacute;dicos.&lt;/p&gt;
&lt;p&gt;No Exchange 2010 e Office 365, introduzimos a &lt;a class="bold" href="http://technet.microsoft.com/en-us/library/ee861123.aspx"&gt;Reten&amp;ccedil;&amp;atilde;o de Lit&amp;iacute;gio&lt;/a&gt; para permitir a preserva&amp;ccedil;&amp;atilde;o de registros de mensagem. A Reten&amp;ccedil;&amp;atilde;o de Lit&amp;iacute;gio &amp;eacute; uma propriedade da caixa de correio &amp;ndash; colocar uma caixa de correio em reten&amp;ccedil;&amp;atilde;o de lit&amp;iacute;gio coloca todos os itens em uma caixa de correio em reten&amp;ccedil;&amp;atilde;o indefinidamente (ou at&amp;eacute; que a reten&amp;ccedil;&amp;atilde;o seja removida), resultado no ac&amp;uacute;mulo de grandes quantidades de dados - que podem n&amp;atilde;o ser necess&amp;aacute;rios.&lt;/p&gt;
&lt;p&gt;No novo Exchange, &amp;eacute; poss&amp;iacute;vel usar a &lt;span class="bold"&gt;Reten&amp;ccedil;&amp;atilde;o Local&lt;/span&gt; para reter itens imutavelmente. A Reten&amp;ccedil;&amp;atilde;o Local est&amp;aacute; integrada com o eDiscovery Local, permitindo realizar a pesquisa e reten&amp;ccedil;&amp;atilde;o usando a mesma interface e os mesmos par&amp;acirc;metros de consulta. &amp;Eacute; poss&amp;iacute;vel usar a Reten&amp;ccedil;&amp;atilde;o Local nos seguintes cen&amp;aacute;rios.&lt;/p&gt;
&lt;ul class="arrowlist"&gt;
&lt;li&gt;
&lt;p&gt;&lt;span class="bold"&gt;Reten&amp;ccedil;&amp;atilde;o Indefinida:&lt;/span&gt; &amp;Eacute; poss&amp;iacute;vel criar uma Reten&amp;ccedil;&amp;atilde;o Local sem qualquer par&amp;acirc;metro de consulta e sem uma dura&amp;ccedil;&amp;atilde;o de reten&amp;ccedil;&amp;atilde;o para manter todos os itens em uma caixa de correio indefinidamente ou at&amp;eacute; que a reten&amp;ccedil;&amp;atilde;o seja removida. Isto simula o comportamento da reten&amp;ccedil;&amp;atilde;o de lit&amp;iacute;gio.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;span class="bold"&gt;Reten&amp;ccedil;&amp;atilde;o Baseada em Consulta:&lt;/span&gt; Usando a Reten&amp;ccedil;&amp;atilde;o Local, &amp;eacute; poss&amp;iacute;vel criar uma consulta de pesquisa e especificar as caixas de correio de origem e par&amp;acirc;metros como palavras-chave, remetentes e destinat&amp;aacute;rios, assim como datas inicias e finais. &amp;Eacute; poss&amp;iacute;vel tamb&amp;eacute;m especificar o tipo de itens a pesquisar - mensagens de email, itens de calend&amp;aacute;rio como reuni&amp;otilde;es e agendamentos, tarefas, observa&amp;ccedil;&amp;otilde;es ou conte&amp;uacute;do do Lync arquivado em caixas de correio do Exchange.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;span class="bold"&gt;Reten&amp;ccedil;&amp;atilde;o Baseada em Tempo:&lt;/span&gt; Considerando que a Reten&amp;ccedil;&amp;atilde;o de Lit&amp;iacute;gio colocava todo o conte&amp;uacute;do de caixas de correio em reten&amp;ccedil;&amp;atilde;o indefinidamente ou at&amp;eacute; remover a reten&amp;ccedil;&amp;atilde;o, a Reten&amp;ccedil;&amp;atilde;o Local permite especificar a dura&amp;ccedil;&amp;atilde;o de tempo na qual manter os itens. O tempo &amp;eacute; calculado com base na data recebida ou na data que o item foi criado na caixa de correio (para itens como agendamentos, tarefas e observa&amp;ccedil;&amp;otilde;es que n&amp;atilde;o s&amp;atilde;o enviados/recebidos).&lt;/p&gt;
&lt;p&gt;Uma das solicita&amp;ccedil;&amp;otilde;es de recursos mais comuns no Exchange 2010 foi poder especificar um per&amp;iacute;odo de tempo espec&amp;iacute;fico que um item &amp;eacute; retido. Considerando que as pol&amp;iacute;ticas de reten&amp;ccedil;&amp;atilde;o permitem especificar o ciclo de vida de email e excluir automaticamente itens quando o per&amp;iacute;odo especificado n&amp;atilde;o &amp;eacute; atingido, elas n&amp;atilde;o garantem a reten&amp;ccedil;&amp;atilde;o por este per&amp;iacute;odo. Em outras palavras, &amp;eacute; poss&amp;iacute;vel especificar itens que ser&amp;atilde;o mantidos por um m&amp;aacute;ximo de 7 anos, mas n&amp;atilde;o pode garantir que os itens n&amp;atilde;o ser&amp;atilde;o exclu&amp;iacute;dos antes deste per&amp;iacute;odo por um usu&amp;aacute;rio ou processo.&lt;/p&gt;
&lt;p&gt;A solu&amp;ccedil;&amp;atilde;o geralmente recomendada para atender este requisito era usar a configura&amp;ccedil;&amp;atilde;o do per&amp;iacute;odo de Recupera&amp;ccedil;&amp;atilde;o de Item Exclu&amp;iacute;do para o per&amp;iacute;odo m&amp;iacute;nimo que voc&amp;ecirc; deseja que um item seja mantido. Neste exemplo, configurar o per&amp;iacute;odo de reten&amp;ccedil;&amp;atilde;o do item exclu&amp;iacute;do para 7 anos significa que se um usu&amp;aacute;rio excluir um item antes de 7 anos, ele &amp;eacute; retido na pasta Itens Recuper&amp;aacute;veis por 7 anos. No entanto, o per&amp;iacute;odo para Reten&amp;ccedil;&amp;atilde;o de Item Exclu&amp;iacute;do &amp;eacute; calculado a partir da data de exclus&amp;atilde;o. Se um usu&amp;aacute;rio excluir um item ap&amp;oacute;s 6 anos, ele &amp;eacute; retido por mais 7 anos na pasta Itens Recuper&amp;aacute;veis, resultado em um per&amp;iacute;odo de reten&amp;ccedil;&amp;atilde;o total de 13 anos. Em outras palavras, &amp;eacute; poss&amp;iacute;vel garantir que um item seja retido por um m&amp;iacute;nimo de 7 anos, mas n&amp;atilde;o o per&amp;iacute;odo de reten&amp;ccedil;&amp;atilde;o m&amp;aacute;ximo.&lt;/p&gt;
&lt;p&gt;No novo Exchange, ao criar uma Reten&amp;ccedil;&amp;atilde;o Local baseada em tempo, como o per&amp;iacute;odo de reten&amp;ccedil;&amp;atilde;o &amp;eacute; calculado a partir da data de cria&amp;ccedil;&amp;atilde;o/recebimento do item, &amp;eacute; poss&amp;iacute;vel garantir que o item n&amp;atilde;o seja mantido al&amp;eacute;m deste per&amp;iacute;odo. &amp;Eacute; poss&amp;iacute;vel combinar uma Reten&amp;ccedil;&amp;atilde;o Local baseada em tempo com uma Pol&amp;iacute;tica de Reten&amp;ccedil;&amp;atilde;o (que possui uma &amp;uacute;nica marca&amp;ccedil;&amp;atilde;o de pol&amp;iacute;tica padr&amp;atilde;o) para que os garantir itens nas caixas de correio s&amp;atilde;o exclu&amp;iacute;das pelo Assistente de Pasta Gerenciada (MFA) ap&amp;oacute;s 7 anos e os itens exclu&amp;iacute;dos por um usu&amp;aacute;rio ou processo antes deste per&amp;iacute;odo sejam retidos pelo menos na dura&amp;ccedil;&amp;atilde;o especificada.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Tamb&amp;eacute;m &amp;eacute; poss&amp;iacute;vel combinar uma Reten&amp;ccedil;&amp;atilde;o Local baseada em consulta com uma reten&amp;ccedil;&amp;atilde;o baseada em tempo para os itens preservados correspondendo par&amp;acirc;metros de consulta do per&amp;iacute;odo especificado. Tamb&amp;eacute;m &amp;eacute; poss&amp;iacute;vel colocar um usu&amp;aacute;rio em v&amp;aacute;rias reten&amp;ccedil;&amp;otilde;es - por exemplo, quando uma caixa de correio pode conter v&amp;aacute;rios registros pertencentes a v&amp;aacute;rios casos ou investiga&amp;ccedil;&amp;otilde;es.&lt;/p&gt;
&lt;h2&gt;Reten&amp;ccedil;&amp;atilde;o Local e Permiss&amp;otilde;es&lt;/h2&gt;
&lt;p&gt;Como no eDiscovery Local, a Reten&amp;ccedil;&amp;atilde;o Local pode ser usada por usu&amp;aacute;rios autorizados com a permiss&amp;atilde;o &lt;strong&gt;Gerenciamento de Descoberta&lt;/strong&gt; delegada. No entanto, h&amp;aacute; uma diferen&amp;ccedil;a. O grupo de fun&amp;ccedil;&amp;atilde;o Gerenciamento de Desempenho &amp;eacute; atribu&amp;iacute;do com as fun&amp;ccedil;&amp;otilde;es de gerenciamento &lt;strong&gt;Pesquisa de Caixa de Correio&lt;/strong&gt; e &lt;strong&gt;Reten&amp;ccedil;&amp;atilde;o de Lit&amp;iacute;gio&lt;/strong&gt;. O primeiro permite um usu&amp;aacute;rio autorizado criar uma pesquisa de caixa de correio para o eDiscovery e Reten&amp;ccedil;&amp;atilde;o Local. O &amp;uacute;ltimo realmente permite colocar o conte&amp;uacute;do da caixa de correio em reten&amp;ccedil;&amp;atilde;o.&lt;/p&gt;
&lt;p&gt;Se um usu&amp;aacute;rio &amp;eacute; atribu&amp;iacute;do apenas com a fun&amp;ccedil;&amp;atilde;o Reten&amp;ccedil;&amp;atilde;o de Lit&amp;iacute;gio, por exemplo, criando um grupo de fun&amp;ccedil;&amp;atilde;o RBAC personalizado ou atrav&amp;eacute;s da associa&amp;ccedil;&amp;atilde;o de um grupo de fun&amp;ccedil;&amp;atilde;o como &lt;strong&gt;Gerenciamento da Organiza&amp;ccedil;&amp;atilde;o&lt;/strong&gt; que possui a fun&amp;ccedil;&amp;atilde;o Reten&amp;ccedil;&amp;atilde;o de Lit&amp;iacute;gio atribu&amp;iacute;da, o usu&amp;aacute;rio pode usar a Reten&amp;ccedil;&amp;atilde;o Local - mas apenas para colocar todo o conte&amp;uacute;do da caixa de correio em reten&amp;ccedil;&amp;atilde;o. O usu&amp;aacute;rio n&amp;atilde;o pode especificar par&amp;acirc;metros de consulta. Em outras palavras, o usu&amp;aacute;rio n&amp;atilde;o pode criar uma Reten&amp;ccedil;&amp;atilde;o Local baseada em consulta.&lt;/p&gt;
&lt;h2&gt;Criando uma Reten&amp;ccedil;&amp;atilde;o Local&lt;/h2&gt;
&lt;p&gt;Vamos voltar para a consulta que Robin criou na Parte I desta publica&amp;ccedil;&amp;atilde;o. Ao criar a Reten&amp;ccedil;&amp;atilde;o Local, na p&amp;aacute;gina &lt;span class="UI"&gt;Caixas de correio&lt;/span&gt;, Robin deve selecionar &lt;span class="UI"&gt;Especificar caixas de correio a pesquisar&lt;/span&gt; e selecionar as caixas de correio ou grupos de distribui&amp;ccedil;&amp;atilde;o. Se ela selecionar &lt;span class="UI"&gt;Pesquisar todas as caixas de correio&lt;/span&gt;, a op&amp;ccedil;&amp;atilde;o para colocar o conte&amp;uacute;do em reten&amp;ccedil;&amp;atilde;o n&amp;atilde;o estar&amp;aacute; dispon&amp;iacute;vel.&lt;/p&gt;
&lt;p class="alert"&gt;Voc&amp;ecirc; deve especificar caixas de correio ou grupos de distribui&amp;ccedil;&amp;atilde;o para colocar em reten&amp;ccedil;&amp;atilde;o. Se voc&amp;ecirc; selecionar &lt;span class="UI"&gt;Pesquisar todas as caixas de correio&lt;/span&gt;, a op&amp;ccedil;&amp;atilde;o para colocar o conte&amp;uacute;do em reten&amp;ccedil;&amp;atilde;o n&amp;atilde;o estar&amp;aacute; dispon&amp;iacute;vel.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://blogs.technet.com/cfs-filesystemfile.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-postimages/2816.In_2D00_PlaceeDiscovery_2D00_Fig3.png" alt="Screenshot: Especificar caixas de correio a pesquisar" /&gt;&lt;br /&gt;&lt;span class="caption"&gt;&lt;span class="bold"&gt;Figura 1:&lt;/span&gt; Para criar uma Reten&amp;ccedil;&amp;atilde;o Local, voc&amp;ecirc; deve selecionar Especificar caixas de correio a pesquisar&lt;/span&gt;&lt;/p&gt;
&lt;p class="note"&gt;&lt;span class="bold"&gt;Observa&amp;ccedil;&amp;atilde;o:&lt;/span&gt; Se voc&amp;ecirc; selecionar um grupo de distribui&amp;ccedil;&amp;atilde;o, a reten&amp;ccedil;&amp;atilde;o &amp;eacute; aplicada aos usu&amp;aacute;rios de caixas de correio que s&amp;atilde;o membros do grupo quando a reten&amp;ccedil;&amp;atilde;o &amp;eacute; criada.&lt;/p&gt;
&lt;p&gt;Na p&amp;aacute;gina &lt;span class="UI"&gt;Consulta de pesquisa&lt;/span&gt;, Robin pode usar a mesma consulta utilizada para o eDiscovery Local.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://blogs.technet.com/cfs-filesystemfile.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-postimages/0042.In_2D00_PlaceeDiscovery_2D00_Fig4.png" alt="Screenshot: Especificar uma consulta de pesquisa" /&gt;&lt;br /&gt;&lt;span class="caption"&gt;&lt;span class="bold"&gt;Figura 2:&lt;/span&gt; Mensagens correspondendo par&amp;acirc;metros de consulta s&amp;atilde;o preservadas&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Ela tamb&amp;eacute;m pode selecionar os tipos de mensagem para colocar em reten&amp;ccedil;&amp;atilde;o.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://blogs.technet.com/cfs-filesystemfile.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-postimages/4375.In_2D00_PlaceeDiscovery_2D00_Fig5.png" alt="Screenshot: Especificar tipos de mensagem para colocar em reten&amp;ccedil;&amp;atilde;o" /&gt;&lt;br /&gt;&lt;span class="caption"&gt;&lt;span class="bold"&gt;Figura 3:&lt;/span&gt; &amp;Eacute; poss&amp;iacute;vel especificar os tipos de mensagem para colocar em reten&amp;ccedil;&amp;atilde;o ou reter todos os tipos de mensagem&lt;/span&gt;&lt;/p&gt;
&lt;div class="note"&gt;
&lt;h3&gt;Colocando conte&amp;uacute;do do Lync arquivado em reten&amp;ccedil;&amp;atilde;o&lt;/h3&gt;
&lt;p&gt;Se o novo Lync &amp;eacute; habilitado para arquivar Mensagem Instant&amp;acirc;nea e conte&amp;uacute;do de reuni&amp;atilde;o no novo Exchange, o conte&amp;uacute;do do Lync &amp;eacute; arquivado na caixa de correio do usu&amp;aacute;rio e colocado automaticamente em reten&amp;ccedil;&amp;atilde;o. Voc&amp;ecirc; precisa configurar a autentica&amp;ccedil;&amp;atilde;o OAuth entre o Lync e o Exchange para habilitar isso. Al&amp;eacute;m disso, a caixa de correio deve estar localizada em um servidor de Caixa de correio no novo Exchange.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Na p&amp;aacute;gina &lt;span class="UI"&gt;Configura&amp;ccedil;&amp;otilde;es de Reten&amp;ccedil;&amp;atilde;o Local&lt;/span&gt;, Robin seleciona a op&amp;ccedil;&amp;atilde;o para &lt;span class="UI"&gt;Colocar o conte&amp;uacute;do correspondente &amp;agrave; consulta de pesquisa nas caixas de correio em reten&amp;ccedil;&amp;atilde;o selecionadas&lt;/span&gt;. Ela pode selecionar &lt;span class="UI"&gt;Reter indefinidamente&lt;/span&gt; para manter o conte&amp;uacute;do indefinidamente (ou at&amp;eacute; que a Reten&amp;ccedil;&amp;atilde;o Local seja removida ou uma caixa de correio seja removida da pesquisa). Para reter itens em um per&amp;iacute;odo espec&amp;iacute;fico, ela pode selecionar &lt;span class="UI"&gt;Especificar n&amp;uacute;mero de dias para manter itens em rela&amp;ccedil;&amp;atilde;o a data de recebimento&lt;/span&gt; e especificar o n&amp;uacute;mero de dias.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://blogs.technet.com/cfs-filesystemfile.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-postimages/6366.In_2D00_PlaceeDiscovery_2D00_Fig6.png" alt="Screenshot: Configura&amp;ccedil;&amp;otilde;es de Reten&amp;ccedil;&amp;atilde;o Local" /&gt;&lt;br /&gt;&lt;span class="caption"&gt;&lt;span class="bold"&gt;Figura 4:&lt;/span&gt; &amp;Eacute; poss&amp;iacute;vel especificar uma dura&amp;ccedil;&amp;atilde;o de reten&amp;ccedil;&amp;atilde;o ou manter itens indefinidamente&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;Eacute; importante reiterar que para a reten&amp;ccedil;&amp;atilde;o baseada em tempo, a dura&amp;ccedil;&amp;atilde;o &amp;eacute; calculada a partir da data que a mensagem &amp;eacute; recebida/criada.&lt;/p&gt;
&lt;h2&gt;Como a Reten&amp;ccedil;&amp;atilde;o Local funciona&lt;/h2&gt;
&lt;p&gt;Vamos olhar o que acontece.&lt;/p&gt;
&lt;p&gt;Quando um usu&amp;aacute;rio exclui uma mensagem, ela vai para a pasta &lt;span class="UI"&gt;Itens Exclu&amp;iacute;dos&lt;/span&gt;. Quando a pasta Itens Exclu&amp;iacute;dos &amp;eacute; esvaziada, as mensagens s&amp;atilde;o exclu&amp;iacute;das ou o usu&amp;aacute;rio utiliza &lt;span class="command"&gt;Shift-Delete&lt;/span&gt; para excluir uma mensagem, ela &amp;eacute; movida para a pasta &lt;span class="UI"&gt;Itens Recuper&amp;aacute;veis/Exclu&amp;iacute;dos&lt;/span&gt;. O conte&amp;uacute;do desta p&amp;aacute;gina &amp;eacute; exposto quando o usu&amp;aacute;rio utiliza &lt;span class="UI"&gt;Recuperar Itens Exclu&amp;iacute;dos&lt;/span&gt; no Outlook ou Outlook Web App.&lt;/p&gt;
&lt;p&gt;Se o usu&amp;aacute;rio n&amp;atilde;o fizer nada, as mensagens da pasta Exclu&amp;iacute;dos s&amp;atilde;o apagadas quando o per&amp;iacute;odo de Reten&amp;ccedil;&amp;atilde;o de Itens Exclu&amp;iacute;dos configurado para o banco de dados de caixa de correio ou do usu&amp;aacute;rio expira.&lt;/p&gt;
&lt;p&gt;Se o usu&amp;aacute;rio exclui uma mensagem desta exibi&amp;ccedil;&amp;atilde;o, algumas coisas podem acontecer:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Se a Recupera&amp;ccedil;&amp;atilde;o de Item Exclusivo est&amp;aacute; habilitada para a caixa de correio, o item &amp;eacute; movido para a pasta &lt;span class="UI"&gt;Itens Recuper&amp;aacute;veis/Exclu&amp;iacute;dos &lt;/span&gt;e retido at&amp;eacute; que o per&amp;iacute;odo de reten&amp;ccedil;&amp;atilde;o do item exclu&amp;iacute;do expira. Isto oferece ao administrador a capacidade de recuperar itens sem precisar recuperar de backups.&lt;/li&gt;
&lt;li&gt;Se a caixa de correio &amp;eacute; colocada em Reten&amp;ccedil;&amp;atilde;o de Lit&amp;iacute;gio, o item &amp;eacute; movido para a pasta &lt;span class="UI"&gt;Itens Recuper&amp;aacute;veis/Exclu&amp;iacute;dos &lt;/span&gt;e retidos at&amp;eacute; que a reten&amp;ccedil;&amp;atilde;o seja removida.
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;Se a caixa de correio &amp;eacute; colocada em uma Reten&amp;ccedil;&amp;atilde;o Local, o item &amp;eacute; movido para a pasta &lt;span class="UI"&gt;Itens Recuper&amp;aacute;veis/Reten&amp;ccedil;&amp;atilde;o de Descoberta&lt;/span&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img src="http://blogs.technet.com/cfs-filesystemfile.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-postimages/3175.In_2D00_PlaceHold_2D00_Fig5.png" alt="Reten&amp;ccedil;&amp;atilde;o Local e Itens Recuper&amp;aacute;veis" /&gt;&lt;br /&gt;&lt;span class="caption"&gt;&lt;span class="bold"&gt;Figura 5:&lt;/span&gt; Itens exclu&amp;iacute;dos e c&amp;oacute;pias originais de itens modificados s&amp;atilde;o preservados na pasta Itens Recuper&amp;aacute;veis para cada caixa de correio&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Quando o &lt;acronym title="Assistente de Pasta Gerenciada"&gt;MFA&lt;/acronym&gt;, um assistente de caixa de correio que processa caixas de correio e conte&amp;uacute;do expirado, processa a caixa de correio, verifica se as mensagens atendem os par&amp;acirc;metros de consulta de qualquer Reten&amp;ccedil;&amp;atilde;o Local que o usu&amp;aacute;rio est&amp;aacute; inserido. Esta avalia&amp;ccedil;&amp;atilde;o &amp;eacute; realizada para at&amp;eacute; 5 consultas, al&amp;eacute;m da qual todos os itens s&amp;atilde;o mantidos - simulando o mesmo comportamento que a reten&amp;ccedil;&amp;atilde;o de lit&amp;iacute;gio. Se o n&amp;uacute;mero de reten&amp;ccedil;&amp;otilde;es ficar abaixo de 5, o MFA reverte novamente para o comportamento de Reten&amp;ccedil;&amp;atilde;o Local baseada em consulta.&lt;/p&gt;
&lt;p&gt;Quando a Reten&amp;ccedil;&amp;atilde;o Local &amp;eacute; removida, as mensagens colocadas em reten&amp;ccedil;&amp;atilde;o s&amp;atilde;o removidas se n&amp;atilde;o corresponderem mais aos par&amp;acirc;metros de consulta de qualquer outra Reten&amp;ccedil;&amp;atilde;o Local que o usu&amp;aacute;rio pode ter sido colocado.&lt;/p&gt;
&lt;h2&gt;Reten&amp;ccedil;&amp;atilde;o Local e Imutabilidade&lt;/h2&gt;
&lt;p&gt;Quando falamos sobre preserva&amp;ccedil;&amp;atilde;o, o conceito de imutabilidade surge. Imutabilidade significa que mensagens colocadas em reten&amp;ccedil;&amp;atilde;o devem ser preservadas sem altera&amp;ccedil;&amp;atilde;o. N&amp;atilde;o apenas devemos evitar sua exclus&amp;atilde;o (mesmo se o usu&amp;aacute;rio que colocou em reten&amp;ccedil;&amp;atilde;o pensa que excluiu a mensagem com sucesso), mas as mensagens tamb&amp;eacute;m devem ser preservadas de adultera&amp;ccedil;&amp;atilde;o ou altera&amp;ccedil;&amp;atilde;o. A imutabilidade n&amp;atilde;o &amp;eacute; um recurso do produto, mas uma combina&amp;ccedil;&amp;atilde;o de recurso e processos de reten&amp;ccedil;&amp;atilde;o nas implementa&amp;ccedil;&amp;otilde;es da sua organiza&amp;ccedil;&amp;atilde;o.&lt;/p&gt;
&lt;p&gt;A Reten&amp;ccedil;&amp;atilde;o Local ajuda a preservar o conte&amp;uacute;do da falsifica&amp;ccedil;&amp;atilde;o ou modifica&amp;ccedil;&amp;atilde;o intencional. Isto &amp;eacute; realizado com uma c&amp;oacute;pia-na-grava&amp;ccedil;&amp;atilde;o (COW) &amp;ndash; quando o usu&amp;aacute;rio ou qualquer processo tenta modificar uma mensagem, antes da mensagem modificada ser salva, uma c&amp;oacute;pia original da mensagem &amp;eacute; realizada e salva na pasta Itens Recuper&amp;aacute;veis/Vers&amp;otilde;es. Os itens capturados na pasta Vers&amp;otilde;es s&amp;atilde;o indexados e retornados em uma pesquisa de eDiscovery Local. Quando a reten&amp;ccedil;&amp;atilde;o &amp;eacute; removida, as c&amp;oacute;pias realizadas na pasta Vers&amp;otilde;es tamb&amp;eacute;m s&amp;atilde;o removidas pelo Assistente de Pasta Gerenciada.&lt;/p&gt;
&lt;p&gt;Juntos, a Reten&amp;ccedil;&amp;atilde;o Local e o eDiscovery Local oferecem um mecanismo facilitado para o pessoal jur&amp;iacute;dico, de recursos humanos e outros n&amp;atilde;o t&amp;eacute;cnicos autorizados a pesquisar facilmente e preservar sem mudan&amp;ccedil;a os registros da mensagem.&lt;/p&gt;
&lt;p&gt;&lt;span class="author"&gt;Bharat Suneja&lt;/span&gt; e &lt;span class="author"&gt;Julian Zbogar-Smith&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3523233" alt="" width="1" height="1" /&gt;&lt;/p&gt;
&lt;p&gt;Esta &amp;eacute; uma publica&amp;ccedil;&amp;atilde;o traduzida. Encontre o artigo original em &lt;a href="http://blogs.technet.com/b/exchange/archive/2012/09/28/in-place-ediscovery-and-in-place-hold-in-the-new-exchange-part-ii.aspx"&gt;In-Place eDiscovery and In-Place Hold in the New Exchange &amp;ndash; Part II&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3538745" width="1" height="1"&gt;</content><author><name>OfficeLocalization</name><uri>http://blogs.technet.com/Office-Localization/ProfileUrlRedirect.ashx</uri></author></entry></feed>