<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>exchange_sp</title><link>http://blogs.technet.com/b/exchange_sp/</link><description /><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>Misterioso bucle de correo en el servidor Transporte perimetral: compruebe los límites de tamaño</title><link>http://blogs.technet.com/b/exchange_sp/archive/2013/05/09/misterioso-bucle-de-correo-en-el-servidor-transporte-perimetral-compruebe-los-l-237-mites-de-tama-241-o.aspx</link><pubDate>Thu, 09 May 2013 06:34:50 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3571633</guid><dc:creator>OfficeLocalization</dc:creator><slash:comments>0</slash:comments><description>&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;Artículo original publicado el viernes, 29 de marzo de 2013&lt;/P&gt;
&lt;P&gt;Soy ingeniero de asistencia de &lt;ACRONYM title="Asistencia y atención al cliente"&gt;CSS&lt;/ACRONYM&gt;. Estaba trabajando con un cliente que había informado de un error de bucle de correo para un dominio específico como &lt;SPAN class=command&gt;contoso.com&lt;/SPAN&gt;, donde este error solo se observaba en correos electrónicos grandes.&amp;nbsp;Sí, es muy misterioso hasta que llegas a entender que el bucle de correo viene provocado por la restricción de tamaño del conector de envío.&amp;nbsp;He pensado que este tema era lo bastante curioso como para compartirlo.&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;H2&gt;Entender la configuración y la causa principal del problema:&lt;/H2&gt;
&lt;P&gt;En un primer momento creí que podría ser el resultado de que el servidor perimetral estuviera configurado para utilizar un servidor &lt;ACRONYM title="DNS"&gt;DNS&lt;/ACRONYM&gt; externo (un servidor DNS que resuelve hosts externos). Normalmente, cuando el servidor Transporte perimetral está configurado para utilizar un DNS externo, resuelve el nombre del dominio como las direcciones IP públicas (suele señalarse a sí mismo, al firewall externo o al proveedor de servicio) en vez de como un servidor Transporte de concentradores en el sitio de Active Directory, de forma que se provoca un bucle de correo.&lt;/P&gt;
&lt;P&gt;Al reproducir el problema, descubrí que el servidor Transporte perimetral no estaba configurado para utilizar un servidor DNS externo. El entorno que configuré para reproducir el problema tenía el aspecto de este diagrama:&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;Esto es lo que pasa en este escenario: cuando el servidor Transporte perimetral recibe un correo electrónico de 20 MB de un remitente de Internet, lo acepta. El servidor Transporte perimetral tiene dos conectores que coinciden con el espacio de dirección, uno para el espacio de dirección &lt;SPAN class="fqdn lightyellow"&gt;contoso.com&lt;/SPAN&gt; al sitio de Active Directory y otro para el espacio de dirección &lt;SPAN class="fqdn lightyellow"&gt;*&lt;/SPAN&gt;. Cuando se toma la decisión de enrutamiento basada en todos los conectores disponibles, el de Transporte de concentradores no se tiene en cuenta por la restricción de tamaño (establecida en 10 MB). La mejor opción es el conector "*" del perímetro a Internet (vea el logaritmo de selección de conectores documentado en &lt;A class=bold title="Vea 'Descripción del enrutamiento de mensajes' en la documentación de Exchange 2010" href="http://technet.microsoft.com/en-in/library/aa998825(v=exchg.141).aspx"&gt;Descripción del enrutamiento de mensajes&lt;/A&gt;), que tiene un límite de tamaño para mensajes de 30 MB.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=bold&gt;Resultado final:&lt;/SPAN&gt; el mensaje se enruta para que vuelva a Internet, lo que provoca el bucle del mensaje entre Internet y el servidor perimetral.&lt;/P&gt;
&lt;P&gt;En función de si el conector de envío está configurado para utilizar DNS o un host inteligente para entregar correo saliente, recibiremos uno de los siguientes &lt;ACRONYM title="informes de no entrega"&gt;NDR&lt;/ACRONYM&gt;:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Si se usa DNS:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=consoletext&gt;#554 5.4.4 SMTPSEND.DNS.MxLoopback; los registros de DNS para este dominio están configurados en un bucle ##&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Si se usa un host inteligente:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=consoletext&gt;5.4.6 smtp;554 5.4.6 superada la cuenta de saltos; posible bucle de correo&amp;gt; #SMTP#&lt;/P&gt;
&lt;H2&gt;La solución&lt;/H2&gt;
&lt;P&gt;Este comportamiento viene dado por el diseño y se puede rectificar fácilmente modificando el límite de tamaño para mensajes que hay en el conector. Según su requisito, puede seleccionar cualquiera de las siguientes opciones:&lt;/P&gt;
&lt;UL class=arrowlist&gt;
&lt;LI&gt;Establezca el parámetro &lt;SPAN class="parameter lightyellow"&gt;MaxMessageSize&lt;/SPAN&gt; del &lt;SPAN class=bold&gt;conector de recepción&lt;/SPAN&gt; (que recibe correo entrante de Internet) en &lt;SPAN class=bold&gt;10MB&lt;/SPAN&gt;, para que los mensajes de Internet se restrinjan a 10 MB. 
&lt;LI&gt;Establezca el parámetro &lt;SPAN class=parameter&gt;MaxMessageSize&lt;/SPAN&gt; del &lt;SPAN class=bold&gt;conector de envío&lt;/SPAN&gt; de perímetro a concentrador en &lt;SPAN class=bold&gt;30MB&lt;/SPAN&gt;, que le permitirá recibir mensajes de 30 MB de remitentes externos. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Misterio resuelto. Gracias a Arindam Thokder y Scott Landry, que me han ayudado a preparar esta entrada para el 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 entrada de blog es una traducción. Puede consultar el artículo original en &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:05:45.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:05:45.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:05:45.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:05:45.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:05:45.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:05:45.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:05:45.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:05:45.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:05:45.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:05:45.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:05:45.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:05:45.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:05:45.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:05:45.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:05:45.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:05:45.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:05:45.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:05:45.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:05:45.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:05:45.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:05:45.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:05:45.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=3571633" width="1" height="1"&gt;</description></item><item><title>Presentación del Analizador de conectividad de Microsoft (MCA) 1.0 y del Analizador de conectividad remota de Microsoft (RCA) 2.1</title><link>http://blogs.technet.com/b/exchange_sp/archive/2013/05/09/presentaci-243-n-del-analizador-de-conectividad-de-microsoft-mca-1-0-y-del-analizador-de-conectividad-remota-de-microsoft-rca-2-1.aspx</link><pubDate>Thu, 09 May 2013 06:34:48 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3571632</guid><dc:creator>OfficeLocalization</dc:creator><slash:comments>0</slash:comments><description>&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;Artículo original publicado el martes, 12 de marzo de 2013&lt;/P&gt;
&lt;P&gt;En noviembre de 2012, anunciamos nuestro cliente beta de MCA. Hemos estado muy ocupados trabajando en la mejora de las opciones de prueba que están disponibles en el cliente de MCA. Le presentamos lo que hemos creado para la versión 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=imagen border=0 alt=imagen 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;Herramienta de Analizador de conectividad de Microsoft 1.0&lt;/H2&gt;
&lt;P&gt;Nos complace anunciar la versión 1.0 del &lt;A href="https://testconnectivity.microsoft.com/?tabid=client"&gt;Analizador de conectividad de Microsoft&lt;/A&gt;.&amp;nbsp;Esta herramienta acompaña al sitio web del Analizador de conectividad remota de Microsoft.&amp;nbsp;La herramienta de MCA proporciona a los administradores y clientes finales la capacidad de iniciar soluciones de diagnóstico de conectividad para cinco síntomas de conectividad habituales directamente &lt;I&gt;desde su ordenador local&lt;/I&gt;.&amp;nbsp;Los usuarios pueden probar su propia conectividad y guardar los resultados en formato HTML, que los administradores reconocerán por la consulta de resultados en el sitio web de RCA.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;B&gt;Instale aquí la herramienta de MCA 1.0:&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;Vea el vídeo introductorio: &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;La herramienta de MCA ofrece cinco síntomas de prueba:&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;B&gt;"No puedo iniciar sesión con Office Outlook".&lt;/B&gt; Esta prueba equivale a la prueba de RCA de Exchange para "Outlook Anywhere (RPC por HTTP)". Existe una opción para llevar a cabo la prueba de SSO proporcionada en la página de parámetros. 
&lt;LI&gt;&lt;B&gt;"No puedo enviar ni recibir correo electrónico en el dispositivo móvil".&lt;/B&gt;&amp;nbsp;Esta prueba equivale a la prueba de RCA de Exchange para Exchange ActiveSync. 
&lt;LI&gt;&lt;B&gt;***Nueva prueba de MCA*** "No puedo iniciar sesión en Lync en mi dispositivo móvil o en la aplicación de la Tienda Lync Windows".&lt;/B&gt; Esta prueba verifica los registros del servidor DNS para su dominio local para asegurarse de que estén configurados correctamente para admitir clientes de Mobile Lync. Además, conecta al servicio web de detección automática y se asegura de que el servicio web de autenticación, el certificado, de movilidad esté bien configurado. 
&lt;LI&gt;&lt;B&gt;***Nueva prueba de MCA*** "No puedo enviar ni recibir correo electrónico en Outlook (solo Office 365)"&lt;/B&gt;. Esta prueba verifica el flujo de correo electrónico SMTP entrante/saliente y también incluye comprobaciones de validación del servidor DNS para los clientes de Office 365. 
&lt;LI&gt;&lt;B&gt;***Nueva prueba de MCA*** "No puedo ver la información de disponible/ocupado de otro usuario"&lt;/B&gt;. Esta prueba verifica que un buzón de Office 365 pueda obtener acceso a la información de disponible/ocupado de un buzón local y viceversa (una dirección por cada prueba realizada). &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;Herramienta de Analizador de conectividad de Microsoft Lync:&amp;nbsp;&lt;/B&gt;también observará la herramienta de Analizador de conectividad de Lync en la página cliente.&amp;nbsp;Estamos trabajando en la combinación de MCA con MLCA en un futuro cercano, pero queríamos poner ambas fantásticas herramientas a disposición de los clientes en este momento para mejorar nuestras opciones de diagnóstico cliente. Para más información sobre MLCA, vaya &lt;A href="http://technet.microsoft.com/library/jj907302.aspx"&gt;AQUÍ&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Comentarios:&lt;/B&gt; envíe todos los comentarios que tenga al alias &lt;A href="mailto:mcafeedback@microsoft.com?subject=MCA1.0%20Feedback"&gt;MCA Feedback&lt;/A&gt;.&amp;nbsp;Denos su opinión sobre la herramienta y si le resultará útil para solucionar problemas en escenarios de conectividad. Además, no dude en proporcionarnos comentarios sobre pruebas adicionales que quiera que se agreguen en el futuro.&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=imagen border=0 alt=imagen 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;Analizador de conectividad remota de Microsoft 2.1&lt;/H2&gt;
&lt;P&gt;Nos emociona anunciar la versión 2.1 del sitio web de Analizador de conectividad remota de Microsoft.&amp;nbsp;La herramienta proporciona a los administradores y usuarios finales la capacidad de aplicar soluciones de diagnóstico de la conectividad para nuestros servidores para poder hacer pruebas de los problemas habituales de Exchange, Lync y Office 365.&amp;nbsp;Hemos agregado nuevas pruebas de DNS de Office 365, hemos mejorado pruebas existentes y hemos mejorado la experiencia general del sitio. &lt;/P&gt;
&lt;P&gt;&lt;B&gt;Eche un vistazo a las novedades del sitio web aquí:&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;Aquí tiene los puntos fuertes de la versión 2.1 de RCA:&lt;/H3&gt;
&lt;P&gt;&lt;B&gt;Versión 2.1 (marzo de 2013)&lt;/B&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Compatibilidad agregada para admitir traducciones en 60 idiomas 
&lt;LI&gt;Versión actualizada de la herramienta de Analizador de conectividad de Microsoft v1.0 descargable para solucionar problemas de conectividad desde el ordenador local 
&lt;LI&gt;Se ha agregado la herramienta descargable de Analizador de conectividad de Microsoft Lync para solucionar problemas de Lync desde el ordenador local 
&lt;LI&gt;Se ha agregado la sección de pruebas generales de Office 365 
&lt;LI&gt;Se ha agregado la prueba de conectividad del servidor DNS de 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=clip_image001 border=0 alt=clip_image001 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;Esperamos que lo disfrute.&lt;/P&gt;
&lt;P&gt;Gracias,&lt;B&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=author&gt;Brian Feck&lt;/SPAN&gt; en nombre de todo el &lt;B&gt;equipo de MCA/RCA&lt;BR&gt;.&lt;/B&gt;&lt;B&gt;Siga al equipo en 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 entrada de blog es una traducción. Puede consultar el artículo original en &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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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:27:34.0001549Z" /&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=3571632" width="1" height="1"&gt;</description></item><item><title>Guía de hospedaje y de arquitectura multiempresa para Exchange Server 2013 ya disponible</title><link>http://blogs.technet.com/b/exchange_sp/archive/2013/05/09/gu-237-a-de-hospedaje-y-de-arquitectura-multiempresa-para-exchange-server-2013-ya-disponible.aspx</link><pubDate>Thu, 09 May 2013 06:34:47 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3571631</guid><dc:creator>OfficeLocalization</dc:creator><slash:comments>0</slash:comments><description>&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;Artículo original publicado el jueves, 21 de febrero de 2013&lt;/P&gt;
&lt;P&gt;Nos complace anunciar el documento &lt;B&gt;Guía de hospedaje y de arquitectura multiempresa&lt;/B&gt; &lt;B&gt;para Exchange Server 2013&lt;/B&gt;, muchas veces solicitado. Se puede descargar &lt;A href="http://technet.microsoft.com/en-us/exchange/jj720331"&gt;aquí&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Como el agudo lector habrá observado, es muy parecida a la guía para Exchange Server 2010. No se debe a que lo único que hemos hecho sea buscar, copiar y sustituir, sino a que la estrategia que elegimos para Exchange 2010 sigue vigente para Exchange 2013. Es decir, use la compilación únicamente en las herramientas, los cmdlets y las interfaces para configurar la solución que haya elegido y no manipule directamente, bajo ninguna circunstancia, objetos en AD para que cumplan la configuración que quiere. &lt;/P&gt;
&lt;P&gt;Lo que también sigue vigente es la idea de que no todas las características funcionarán como usted quiere en una configuración del tipo arquitectura multiempresa. Por ejemplo, la característica Sugerencias de correo electrónico funcionará exactamente igual que en un despliegue de tipo local. Normalmente, esto puede dar lugar a la revelación de datos no deseados entre inquilinos. En el documento se resaltan las características que puede que no funcionen como se espera al configurar Exchange para arquitectura multiempresa, y se realizan recomendaciones para la configuración o para inhabilitar cuando sea necesario.&lt;/P&gt;
&lt;P&gt;Una parte esencial del importante elemento de segmentación del directorio de su solución es la característica Directivas de la libreta de direcciones. Con el &lt;A href="http://blogs.technet.com/b/exchange/archive/2013/02/14/address-book-policies-jamba-jokes-and-secret-agents.aspx"&gt;reciente anuncio&lt;/A&gt; de un agente de transporte, creado para aprovechar las Directivas de la libreta de direcciones, esperamos que la solución 2013 le resulte aún más fácil de crear y de mantener. &lt;/P&gt;
&lt;P&gt;Tenga en cuenta que hay algunos cambios importantes para 2013 y, por ello, le sugerimos que lea la guía &lt;B&gt;detenidamente&lt;/B&gt; antes de planificar y crear la solución. Asimismo, vuelva a consultarla según sea necesario si tiene cualquier problema.&lt;/P&gt;
&lt;P&gt;Igual que con Exchange 2010, tenemos soluciones de asociados que se crean siguiendo las directrices del documento. Además, las soluciones que hemos validado en este momento se enumeran en el &lt;A href="http://technet.microsoft.com/en-us/exchange/jj720331"&gt;sitio&lt;/A&gt;. Dicha enumeración irá creciendo, así que vuelva a consultarla si la solución que quiere usar no se encuentra en la enumeración en este momento, o bien póngase en contacto con el proveedor y pregúntele sus planes de validación. &lt;/P&gt;
&lt;P&gt;Tenemos planeado publicar una versión actualizada de la Guía de escalas para Exchange 2013 configurada para arquitectura multiempresa u hospedaje. Cuando esté disponible este documento, actualizaremos el sitio de soluciones. &lt;/P&gt;
&lt;P&gt;Esperamos que el documento le resulte útil y estamos deseando recibir sus comentarios.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=author&gt;Greg Taylor&lt;/SPAN&gt;&lt;BR&gt;Director líder de administración de programas&lt;BR&gt;Experiencia del usuario de Exchange&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 entrada de blog es una traducción. Puede consultar el artículo original en &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:28:44.0005303Z" /&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:28:44.0005303Z" /&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:28:44.0005303Z" /&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:28:44.0005303Z" /&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:28:44.0005303Z" /&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:28:44.0005303Z" /&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:28:44.0005303Z" /&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:28:44.0005303Z" /&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:28:44.0005303Z" /&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:28:44.0005303Z" /&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:28:44.0005303Z" /&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:28:44.0005303Z" /&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=3571631" width="1" height="1"&gt;</description></item><item><title>Aumento del límite de la tasa de destinatarios hasta 10.000 para Office 365 y Exchange Online</title><link>http://blogs.technet.com/b/exchange_sp/archive/2013/01/31/aumento-del-l-237-mite-de-la-tasa-de-destinatarios-hasta-10-000-para-office-365-y-exchange-online.aspx</link><pubDate>Thu, 31 Jan 2013 15:41:17 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3549604</guid><dc:creator>OfficeLocalization</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Art&amp;iacute;culo original publicado el jueves, 27 de diciembre de 2012&lt;/p&gt;
&lt;p&gt;En respuesta a los comentarios de nuestros clientes, hemos aumentado el l&amp;iacute;mite de la tasa de destinatarios en los planes de Office 365 para empresas (E1, E2, E3, E4, K1 y K2), para profesionales y peque&amp;ntilde;as empresas (P1) y para gobiernos (G1, G2, G3 y G4) con el fin de que los usuarios puedan enviar correo electr&amp;oacute;nico a un m&amp;aacute;ximo de &lt;span class="lightyellow bold"&gt;10.000 destinatarios al d&amp;iacute;a&lt;/span&gt;. Estos nuevos l&amp;iacute;mites tambi&amp;eacute;n se aplican a los planes independientes de Exchange Online (Quiosco, plan 1 y plan 2). Anteriormente, el l&amp;iacute;mite de la tasa de destinatarios para estos planes estaba establecido en 1.500 destinatarios al d&amp;iacute;a como m&amp;aacute;ximo.&lt;/p&gt;
&lt;p&gt;Los l&amp;iacute;mites de la tasa de destinatarios existen para impedir que los usuarios env&amp;iacute;en grandes vol&amp;uacute;menes de correo electr&amp;oacute;nico comercial no solicitado, lo que com&amp;uacute;nmente se conoce como correo no deseado. Estos l&amp;iacute;mites evitan que nuestro servicio en l&amp;iacute;nea se convierta en un origen de correo no deseado y, como resultado de estas protecciones, mantienen el flujo de mensajes de correo electr&amp;oacute;nico de nuestros clientes. Las mejoras de los centros de datos nos han permitido aumentar este l&amp;iacute;mite y, al mismo tiempo, mantener el mismo nivel de protecci&amp;oacute;n.&lt;/p&gt;
&lt;p&gt;Estos l&amp;iacute;mites se aplican tanto a los mensajes de correo electr&amp;oacute;nico que se env&amp;iacute;an dentro de una organizaci&amp;oacute;n como a los que se env&amp;iacute;an a organizaciones externas. La mejor manera de evitar que se exceda el l&amp;iacute;mite de la tasa de destinatarios es usar grupos de distribuci&amp;oacute;n a la hora de enviar mensajes a un gran n&amp;uacute;mero de destinatarios. Los grupos de distribuci&amp;oacute;n almacenados en la libreta de direcciones compartida cuenta como un &amp;uacute;nico destinatario para el l&amp;iacute;mite de la tasa de destinatarios. Para obtener m&amp;aacute;s informaci&amp;oacute;n, consulte &lt;a class="bold" title=" 'Strategies to Support Bulk Email' in Bulk E-Mail and Daily Recipient Rate Limits" href="http://help.outlook.com/en-us/140/ff381292.aspx#bulkemailstrategies"&gt;Estrategias para utilizar correo electr&amp;oacute;nico masivo&lt;/a&gt;. Los clientes de Office 365 que necesiten enviar correo electr&amp;oacute;nico masivo leg&amp;iacute;timo (como boletines de clientes), deben continuar usando proveedores de terceros especializados en estos servicios.&lt;/p&gt;
&lt;p&gt;Si desea obtener m&amp;aacute;s informaci&amp;oacute;n sobre los l&amp;iacute;mites de la tasa de destinatarios, consulte &lt;a class="bold" title="'Bulk E-Mail and Daily Recipient Rate Limits' in Exchange Online documentation" href="http://help.outlook.com/en-us/140/Ff381292.aspx"&gt;L&amp;iacute;mites de tasa de correo electr&amp;oacute;nico masivo y de destinatarios al d&amp;iacute;a&lt;/a&gt;. Sus comentarios han promovido este cambio. Gracias por compartir su opini&amp;oacute;n con nosotros; siga haci&amp;eacute;ndolo.&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 entrada de blog es una traducci&amp;oacute;n. Puede encontrar el art&amp;iacute;culo original en &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:07:02.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:07:02.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:07:02.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:07:02.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:07:02.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:07:02.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:07:02.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:07:02.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=3549604" width="1" height="1"&gt;</description></item><item><title>¿Cuáles son las novedades del Analizador de conectividad remota de Microsoft? Muchas.</title><link>http://blogs.technet.com/b/exchange_sp/archive/2013/01/31/191-cu-225-les-son-las-novedades-del-analizador-de-conectividad-remota-de-microsoft-muchas.aspx</link><pubDate>Thu, 31 Jan 2013 15:40:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3549603</guid><dc:creator>OfficeLocalization</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Art&amp;iacute;culo original publicado el martes, 20 de noviembre de 2012&lt;/p&gt;
&lt;p&gt;&amp;iquest;Ha recibido alguna vez una llamada de alguien que conoce y cuyo cliente de Outlook tiene problemas para conectar con su servidor de correo electr&amp;oacute;nico? &amp;iquest;No le gustar&amp;iacute;a tener una herramienta que poder enviarle para guiar sus pasos por una prueba de conectividad y que ofrezca una manera sencilla de recibir los resultados de vuelta?&lt;/p&gt;
&lt;p&gt;O quiz&amp;aacute;s como administrador ha usado el &lt;a href="https://www.testexchangeconnectivity.com/?tabid=client"&gt;Analizador de conectividad remota&lt;/a&gt; durante a&amp;ntilde;os para comprobar la configuraci&amp;oacute;n del correo electr&amp;oacute;nico, pero le gustar&amp;iacute;a tener una manera de realizar las mismas pruebas desde su organizaci&amp;oacute;n y que le proporcionara la misma informaci&amp;oacute;n de diagn&amp;oacute;stico detallada que el sitio web del Analizador de conectividad remota.&lt;/p&gt;
&lt;p&gt;Hemos atendido estas peticiones y nuestro equipo ha creado una herramienta justo para estos escenarios. Nos complace presentar el &lt;strong&gt;Analizador de conectividad de Microsoft (beta)&lt;/strong&gt;, una versi&amp;oacute;n port&amp;aacute;til del sitio web Analizador de conectividad remota. Este es un breve v&amp;iacute;deo de presentaci&amp;oacute;n del Analizador de conectividad de Microsoft, de 49 segundos.&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;Esta herramienta contiene las mismas pruebas que el sitio web, con una interfaz de usuario algo m&amp;aacute;s sencilla; una herramienta que puede compartir con usuarios, familiares o con su vecino.&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="imagen" 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="imagen" 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="imagen" 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="imagen" 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="imagen" 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="imagen" width="495" height="372" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Adem&amp;aacute;s, hemos dividido los resultados en dos vistas: una vista simplificada que solo muestra los resultados que cualquiera podr&amp;iacute;a comprender, y unos resultados detallados que solo un administrador podr&amp;iacute;a querer (s&amp;iacute;, ese es usted).&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="imagen" 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="imagen" width="495" height="371" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Y los detalles adicionales para los administradores se muestran en &amp;ldquo;Revisar todas las pruebas ejecutadas&amp;rdquo;:&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="imagen" 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="imagen" width="566" height="126" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;O pida al usuario que guarde los resultados detallados y se los env&amp;iacute;e. Los resultados detallados se guardan como un archivo HTML y pueden verse en un explorador.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Requisitos previos del Analizador de conectividad de Microsoft&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;La herramienta admite los siguientes sistemas operativos: Windows 7 de 64 bits, Windows 7, Windows Server 2008+&lt;/li&gt;
&lt;li&gt;Se necesita &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30653"&gt;Microsoft .NET Framework 4.5&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Requisitos de explorador:&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;
&lt;p&gt;La instalaci&amp;oacute;n funcionar&amp;aacute; en todos los exploradores modernos. Sin embargo&amp;hellip;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Si usa Google Chrome, tendr&amp;aacute; que instalar &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;Si usa FireFox, tendr&amp;aacute; que instalar el &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/microsoft-net-framework-assist/"&gt;Asistente de Microsoft .Net Framework para FireFox.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;Encontrar&amp;aacute; las notas completas de la versi&amp;oacute;n &lt;a href="https://www.testexchangeconnectivity.com/Pages/ChangeList.htm"&gt;aqu&amp;iacute;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A&amp;uacute;n no hemos terminado. Tenemos planeado agregar m&amp;aacute;s pruebas.&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Igual que cuando lanzamos el sitio web por primera vez, esta primera versi&amp;oacute;n del Analizador de conectividad de Microsoft es un trabajo en curso.&lt;/p&gt;
&lt;p&gt;Disponer de una herramienta en el centro del usuario final nos permite ampliar las pruebas para incluir los problemas comunes de todo tipo de conectividad. Esta primera versi&amp;oacute;n de la herramienta es tan solo el comienzo.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Y eso no es todo.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Adem&amp;aacute;s de proporcionar una nueva herramienta, nos hemos aliado con el Analizador de conectividad remota de Lync y hemos unido las dos herramientas. Ver&amp;aacute; que hemos quitado &amp;ldquo;Exchange&amp;rdquo; del nombre y que hay una nueva manera de acceder al sitio web: &lt;a href="http://testconnectivity.microsoft.com"&gt;http://testconnectivity.microsoft.com&lt;/a&gt;. Efectivamente, las magn&amp;iacute;ficas pruebas de Lync y Exchange disponibles en el mismo sitio web.&lt;/p&gt;
&lt;p&gt;Las pruebas incluyen:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;La &lt;strong&gt;prueba de conectividad remota del servicio web Microsoft Lync Mobile Auto-Discover &lt;/strong&gt;probar&amp;aacute; la conectividad remota con el servidor del servicio web Microsoft Lync Mobile Auto-Discover&lt;/li&gt;
&lt;li&gt;La &lt;strong&gt;prueba de Microsoft Office Communications Server&lt;/strong&gt; probar&amp;aacute; la conectividad remota con Microsoft Office Communications Server, detectar&amp;aacute; autom&amp;aacute;ticamente el servidor perimetral de acceso y el puerto para conectarse, o le permitir&amp;aacute; especificar un servidor perimetral de acceso.&lt;strong&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;La &lt;strong&gt;prueba de conectividad remota de Microsoft Lync Server&lt;/strong&gt; probar&amp;aacute; la conectividad remota con Microsoft Lync Server, detectar&amp;aacute; autom&amp;aacute;ticamente el servidor perimetral de acceso y el puerto para conectarse, o le permitir&amp;aacute; especificar un servidor perimetral de acceso.&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="imagen" 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="imagen" width="591" height="348" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Espere, &amp;iexcl;hay m&amp;aacute;s!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;iquest;Hemos mencionado ya lo ocupados que hemos estado este a&amp;ntilde;o? En la pesta&amp;ntilde;a Office 365, ver&amp;aacute; dos nuevas pruebas: la prueba &lt;strong&gt;Office 365 Lync DNS&lt;/strong&gt; y la prueba &lt;strong&gt;Disponibilidad&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;La &lt;strong&gt;prueba Office 365 Lync DNS&lt;/strong&gt; comprobar&amp;aacute; la configuraci&amp;oacute;n del nombre de dominio externo para su usuario de dominio personalizado en 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="imagen" 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="imagen" width="592" height="613" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Gracias al equipo de Servicios de implementaci&amp;oacute;n de Office 365, el sitio web del Analizador de conectividad remota ahora incluye la prueba &lt;strong&gt;Disponibilidad de Office 365&lt;/strong&gt;. Esta prueba comprueba si un buz&amp;oacute;n de Office 365 puede acceder a la informaci&amp;oacute;n de disponibilidad de un buz&amp;oacute;n local y viceversa. Esto incluye:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;una comprobaci&amp;oacute;n para confirmar que el tiempo del sistema del servidor h&amp;iacute;brido no se desv&amp;iacute;a m&amp;aacute;s de cinco minutos, lo que causar&amp;iacute;a errores al solicitar tokens de delegaci&amp;oacute;n a Microsoft Federated Gateway.&lt;/li&gt;
&lt;li&gt;una comprobaci&amp;oacute;n para confirmar que la conectividad de entrada al servidor h&amp;iacute;brido no requiere autenticaci&amp;oacute;n previa del firewall; es decir, que el firewall admite la autenticaci&amp;oacute;n de paso a trav&amp;eacute;s.&lt;/li&gt;
&lt;li&gt;una comprobaci&amp;oacute;n para confirmar que el servidor h&amp;iacute;brido cumple los requisitos de versi&amp;oacute;n m&amp;iacute;nima de Exchange Server (Exchange Server 2010 SP1).&lt;/li&gt;
&lt;li&gt;una consulta b&amp;aacute;sica de disponibilidad con el servicio de disponibilidad de destino.&lt;/li&gt;
&lt;li&gt;V&amp;iacute;nculos a informaci&amp;oacute;n sobre el Asistente para la configuraci&amp;oacute;n h&amp;iacute;brida, un origen com&amp;uacute;n de problemas de configuraci&amp;oacute;n de implementaciones h&amp;iacute;bridas&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Gracias por llegar hasta aqu&amp;iacute;. Esperamos que haya disfrutado de las nuevas actualizaciones y estamos deseando recibir noticias suyas,&lt;/p&gt;
&lt;p&gt;&lt;span class="author"&gt;Nicole Allen&lt;/span&gt; &lt;br /&gt;En nombre del equipo del Analizador de conectividad remota&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 entrada de blog es una traducci&amp;oacute;n. Encontrar&amp;aacute; el art&amp;iacute;culo original en &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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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:07:59.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=3549603" width="1" height="1"&gt;</description></item><item><title>Windows Management Framework 3.0 en Exchange 2007 y Exchange 2010</title><link>http://blogs.technet.com/b/exchange_sp/archive/2013/01/31/windows-management-framework-3-0-en-exchange-2007-y-exchange-2010.aspx</link><pubDate>Thu, 31 Jan 2013 15:39:58 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3549602</guid><dc:creator>OfficeLocalization</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Art&amp;iacute;culo original publicado el s&amp;aacute;bado, 15 de diciembre de 2012&lt;/p&gt;
&lt;p&gt;Recientemente, Windows Update comenz&amp;oacute; a ofrecer &lt;span class="bold"&gt;Windows Management Framework 3.0&lt;/span&gt; como una actualizaci&amp;oacute;n opcional. Esto incluye todas las formas de distribuci&amp;oacute;n de actualizaciones, como Microsoft Update, &lt;acronym title="Windows Server Update Service"&gt;WSUS&lt;/acronym&gt;, System Center Configuration Manager y otros medios. La clave aqu&amp;iacute; es que Windows Management Framework 3.0 incluye PowerShell 3.0.&lt;/p&gt;
&lt;p&gt;Windows Management Framework 3.0 se distribuye como &lt;a class="bold" href="http://support.microsoft.com/kb/2506146"&gt;KB2506146&lt;/a&gt; y &lt;a class="bold" href="http://support.microsoft.com/kb/2506143"&gt;KB2506143&lt;/a&gt; (cu&amp;aacute;l se ofrezca depender&amp;aacute; de la versi&amp;oacute;n de servidor que est&amp;eacute; ejecutando: Windows Server 2008 SP2 o Windows Server 2008 R2 SP1).&lt;/p&gt;
&lt;h3&gt;&amp;iquest;Qu&amp;eacute; significa esto?&lt;/h3&gt;
&lt;p&gt;Windows Management Framework 3.0 (concretamente PowerShell 3.0) &lt;span class="bold"&gt;no se admite&lt;/span&gt; en ninguna versi&amp;oacute;n de Exchange &lt;em&gt;excepto&lt;/em&gt; en Exchange Server 2013, que lo necesita. Si instala Windows Management Framework 3.0 en un servidor que ejecuta Exchange 2007 o Exchange 2010, tendr&amp;aacute; problemas, por ejemplo, los paquetes acumulativos de actualizaciones de Exchange no se instalan o puede que el Shell de administraci&amp;oacute;n de Exchange no se ejecute correctamente.&lt;/p&gt;
&lt;p&gt;Hemos visto que los paquetes acumulativos de actualizaciones de Exchange no se instalan y presentan los siguientes s&amp;iacute;ntomas:&lt;/p&gt;
&lt;ul class="arrowlist"&gt;
&lt;li&gt;Si se instala un paquete acumulativo mediante Microsoft Update, se podr&amp;iacute;a producir un error de actualizaci&amp;oacute;n con el c&amp;oacute;digo de error &lt;a class="command lightyellow"&gt;80070643&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Si se instala un paquete acumulativo mediante una descarga, el error que se muestra es &lt;span class="command"&gt;La instalaci&amp;oacute;n finaliz&amp;oacute; antes de tiempo debido a un error&lt;/span&gt;.&lt;/li&gt;
&lt;li&gt;En ambos casos, el id. de evento 1024 puede registrarse en el registro de eventos de aplicaci&amp;oacute;n con el c&amp;oacute;digo de error &amp;ldquo;1603&amp;rdquo;. Por ejemplo, si intenta instalar el paquete acumulativo de actualizaciones 5 para Exchange 2010 SP2, quiz&amp;aacute;s vea la siguiente descripci&amp;oacute;n en el id. de evento 1024:
&lt;blockquote&gt;&lt;span class="command"&gt;Producto: Microsoft Exchange Server - la actualizaci&amp;oacute;n "Paquete acumulativo de actualizaciones 5-v2 para Exchange Server 2010 Service Pack 2 (KB2785908) 14.2.328.10" no se pudo instalar. C&amp;oacute;digo de error 1603. Windows Installer puede crear registros para ayudar a solucionar problemas de instalaci&amp;oacute;n de paquetes de software. Use el v&amp;iacute;nculo siguiente para obtener instrucciones sobre la activaci&amp;oacute;n de la compatibilidad de registro: http://go.microsoft.com/fwlink/?LinkId=23127&lt;/span&gt;&lt;/blockquote&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;En estos momentos, nuestro consejo es no implementar Windows Management Framework 3.0 en servidores que ejecuten Exchange 2007 o Exchange 2010, ni en estaciones de trabajo con las herramientas de administraci&amp;oacute;n de Exchange de cualquiera de las versiones instaladas. Si ya ha implementado esta actualizaci&amp;oacute;n, debe quitarla. Una vez quitada la actualizaci&amp;oacute;n, deber&amp;iacute;a restaurarse la funcionalidad.&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: informaci&amp;oacute;n agregada sobre el id. de evento 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 entrada de blog es una traducci&amp;oacute;n. Puede encontrar el art&amp;iacute;culo original en &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:07:03.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:07:03.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:07:03.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:07:03.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:07:03.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:07:03.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:07:03.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:07:03.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:07:03.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:07:03.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:07:03.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:07:03.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:07:03.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:07:03.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=3549602" width="1" height="1"&gt;</description></item><item><title>Exchange Server 2013 alcanza una disponibilidad general</title><link>http://blogs.technet.com/b/exchange_sp/archive/2013/01/31/exchange-server-2013-alcanza-una-disponibilidad-general.aspx</link><pubDate>Thu, 31 Jan 2013 15:39:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3549601</guid><dc:creator>OfficeLocalization</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Art&amp;iacute;culo original publicado el martes, 4 de diciembre de 2012&lt;/p&gt;
&lt;p&gt;En &lt;a href="http://blogs.technet.com/b/exchange/archive/2012/10/11/the-new-exchange-reaches-rtm.aspx"&gt;octubre&lt;/a&gt; anunciamos que la versi&amp;oacute;n RTM de Exchange Server 2013 estaba terminada. Desde entonces, hemos centrado nuestros esfuerzos en el lanzamiento de la siguiente versi&amp;oacute;n de Exchange a trav&amp;eacute;s de varios canales de distribuci&amp;oacute;n hasta nuestros clientes empresariales.&lt;/p&gt;
&lt;p&gt;Hoy hemos alcanzado otro hito importante: el equipo de Exchange se complace en anunciar la disponibilidad general de Exchange Server 2013. Puede descargarlo de &lt;a href="http://technet.microsoft.com/en-us/evalcenter/hh973395.aspx"&gt;TechNet&lt;/a&gt; hoy mismo y evaluar el producto durante 180 d&amp;iacute;as. Tambi&amp;eacute;n puede registrarse en 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 disfrutar de la experiencia de Exchange m&amp;aacute;s actualizada de la nube en tan solo unos minutos.&lt;/p&gt;
&lt;p&gt;Aquellos que quieran implementar Exchange Server 2013 en un entorno virgen, o en laboratorios y entornos de pruebas para evaluar las nuevas caracter&amp;iacute;sticas y realizar pruebas con aplicaciones de l&amp;iacute;nea de negocio, pueden hacerlo directamente. Si est&amp;aacute; ejecutando un entorno de Exchange 2010 o 2007, necesitar&amp;aacute; el paquete acumulativo de actualizaciones de &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; o 2007 para poder realizar la actualizaci&amp;oacute;n. Sabemos que est&amp;aacute; deseando cambiar a la nueva versi&amp;oacute;n y por eso nos estamos esforzando en dar los &amp;uacute;ltimos retoques a Exchange 2010 SP3 y al paquete acumulativo de actualizaciones, que estar&amp;aacute; listo para su lanzamiento en el primer trimestre de 2013.&lt;/p&gt;
&lt;p&gt;Si a&amp;uacute;n no lo ha hecho, le animamos a conocer m&amp;aacute;s acerca de Exchange Server 2013 leyendo la documentaci&amp;oacute;n de &lt;a href="http://technet.microsoft.com/en-us/exchange/fp179701"&gt;TechNet&lt;/a&gt; o asistiendo a una sesi&amp;oacute;n de aprendizaje de &lt;a href="http://www.officeignite.com/"&gt;Ignite&lt;/a&gt;. En este punto es aconsejable evaluar los requisitos previos y los requisitos del sistema, as&amp;iacute; como familiarizarse con la arquitectura simplificada de los bloques de creaci&amp;oacute;n de Exchange para partir con ventaja a la hora de dimensionar, planear y comprar el &lt;a href="http://technet.microsoft.com/library/aa996719(EXCHG.150)"&gt;hardware&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;El equipo de EHLO ha incorporado m&amp;aacute;s contenido t&amp;eacute;cnico al nuevo Exchange desde el anuncio de la versi&amp;oacute;n RTM:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/b/exchange_sp/archive/2012/12/05/oab-en-exchange-server-2013.aspx"&gt;Libreta de direcciones sin conexi&amp;oacute;n en 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_sp/archive/2012/12/05/administrar-el-uso-compartido-federado-con-el-eac.aspx"&gt;Administrar recursos compartidos federados con EAC&lt;/a&gt;&amp;nbsp;&amp;ndash; Elber Ren y Robert Mazzoli&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/b/exchange_sp/archive/2012/12/05/acceso-sin-conexi-243-n-en-outlook-web-app-2013.aspx"&gt;Acceso sin conexi&amp;oacute;n en Outlook Web App para el nuevo 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;Carpetas p&amp;uacute;blicas en el nuevo Office&lt;/a&gt;&amp;nbsp;&amp;ndash; Alfons Staerk y 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;Publicar en Exchange Server 2013 mediante 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_sp/archive/2012/12/05/lecciones-del-centro-de-datos-disponibilidad-administrada.aspx"&gt;Lecciones del centro de datos: disponibilidad administrada&lt;/a&gt; &amp;ndash; Ross Smith IV y Greg Thiel&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;hellip;y continuaremos publicando nuevos art&amp;iacute;culos sobre Exchange en EHLO en los pr&amp;oacute;ximos meses. No olvide comprobarlo. Gracias de nuevo por su apoyo continuo y no deje de enviar sus comentarios.&lt;/p&gt;
&lt;p&gt;&lt;span class="author"&gt;Equipo de 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 entrada de blog es una traducci&amp;oacute;n. Puede consultar el art&amp;iacute;culo original en &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:07:12.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:07:12.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:07:12.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:07:12.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:07:12.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:07:12.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:07:12.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:07:12.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:07:12.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:07:12.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:07:12.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:07:12.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:07:12.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:07:12.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:07:12.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:07:12.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=3549601" width="1" height="1"&gt;</description></item><item><title>Solucionador de problemas de replicación de carpetas públicas</title><link>http://blogs.technet.com/b/exchange_sp/archive/2013/01/31/solucionador-de-problemas-de-replicaci-243-n-de-carpetas-p-250-blicas.aspx</link><pubDate>Thu, 31 Jan 2013 15:38:06 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3549599</guid><dc:creator>OfficeLocalization</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Art&amp;iacute;culo original publicado el martes, 13 de noviembre de 2012&lt;/p&gt;
&lt;p&gt;Recientemente hemos publicado un tutorial guiado para solucionar problemas de replicaci&amp;oacute;n de carpetas p&amp;uacute;blicas en Microsoft Exchange 2003. Hay varias maneras de acceder al solucionador de problemas. Puede usar &lt;a href="http://support.microsoft.com/common/survey.aspx?scid=sw;en;3221&amp;amp;showpage=1"&gt;este&lt;/a&gt; v&amp;iacute;nculo para acceder directamente a &amp;eacute;l. Tambi&amp;eacute;n se incluir&amp;aacute; en varios art&amp;iacute;culos relativos a la replicaci&amp;oacute;n de carpetas p&amp;uacute;blicas como el siguiente: &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;Ahora, s&amp;eacute; que se estar&amp;aacute;n preguntando porqu&amp;eacute; proporcionamos un solucionador de problemas para Exchange 2003 si ya no se ofrece soporte para el mismo. Hay varios motivos para esta decisi&amp;oacute;n. En primer lugar, a&amp;uacute;n hay numerosos clientes de Exchange que est&amp;aacute;n realizando la transici&amp;oacute;n desde esta versi&amp;oacute;n y queremos ayudar en lo posible en su cambio a versiones del producto m&amp;aacute;s recientes con soporte. Esta es la mejor manera de guiar a estos clientes porque ya no disponemos de la opci&amp;oacute;n de soporte telef&amp;oacute;nico. En segundo lugar, ya se han identificado casi todos los problemas de carpetas p&amp;uacute;blicas de Exchange server 2003, por lo que crear un solucionador de problemas que incluya este material no supondr&amp;aacute; un gran cambio. Por &amp;uacute;ltimo, dado que el mecanismo de replicaci&amp;oacute;n de carpetas p&amp;uacute;blicas no ha cambiado sustancialmente durante un tiempo (&lt;a href="http://blogs.technet.com/b/exchange/archive/2012/11/08/public-folders-in-the-new-office.aspx"&gt;hasta Exchange 2013&lt;/a&gt;), ten&amp;iacute;a sentido comenzar con Exchange 2003 porque esto nos permit&amp;iacute;a realizar actualizaciones para versiones posteriores con relativa facilidad.&lt;/p&gt;
&lt;p&gt;La organizaci&amp;oacute;n de soporte trabajar&amp;aacute; para ampliar este solucionador de problemas con el fin de incluir las versiones 2007/2010 en el futuro.&lt;/p&gt;
&lt;p&gt;Este tutorial realmente es una gu&amp;iacute;a para la soluci&amp;oacute;n de problemas de replicaci&amp;oacute;n, desarrollada en una serie de entradas de blog por 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;aqu&amp;iacute;&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;aqu&amp;iacute;&lt;/a&gt; y &lt;a href="http://blogs.technet.com/b/exchange/archive/2006/01/23/417974.aspx"&gt;aqu&amp;iacute;&lt;/a&gt;. Su objetivo no es reemplazar toda la informaci&amp;oacute;n que ayuda a comprender el proceso de replicaci&amp;oacute;n de carpetas p&amp;uacute;blicas, sino proporcionar los pasos necesarios para ayudar a detectar el problema en caso de que haya problemas con la replicaci&amp;oacute;n.&lt;/p&gt;
&lt;p&gt;Quiero agradecer a las personas que han hecho esto posible. Estas son las partes implicadas (que yo conozca):&lt;/p&gt;
&lt;p&gt;Soporte de 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;Equipos de documentaci&amp;oacute;n y creaci&amp;oacute;n de contenido:&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 (Entiernet)&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;Atentamente,&lt;/p&gt;
&lt;p&gt;&lt;span class="author"&gt;Charlotte Raymundo &lt;br /&gt;&lt;/span&gt;Messaging Knowledge Engineer&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 entrada de blog es una traducci&amp;oacute;n. Puede consultar el art&amp;iacute;culo original en &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:08:01.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:08:01.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:08:01.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:08:01.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:08:01.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:08:01.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:08:01.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:08:01.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:08:01.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:08:01.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:08:01.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:08:01.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:08:01.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:08:01.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:08:01.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:08:01.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:08:01.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:08:01.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:08:01.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:08:01.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:08:01.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:08:01.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:08:01.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:08:01.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:08:01.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=3549599" width="1" height="1"&gt;</description></item><item><title>Administrar la libreta de direcciones sin conexión en Exchange Server 2013</title><link>http://blogs.technet.com/b/exchange_sp/archive/2013/01/31/administrar-la-libreta-de-direcciones-sin-conexi-243-n-en-exchange-server-2013.aspx</link><pubDate>Thu, 31 Jan 2013 15:38:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3549600</guid><dc:creator>OfficeLocalization</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Art&amp;iacute;culo original publicado el martes 15 de enero de 2013&lt;/p&gt;
&lt;p&gt;El art&amp;iacute;culo del blog del equipo de Exchange &lt;a class="bold" href="http://blogs.technet.com/b/exchange_sp/archive/2012/12/05/oab-en-exchange-server-2013.aspx"&gt;Libreta de direcciones sin conexi&amp;oacute;n en Exchange Server 2013&lt;/a&gt; presentaba la nueva generaci&amp;oacute;n de libretas de direcciones sin conexi&amp;oacute;n (OAB) y arquitectura de distribuci&amp;oacute;n de Exchange Server 2013. Dedique unos momentos a leer el art&amp;iacute;culo si a&amp;uacute;n no lo ha hecho o vuelva a leerlo para refrescar la memoria.&lt;/p&gt;
&lt;p&gt;La administraci&amp;oacute;n de &lt;acronym title="Offline Address Book"&gt;libretas de direcciones sin conexi&amp;oacute;n&lt;/acronym&gt; es diferente en Exchange 2013 debido a los cambios de arquitectura. Adem&amp;aacute;s, el nuevo &lt;a class="bold" title="Ver la publicaci&amp;oacute;n anterior: Administrar el nuevo Exchange" href="http://blogs.technet.com/b/exchange_sp/archive/2012/09/21/administraci-243-n-del-nuevo-exchange.aspx"&gt;Centro de administraci&amp;oacute;n de Exchange&lt;/a&gt; no dispone actualmente de opciones para administrar libretas de direcciones sin conexi&amp;oacute;n. Esto significa que, en estos momentos, tendr&amp;aacute; que usar el Shell de administraci&amp;oacute;n de Exchange para las tareas relativas a las libretas de direcciones sin conexi&amp;oacute;n.&lt;/p&gt;
&lt;p&gt;Este art&amp;iacute;culo muestra las tareas que se realizan con m&amp;aacute;s frecuencia en la administraci&amp;oacute;n de &lt;acronym title="Offline Address Book"&gt;libretas de direcciones sin conexi&amp;oacute;n&lt;/acronym&gt; e incluye un par de escenarios reales que ayudar&amp;aacute;n a comprender mejor las tareas.&lt;/p&gt;
&lt;p class="note"&gt;Nota: Si se encuentra en un entorno de dominio de Active Directory de bosques m&amp;uacute;ltiples, aseg&amp;uacute;rese de que la sesi&amp;oacute;n del Shell tiene habilitado &lt;span class="parameter lightyellow"&gt;ViewEntireForest&lt;/span&gt;; de lo contrario, algunos de los comandos del art&amp;iacute;culo no producir&amp;aacute;n ning&amp;uacute;n resultado.&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;Creaci&amp;oacute;n de una nueva libreta de direcciones sin conexi&amp;oacute;n&lt;/h2&gt;
&lt;p&gt;Para crear una nueva libreta de direcciones sin conexi&amp;oacute;n en Exchange 2013 ya no se usa el par&amp;aacute;metro -Server; &amp;uacute;nicamente se deben especificar las listas de direcciones que se necesitar&amp;aacute;n.&lt;/p&gt;
&lt;p&gt;En el ejemplo siguiente se crea una libreta de direcciones sin conexi&amp;oacute;n para la lista de direcciones denominada &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 los servidores de generaci&amp;oacute;n de libretas de direcciones sin conexi&amp;oacute;n&lt;/h2&gt;
&lt;p&gt;En Exchange Server 2013, a los buzones de arbitraje se les asigna cierta &amp;ldquo;funcionalidad persistente&amp;rdquo; que define el prop&amp;oacute;sito o funci&amp;oacute;n del buz&amp;oacute;n de arbitraje.&lt;/p&gt;
&lt;p&gt;Un buz&amp;oacute;n de arbitraje con la funcionalidad persistente &amp;ldquo;OrganizationCapabilityOABGen&amp;rdquo; es responsable de la generaci&amp;oacute;n de libretas de direcciones sin conexi&amp;oacute;n. Haremos referencia a este buz&amp;oacute;n como &amp;ldquo;Buz&amp;oacute;n de la organizaci&amp;oacute;n&amp;rdquo; durante todo el art&amp;iacute;culo.&lt;/p&gt;
&lt;p&gt;El servidor de buzones de Exchange Server 2013 que hospeda el buz&amp;oacute;n de la organizaci&amp;oacute;n generar&amp;aacute; todas las libretas de direcciones sin conexi&amp;oacute;n definidas en el entorno.&lt;/p&gt;
&lt;p&gt;En entorno que no sea DAG, use el comando siguiente para identificar los servidores de generaci&amp;oacute;n de libretas de direcciones sin conexi&amp;oacute;n:&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="imagen" 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="imagen" width="624" height="55" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;En un entorno DAG, la identificaci&amp;oacute;n de los servidores de generaci&amp;oacute;n de libretas de direcciones sin conexi&amp;oacute;n se realiza en dos pasos.&lt;/p&gt;
&lt;p&gt;Paso 1: Identificar el buz&amp;oacute;n de la organizaci&amp;oacute;n que hospeda la base de datos de buzones con capacidad para generar libretas de direcciones sin conexi&amp;oacute;n.&lt;/p&gt;
&lt;p&gt;Use el comando siguiente para enumerar los buzones de arbitraje con funcionalidad persistente OABGen y la base de datos donde se hospeda este buz&amp;oacute;n:&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="imagen" 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="imagen" width="624" height="55" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Paso 2: Identificar el servidor de buzones donde est&amp;aacute; montada la base de datos que hospeda el buz&amp;oacute;n de la organizaci&amp;oacute;n&lt;/p&gt;
&lt;p&gt;Use el comando siguiente para identificar la copia activa de la base de datos de buzones:&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="imagen" 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="imagen" width="624" height="62" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;El servidor donde el estado de la base de datos es "montada" es el servidor actual de generaci&amp;oacute;n de libretas de direcciones sin conexi&amp;oacute;n.&lt;/p&gt;
&lt;h2&gt;Cambiar el servidor de generaci&amp;oacute;n de libretas de direcciones sin conexi&amp;oacute;n&lt;/h2&gt;
&lt;p&gt;Hay dos maneras de cambiar el servidor de generaci&amp;oacute;n de libretas de direcciones sin conexi&amp;oacute;n.&lt;/p&gt;
&lt;h3&gt;Mover el buz&amp;oacute;n&lt;/h3&gt;
&lt;p&gt;Mueva el buz&amp;oacute;n de la organizaci&amp;oacute;n a una base de datos de buzones en un servidor destinado a ser designado como servidor de generaci&amp;oacute;n de libretas de direcciones sin conexi&amp;oacute;n.&lt;/p&gt;
&lt;p&gt;Ejemplo:&lt;/p&gt;
&lt;p&gt;DB1 es una base de datos de una sola copia presente en el servidor Exch1 que hospeda el buz&amp;oacute;n de la organizaci&amp;oacute;n. DB2 es la base de datos de buzones presente en Exch2.&lt;/p&gt;
&lt;p&gt;El comando siguiente se puede usar para mover el buz&amp;oacute;n de la organizaci&amp;oacute;n a DB2 y convertir a Exch2 en el servidor de generaci&amp;oacute;n de libretas de direcciones sin conexi&amp;oacute;n.&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 es m&amp;aacute;s apropiado para entornos que tienen una &amp;uacute;nica copia de la base de datos de buzones que hospeda el buz&amp;oacute;n de la organizaci&amp;oacute;n.&lt;/p&gt;
&lt;h3&gt;Activar la base de datos de buzones en otro servidor&lt;/h3&gt;
&lt;p&gt;Este m&amp;eacute;todo est&amp;aacute; indicado para entornos que tienen varias copias de la base de datos de buzones que hospeda el buz&amp;oacute;n de la organizaci&amp;oacute;n.&lt;/p&gt;
&lt;p&gt;Ejemplo:&lt;/p&gt;
&lt;p&gt;DB1 hospeda el buz&amp;oacute;n de la organizaci&amp;oacute;n y tiene copias en los servidores Exch1 y Exch2. DB1 est&amp;aacute; actualmente activo en Exch1.&lt;/p&gt;
&lt;p&gt;El comando siguiente se puede usar para activar DB1 en Exch2 y, por lo tanto, convertirlo en el servidor de generaci&amp;oacute;n de libretas de direcciones sin conexi&amp;oacute;n:&lt;/p&gt;
&lt;p class="code"&gt;Move-ActiveMailboxDatabase DB1 -ActivateOnServer Exch2&lt;/p&gt;
&lt;p class="note"&gt;Nota: Revise las directrices indicadas en la secci&amp;oacute;n &amp;ldquo;Ubicaci&amp;oacute;n del buz&amp;oacute;n de la organizaci&amp;oacute;n&amp;rdquo; m&amp;aacute;s adelante antes de cambiar el servidor de generaci&amp;oacute;n de libretas de direcciones sin conexi&amp;oacute;n.&lt;/p&gt;
&lt;h2&gt;Creaci&amp;oacute;n de un nuevo buz&amp;oacute;n de la organizaci&amp;oacute;n&lt;/h2&gt;
&lt;p&gt;Los administradores pueden crear buzones de la organizaci&amp;oacute;n adicionales para tolerancia a errores o para dar servicio a usuarios en una implementaci&amp;oacute;n de Exchange geogr&amp;aacute;ficamente dispersos.&lt;/p&gt;
&lt;p&gt;La creaci&amp;oacute;n de un nuevo buz&amp;oacute;n de la organizaci&amp;oacute;n se realiza en dos pasos:&lt;/p&gt;
&lt;p&gt;Paso 1: Crear un nuevo buz&amp;oacute;n de arbitraje&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;Paso 2: Habilitar la funcionalidad OABGen&lt;/p&gt;
&lt;p class="code"&gt;Set-Mailbox -Arbitration oabs -OABGen $true&lt;/p&gt;
&lt;p class="note"&gt;Nota: Consulte las directrices indicadas en la secci&amp;oacute;n &amp;ldquo;Ubicaci&amp;oacute;n del buz&amp;oacute;n de la organizaci&amp;oacute;n&amp;rdquo; m&amp;aacute;s adelante antes de crear buzones de la organizaci&amp;oacute;n adicionales.&lt;/p&gt;
&lt;h2&gt;Cambio de la programaci&amp;oacute;n de generaci&amp;oacute;n de libretas de direcciones sin conexi&amp;oacute;n&lt;/h2&gt;
&lt;p&gt;Hasta Exchange Server 2010, la generaci&amp;oacute;n de libretas de direcciones sin conexi&amp;oacute;n se basaba en una programaci&amp;oacute;n establecida en las propiedades de la libreta de direcciones sin conexi&amp;oacute;n. Puede ver una programaci&amp;oacute;n definida cuando consulte las propiedades de una libreta de direcciones sin conexi&amp;oacute;n de Exchange 2013, pero la generaci&amp;oacute;n de libretas de direcciones sin conexi&amp;oacute;n de Exchange Server 2013 &lt;strong&gt;&lt;em&gt;no&lt;/em&gt;&lt;/strong&gt; se realiza seg&amp;uacute;n la programaci&amp;oacute;n definida en las propiedades de la libreta de direcciones sin conexi&amp;oacute;n:&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="imagen" 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="imagen" width="624" height="58" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;En cambio, la generaci&amp;oacute;n de libretas de direcciones sin conexi&amp;oacute;n de Exchange Server 2013 tiene lugar seg&amp;uacute;n las propiedades OABGeneratorWorkCycle y OABGeneratorWorkCycleCheckpoint configuradas en el servidor de buzones.&lt;/p&gt;
&lt;p&gt;Ejemplo:&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="imagen" 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="imagen" width="443" height="75" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Los valores de la captura de pantalla anterior significan que la libreta de direcciones sin conexi&amp;oacute;n se genera una vez al d&amp;iacute;a.&lt;/p&gt;
&lt;h2&gt;&amp;iquest;Qu&amp;eacute; servidor de buzones proces&amp;oacute; la solicitud de descarga de la libreta de direcciones sin conexi&amp;oacute;n?&lt;/h2&gt;
&lt;p&gt;El rol CAS de Exchange Server 2013 env&amp;iacute;a mediante proxy la solicitud de descarga de la libreta de direcciones sin conexi&amp;oacute;n a un servidor de roles de buz&amp;oacute;n apropiado. El rol CAS mantiene un registro de cada solicitud que administra en los archivos de registro, presentes en la carpeta %ExchangeInstallPath%\Logging\HttpProxy\OAB\&lt;/p&gt;
&lt;p&gt;Estos archivos de registro son una excelente herramienta para identificar qu&amp;eacute; servidor de buz&amp;oacute;n eligi&amp;oacute; el rol CAS para atender la solicitud.&lt;/p&gt;
&lt;p&gt;Informaci&amp;oacute;n de algunos campos importantes del archivo de registro:&lt;/p&gt;
&lt;table class="posttable"&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;th&gt;Campo&lt;/th&gt;&lt;th&gt;Descripci&amp;oacute;n&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;UrlStem&lt;/td&gt;
&lt;td&gt;Resulta &amp;uacute;til para identificar la libreta de direcciones sin conexi&amp;oacute;n que se va a descargar, adem&amp;aacute;s de si esta es una descarga completa o una descarga incremental&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AuthenticatedUser&lt;/td&gt;
&lt;td&gt;Nombre del usuario que solicita la libreta de direcciones sin conexi&amp;oacute;n&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AnchorMailbox&lt;/td&gt;
&lt;td&gt;Nombre de dominio del buz&amp;oacute;n de la organizaci&amp;oacute;n identificado como el m&amp;aacute;s pr&amp;oacute;ximo para atender la solicitud de libreta de direcciones sin conexi&amp;oacute;n&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ServerHostName&lt;/td&gt;
&lt;td&gt;Nombre del servidor CAS que administra la solicitud&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;HttpStatus&lt;/td&gt;
&lt;td&gt;C&amp;oacute;digo de estado de la acci&amp;oacute;n del proxy&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ProxyAction&lt;/td&gt;
&lt;td&gt;Acci&amp;oacute;n que realiz&amp;oacute; el servidor CAS para la solicitud; normalmente ser&amp;aacute; &amp;ldquo;Proxy&amp;rdquo; para las libretas de direcciones sin conexi&amp;oacute;n de Exchange 2013&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;TargetServer&lt;/td&gt;
&lt;td&gt;Nombre del servidor de roles de buz&amp;oacute;n al que se envi&amp;oacute; la solicitud mediante proxy&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Para leer mejor el archivo de registro, se puede importar a Excel.&lt;/p&gt;
&lt;p&gt;Ejemplo:&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="imagen" 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="imagen" width="624" height="77" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Forzar la generaci&amp;oacute;n de libretas de direcciones sin conexi&amp;oacute;n&lt;/h2&gt;
&lt;p&gt;Se pueden usar dos m&amp;eacute;todos para forzar el inicio inmediato de la generaci&amp;oacute;n de libretas de direcciones sin conexi&amp;oacute;n de Exchange Server 2013.&lt;/p&gt;
&lt;h3&gt;M&amp;eacute;todo 1: Update-OfflineAddresBook&lt;/h3&gt;
&lt;p&gt;El comando siguiente forzar&amp;aacute; la generaci&amp;oacute;n de una libreta de direcciones sin conexi&amp;oacute;n denominada "Default Offline Address Book" en todos los buzones de la organizaci&amp;oacute;n.&lt;/p&gt;
&lt;p class="code"&gt;Update-OfflineAddressBook "default offline address book"&lt;/p&gt;
&lt;p class="note"&gt;Nota: Este comando inicia una solicitud RPC para cada servidor de buzones que hospeda un buz&amp;oacute;n de la organizaci&amp;oacute;n activo.&lt;/p&gt;
&lt;h3&gt;M&amp;eacute;todo 2: reiniciar el servicio Asistente de buzones.&lt;/h3&gt;
&lt;p&gt;El servicio Asistente de buzones de Microsoft Exchange en el rol de buz&amp;oacute;n es responsable de generar las libretas de direcciones sin conexi&amp;oacute;n. Al reiniciar el servicio se generan todas las libretas de direcciones sin conexi&amp;oacute;n definidas en el entorno de un servidor de buzones espec&amp;iacute;fico, si hospeda un buz&amp;oacute;n de la organizaci&amp;oacute;n activo.&lt;/p&gt;
&lt;h2&gt;Ubicaci&amp;oacute;n del buz&amp;oacute;n de la organizaci&amp;oacute;n&lt;/h2&gt;
&lt;p&gt;El rol CAS de Exchange Server 2013 env&amp;iacute;a mediante proxy la solicitud de descarga de la libreta de direcciones sin conexi&amp;oacute;n al servidor de buzones "m&amp;aacute;s pr&amp;oacute;ximo" que hospede un buz&amp;oacute;n de la organizaci&amp;oacute;n activo. Puede realizar el env&amp;iacute;o mediante proxy de la solicitud del tipo round robin si encuentra m&amp;aacute;s de un buz&amp;oacute;n de la organizaci&amp;oacute;n activo en el mismo sitio de AD. Esto podr&amp;iacute;a provocar descargas completas frecuentes de la libreta de direcciones sin conexi&amp;oacute;n.&lt;/p&gt;
&lt;p&gt;Por este motivo, actualmente se aconseja planear la ubicaci&amp;oacute;n del buz&amp;oacute;n de la organizaci&amp;oacute;n de manera que tenga un buz&amp;oacute;n de la organizaci&amp;oacute;n activo en un sitio de AD. Esto es aplicable a la creaci&amp;oacute;n de un nuevo buz&amp;oacute;n de la organizaci&amp;oacute;n as&amp;iacute; como a la creaci&amp;oacute;n de copias de la base de datos de buzones que hospeda un buz&amp;oacute;n de la organizaci&amp;oacute;n.&lt;/p&gt;
&lt;h2&gt;Escenarios&lt;/h2&gt;
&lt;p&gt;Los escenarios siguientes tratan una situaci&amp;oacute;n real para explicar con m&amp;aacute;s detalle los nuevos m&amp;eacute;todos de administraci&amp;oacute;n de libretas de direcciones sin conexi&amp;oacute;n.&lt;/p&gt;
&lt;h3&gt;Escenario 1: Crear un nuevo buz&amp;oacute;n de la organizaci&amp;oacute;n&lt;/h3&gt;
&lt;p&gt;Contoso tiene implementados servidores de buzones y de roles CAS de Exchange Server 2013 en los sitios de Dallas y Seattle. John, el administrador de Exchange para Contoso, analiza los archivos de registro de los servidores proxy http en los servidores CAS y descubre que las solicitudes de descarga de libretas de direcciones sin conexi&amp;oacute;n de los usuarios de Seattle van a los servidores de Dallas. Tras una posterior investigaci&amp;oacute;n, John descubre que solo tiene un buz&amp;oacute;n de la organizaci&amp;oacute;n en Dallas, por lo que las solicitudes de descarga de libretas de direcciones sin conexi&amp;oacute;n de todos los usuarios van al servidor de Dallas.&lt;/p&gt;
&lt;p&gt;Decide crear un nuevo buz&amp;oacute;n de la organizaci&amp;oacute;n en el sitio de Seattle con los siguientes comandos:&lt;/p&gt;
&lt;p&gt;Paso 1: Crear un nuevo buz&amp;oacute;n de arbitraje&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;Paso 2: Habilitar el buz&amp;oacute;n de arbitraje con la funcionalidad OABGen&lt;/p&gt;
&lt;p class="code"&gt;Set-Mailbox -Arbitration oabs -OABGen $true&lt;/p&gt;
&lt;h3&gt;Escenario 2: Personalizar la programaci&amp;oacute;n de generaci&amp;oacute;n de libretas de direcciones sin conexi&amp;oacute;n&lt;/h3&gt;
&lt;p&gt;Ben es el administrador de la implementaci&amp;oacute;n de Exchange 2013 en Tail Spin Toys. La programaci&amp;oacute;n predeterminada para la generaci&amp;oacute;n de libretas de direcciones sin conexi&amp;oacute;n no es adecuada para ellos y quieren generar las libretas de direcciones sin conexi&amp;oacute;n aproximadamente cada cuatro horas.&lt;/p&gt;
&lt;p&gt;Ben usar&amp;aacute; el siguiente comando para cambiar las propiedades de los servidores de buzones que hospedar&amp;aacute;n el buz&amp;oacute;n de la organizaci&amp;oacute;n.&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;Despu&amp;eacute;s de un par de d&amp;iacute;as, John analiza el id. de evento 17002 en un registro de la aplicaci&amp;oacute;n, y se asegura de que la libreta de direcciones sin conexi&amp;oacute;n se genera cada cuatro 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="imagen" 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="imagen" width="624" height="139" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Esperamos que esta publicaci&amp;oacute;n les haya resultado &amp;uacute;til. Env&amp;iacute;enos sus comentarios.&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 entrada de blog es una traducci&amp;oacute;n. Puede consultar el art&amp;iacute;culo original en &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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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:06:56.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=3549600" width="1" height="1"&gt;</description></item><item><title>Los dispositivos iOS6 pasan a ser los propietarios de las reuniones por error</title><link>http://blogs.technet.com/b/exchange_sp/archive/2012/12/05/los-dispositivos-ios6-pasan-a-ser-los-propietarios-de-las-reuniones-por-error.aspx</link><pubDate>Wed, 05 Dec 2012 10:03:03 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3538802</guid><dc:creator>OfficeLocalization</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Art&amp;iacute;culo original publicado el mi&amp;eacute;rcoles, 24 de octubre de 2012&lt;/p&gt;
&lt;p&gt;Una de las mejores ventajas de usar una de las implementaciones de Exchange m&amp;aacute;s grandes del mundo es que los que trabajamos en Microsoft conocemos todas las situaciones a las que se enfrentan nuestros clientes en el d&amp;iacute;a a d&amp;iacute;a. Tras el reciente lanzamiento de iOS6, observamos un incremento acentuado de llamadas al departamento de soporte t&amp;eacute;cnico porque el propietario de las reuniones cambia (lo que a veces se denomina &amp;ldquo;secuestro de reuniones&amp;rdquo;). En la mayor&amp;iacute;a de los casos que se han notificado hasta la fecha, los usuarios ten&amp;iacute;an delegados que primero abr&amp;iacute;an una convocatoria de reuni&amp;oacute;n en Outlook y luego actuaban en esa misma reuni&amp;oacute;n en iOS.&lt;/p&gt;
&lt;p&gt;Los problemas relacionados con las reuniones constituyen una gran parte de los desaf&amp;iacute;os a los que algunas organizaciones deben hacer frente al trabajar con dispositivos de otros fabricantes(&lt;a title="Vea " href="http://support.microsoft.com/kb/2563324"&gt;esta&lt;/a&gt; es nuestra lista). Por desgracia, la &amp;uacute;ltima actualizaci&amp;oacute;n de iOS ha empeorado uno de estos problemas. Quer&amp;iacute;amos informarle del problema y comunicarle que ya hemos tratado este tema con Apple. Tambi&amp;eacute;n estamos explorando diversas formas de reforzar la infraestructura de Exchange para proteger nuestros servidores y el servicio frente a los clientes de bajo rendimiento.&lt;/p&gt;
&lt;p&gt;Mientras tanto, le ofrecemos algunas opciones de mitigaci&amp;oacute;n:&lt;/p&gt;
&lt;ul class="arrowlist"&gt;
&lt;li&gt;
&lt;p&gt;&lt;span class="bold"&gt;Decir a los usuarios que no hagan acciones en los calendarios en iOS&lt;/span&gt;: este problema no se produce si los usuarios no realizan acciones en los elementos de calendario (como aceptar, eliminar o cambiar reuniones).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;span class="bold"&gt;Cambiar a los usuarios de iOS a &lt;acronym title="Protocolo de oficina de correos v.3"&gt;POP3&lt;/acronym&gt;/&lt;acronym title="Protocolo de acceso a mensajes de Internet v.4"&gt;IMAP4&lt;/acronym&gt;&lt;/span&gt;: otra opci&amp;oacute;n es cambiar a los usuarios a conexiones POP/IMAP. As&amp;iacute; se quitan las funciones del calendario y los contactos, pero los usuarios pueden seguir usando el correo (aunque es posible que este cambie de insertar a extraer al usar estos protocolos).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;span class="bold"&gt;Clientes de otros fabricantes/OWA&lt;/span&gt;: mover a los usuarios a otro cliente de correo con el que no surja este problema puede ser una soluci&amp;oacute;n temporal. Existen varias opciones de clientes (una de las cuales es OWA). Hay muchos clientes disponibles en las tiendas de aplicaciones m&amp;oacute;viles. No recomendamos ninguno en particular.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;span class="bold"&gt;Bloquear a los delegados&lt;/span&gt;: muchos de los problemas que estamos viendo est&amp;aacute;n relacionados con los delegados. Un administrador puede usar la &lt;a class="bold" title="Vea &amp;ldquo;Controlar el acceso de los dispositivos a Exchange ActiveSync con la lista Permitir/Bloquear/En cuarentena&amp;rdquo;" href="http://blogs.technet.com/b/exchange/archive/2010/11/15/3411539.aspx"&gt;lista Permitir/Bloquear/En cuarentena&lt;/a&gt; para bloquear solo a los usuarios que sean delegados o a aquellos que tengan un delegado para minimizar el efecto del problema, lo cual es una medida menos dr&amp;aacute;stica.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;span class="bold"&gt;Bloquear los dispositivos iOS 6&lt;/span&gt;: el servidor Exchange viene con la &lt;a class="bold" title="Vea " href="http://blogs.technet.com/b/exchange/archive/2010/11/15/3411539.aspx"&gt;funci&amp;oacute;n Permitir/Bloquear/En cuarentena&lt;/a&gt;, que permite a los administradores bloquear cualquier dispositivo o usuario.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;span class="bold"&gt;Decir a los usuarios que no actualicen a iOS 6 o que vuelvan a versiones anteriores&lt;/span&gt;: esta soluci&amp;oacute;n puede funcionar temporalmente hasta que Apple proporcione una revisi&amp;oacute;n, pero es posible que muchos usuarios ya hayan decidido actualizar.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;span class="bold"&gt;Esperar&lt;/span&gt;: no sabemos cu&amp;aacute;ndo estar&amp;aacute; lista la revisi&amp;oacute;n de Apple, pero si es dentro de poco, puede que esta sea la mejor opci&amp;oacute;n. P&amp;oacute;ngase en contacto con Apple para informarse sobre posibles revisiones y su disponibilidad, y pedir que se la env&amp;iacute;en.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;El equipo de soporte t&amp;eacute;cnico tambi&amp;eacute;n ha publicado un art&amp;iacute;culo de Knowledge Base sobre este problema que puede leer &lt;a title="Vea KB 2768774: 
La reuni&amp;oacute;n le pierde la pista al organizador de la reuni&amp;oacute;n en el calendario del asistente" href="http://support.microsoft.com/kb/2768774"&gt;aqu&amp;iacute;&lt;/a&gt;. Actualizaremos esta publicaci&amp;oacute;n cuando la revisi&amp;oacute;n est&amp;eacute; disponible o cuando dispongamos de m&amp;aacute;s informaci&amp;oacute;n.&lt;/p&gt;
&lt;p&gt;&lt;span class="author"&gt;&lt;a href="http://twitter.com/MobileGlick"&gt;Adam Glick&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;Administrador principal de productos t&amp;eacute;cnicos&lt;/p&gt;
&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3528217" alt="" width="1" height="1" /&gt;
&lt;p&gt;Esta publicaci&amp;oacute;n del blog es una traducci&amp;oacute;n. Puede leer el art&amp;iacute;culo original en &lt;a href="http://blogs.technet.com/b/exchange/archive/2012/10/23/ios6-devices-erroneously-take-ownership-of-meetings.aspx"&gt;iOS6 devices erroneously take ownership of meetings&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;!--&lt;?xml version="1.0" encoding="utf-2D;8"?&gt;-D;-A;&lt;LCX SchemaVersion="6.0" Name="iOS6-2D;devices-2D;erroneously-2D;take-2D;ownership-2D;of-2D;me.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[iOS6 devices erroneously take ownership of meetings]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="1" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2012-2D;11-2D;08T09:25:43.0005917Z" /&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 Wed, Oct 24 2012]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="2" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2012-2D;11-2D;08T09:25:43.0005917Z" /&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[One of the great benefits to running one of the world’s largest Exchange deployments is that we at Microsoft get to see all the things that our customers face on a daily basis. With the recent release of iOS6, we have noticed a marked increase in support calls due to meetings having the owner of the meeting changed (sometimes called “meeting hijacking”). Most instances reported to us to date involve users with delegates who first open a meeting request in Outlook and then act on that same meeting in iOS. ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="3" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2012-2D;11-2D;08T09:25:43.0005917Z" /&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[Meeting issues are a large part of the challenges that we know some organizations see with 3&lt;SUP&gt;rd&lt;/SUP&gt; party devices (&lt;A title="See 'Current issues with Microsoft Exchange ActiveSync and third-2D;party devices'" href="http://support.microsoft.com/kb/2563324"&gt;here&lt;/A&gt; is our list). Unfortunately the recent iOS update has exacerbated one of these issues. We wanted to let you know about this issue as well as let you know that we have discussed this issue with Apple. We are also looking at ways that we can continue to harden the Exchange infrastructure to protect our servers and service from poorly performing clients.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="4" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2012-2D;11-2D;08T09:25:43.0005917Z" /&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[In the meantime we wanted to offer a few mitigation options:]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="5" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2012-2D;11-2D;08T09:25:43.0005917Z" /&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[&lt;P&gt;&lt;SPAN class=bold&gt;Tell users not to take action on calendars on iOS&lt;/SPAN&gt; We're not seeing this particular issue if users don't take action on their calendar items (for example, accept, delete or change meetings).&lt;/P&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="6" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2012-2D;11-2D;08T09:25:43.0005917Z" /&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=bold&gt;Tell users not to take action on calendars on iOS&lt;/SPAN&gt; We're not seeing this particular issue if users don't take action on their calendar items (for example, accept, delete or change meetings).]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="7" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2012-2D;11-2D;08T09:25:43.0005917Z" /&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;P&gt;&lt;SPAN class=bold&gt;Switch iOS users to &lt;ACRONYM title="Post Office Protocol -2D; Version 3"&gt;POP3&lt;/ACRONYM&gt;/&lt;ACRONYM title="Internet Message Access Protocol version 4"&gt;IMAP4&lt;/ACRONYM&gt;&lt;/SPAN&gt; Another option is to switch users over to POP/IMAP connections. This will remove calendar and contacts functionality while allowing users to still use email (though the email may shift to pull from push while using these protocols). &lt;/P&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="8" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2012-2D;11-2D;08T09:25:43.0005917Z" /&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;SPAN class=bold&gt;Switch iOS users to &lt;ACRONYM title="Post Office Protocol -2D; Version 3"&gt;POP3&lt;/ACRONYM&gt;/&lt;ACRONYM title="Internet Message Access Protocol version 4"&gt;IMAP4&lt;/ACRONYM&gt;&lt;/SPAN&gt; Another option is to switch users over to POP/IMAP connections. This will remove calendar and contacts functionality while allowing users to still use email (though the email may shift to pull from push while using these protocols). ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="9" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2012-2D;11-2D;08T09:25:43.0005917Z" /&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;P&gt;&lt;SPAN class=bold&gt;3&lt;SUP&gt;rd&lt;/SUP&gt; party clients/OWA &lt;/SPAN&gt;Moving impacted users over to another email client that is not causing these issue for your organization may help alleviate the pain here. There are a number of other client options (OWA being one of them of course). Numerous clients are available in mobile application stores. We don’t recommend any particular client.&lt;/P&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="10" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2012-2D;11-2D;08T09:25:43.0005917Z" /&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=bold&gt;3&lt;SUP&gt;rd&lt;/SUP&gt; party clients/OWA &lt;/SPAN&gt;Moving impacted users over to another email client that is not causing these issue for your organization may help alleviate the pain here. There are a number of other client options (OWA being one of them of course). Numerous clients are available in mobile application stores. We don’t recommend any particular client.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="11" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2012-2D;11-2D;08T09:25:43.0005917Z" /&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;P&gt;&lt;SPAN class=bold&gt;Block delegates&lt;/SPAN&gt; Many of the issues we are seeing involve delegates. An admin can take the less drastic step of using the &lt;A class=bold title="See 'Controlling Exchange ActiveSync device access using the Allow/Block/Quarantine list'" href="http://blogs.technet.com/b/exchange/archive/2010/11/15/3411539.aspx"&gt;Allow/Block/Quarantine list&lt;/A&gt; to block only users who are delegates, or have a delegate, to minimize the impact here.&lt;/P&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="12" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2012-2D;11-2D;08T09:25:43.0005917Z" /&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;SPAN class=bold&gt;Block delegates&lt;/SPAN&gt; Many of the issues we are seeing involve delegates. An admin can take the less drastic step of using the &lt;A class=bold title="See 'Controlling Exchange ActiveSync device access using the Allow/Block/Quarantine list'" href="http://blogs.technet.com/b/exchange/archive/2010/11/15/3411539.aspx"&gt;Allow/Block/Quarantine list&lt;/A&gt; to block only users who are delegates, or have a delegate, to minimize the impact here.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="13" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2012-2D;11-2D;08T09:25:43.0005917Z" /&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;P&gt;&lt;SPAN class=bold&gt;Block iOS 6 devices&lt;/SPAN&gt; Exchange server comes with the &lt;A class=bold title="See 'Controlling Exchange ActiveSync device access using the Allow/Block/Quarantine list'" href="http://blogs.technet.com/b/exchange/archive/2010/11/15/3411539.aspx"&gt;Allow/Block/Quarantine functionality&lt;/A&gt; that enables admins to block any device or user. &lt;/P&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="14" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2012-2D;11-2D;08T09:25:43.0005917Z" /&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=bold&gt;Block iOS 6 devices&lt;/SPAN&gt; Exchange server comes with the &lt;A class=bold title="See 'Controlling Exchange ActiveSync device access using the Allow/Block/Quarantine list'" href="http://blogs.technet.com/b/exchange/archive/2010/11/15/3411539.aspx"&gt;Allow/Block/Quarantine functionality&lt;/A&gt; that enables admins to block any device or user. ]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="15" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2012-2D;11-2D;08T09:25:43.0005917Z" /&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;P&gt;&lt;SPAN class=bold&gt;Tell users not to upgrade to iOS 6 or to downgrade their devices – &lt;/SPAN&gt;This solution may work as a temporary fix until Apple provides a fix but many users may have already made the decision to update.&lt;/P&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="16" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2012-2D;11-2D;08T09:25:43.0005917Z" /&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;SPAN class=bold&gt;Tell users not to upgrade to iOS 6 or to downgrade their devices – &lt;/SPAN&gt;This solution may work as a temporary fix until Apple provides a fix but many users may have already made the decision to update.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="17" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2012-2D;11-2D;08T09:25:43.0005917Z" /&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;P&gt;&lt;SPAN class=bold&gt;Wait&lt;/SPAN&gt; We do not have any information on the timeline of a fix from Apple but if this timeline is short, this may be the easiest course of action. Please contact Apple about any potential fix or timeline for its delivery.&lt;/P&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="18" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2012-2D;11-2D;08T09:25:43.0005917Z" /&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;SPAN class=bold&gt;Wait&lt;/SPAN&gt; We do not have any information on the timeline of a fix from Apple but if this timeline is short, this may be the easiest course of action. Please contact Apple about any potential fix or timeline for its delivery.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="19" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2012-2D;11-2D;08T09:25:43.0005917Z" /&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[&lt;P&gt;Our support team has also published a KB article on this issue that you can read &lt;A title="See KB 2768774: &amp;#13;&amp;#10;Meeting in Attendee’s Calendar Loses Track of the Meeting Organizer" href="http://support.microsoft.com/kb/2768774"&gt;here&lt;/A&gt;. And we will update this post when a fix is available or we have additional information.&lt;/P&gt;]D;]A;&lt;P&gt;&lt;SPAN class=author&gt;&lt;A href="http://twitter.com/MobileGlick"&gt;Adam Glick&lt;/A&gt;&lt;/SPAN&gt;&lt;BR&gt;Sr. Technical Product Manager&lt;/P&gt;]D;]A;&lt;DIV style="CLEAR: both"&gt;&lt;/DIV&gt;&lt;IMG src="http://blogs.technet.com/aggbug.aspx?PostID=3528217" width=1 height=1&gt;]D;]A;&lt;P&gt;This is a localized blog post. Please find the original article at &lt;A href="http://blogs.technet.com/b/exchange/archive/2012/10/23/ios6-2D;devices-2D;erroneously-2D;take-2D;ownership-2D;of-2D;meetings.aspx"&gt;iOS6 devices erroneously take ownership of meetings&lt;/A&gt;&lt;/P&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="20" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2012-2D;11-2D;08T09:25:43.0005917Z" /&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[Our support team has also published a KB article on this issue that you can read &lt;A title="See KB 2768774: &amp;#13;&amp;#10;Meeting in Attendee’s Calendar Loses Track of the Meeting Organizer" href="http://support.microsoft.com/kb/2768774"&gt;here&lt;/A&gt;. And we will update this post when a fix is available or we have additional information.]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="21" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2012-2D;11-2D;08T09:25:43.0005917Z" /&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[&lt;SPAN class=author&gt;&lt;A href="http://twitter.com/MobileGlick"&gt;Adam Glick&lt;/A&gt;&lt;/SPAN&gt;&lt;BR&gt;Sr. Technical Product Manager]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="22" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2012-2D;11-2D;08T09:25:43.0005917Z" /&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[This is a localized blog post. Please find the original article at &lt;A href="http://blogs.technet.com/b/exchange/archive/2012/10/23/ios6-2D;devices-2D;erroneously-2D;take-2D;ownership-2D;of-2D;meetings.aspx"&gt;iOS6 devices erroneously take ownership of meetings&lt;/A&gt;]]&gt;&lt;/Val&gt;-D;-A;      &lt;/Str&gt;-D;-A;      &lt;Disp Order="23" /&gt;-D;-A;      &lt;Modified By="system" DateTime="2012-2D;11-2D;08T09:25:43.0005917Z" /&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=3538802" width="1" height="1"&gt;</description></item></channel></rss>