ISA Server 2006 SP1 recién salido del horno

Microsoft acaba de publicar el SP1 para ISA Server 2006. Los detalles t;ecnicos pueden encontrarlos en:

http://support.microsoft.com/kb/943462

Mientras que la descarga está disponible en:

http://www.microsoft.com/downloads/details.aspx?FamilyID=d2feca6d-81d7-430a-9b2d-b070a5f6ae50&DisplayLang=en

 

Saludos,
Pablo Vernocchi
Microsoft Exchange MVP
MCSE + M / MCSE + Sec
https://mvp.support.microsoft.com/profile/Pablo

PPT de la Conferencia Técnica Migración y coexistencia de Exchange 2007

Buenas a todos,

Los interesados en descargar la PPT (PowerPoint) de la conferencia mencionada, pueden visitar el sitio del GLUE en el siguiente link:

https://ug.culminis.com/sites/glue/Documentos%20compartidos/Forms/DOCS.aspx?RootFolder=%2fsites%2fglue%2fDocumentos%20compartidos%2fPPTs&FolderCTID=&View=%7b90211126%2d615E%2d4AB2%2dBF44%2d0FDE674762FA%7d

Saludos,
Pablo.

Hyper-V versión final ya disponible!

Microsoft ya puso a disponibilidad de los usuarios la versión final de Hyper-V, la nueva plataforma de virtualización.

Pueden leer los siguientes artículos y descargarlo desde:

http://www.microsoft.com/windowsserver2008/en/us/virtualization-consolidation.aspx

http://www.microsoft.com/downloads/details.aspx?FamilyId=F3AB3D4B-63C8-4424-A738-BADED34D24ED

También será distribuído a través de Windows Update.

Saludos,
Pablo Vernocchi
Microsoft Exchange MVP
MCSE + M / MCSE + Sec
https://mvp.support.microsoft.com/profile/Pablo

Conferencia técnica – Migración y coexistencia de Exchange 2007

 

Microsoft Technet
Todo lo que necesitas saber sobre implementación, migración y coexistencia de Exchange 2007. Discutiremos los nuevos roles y el Hardware/Software requerido como así también los requerimientos de AD entendiendo los cambios de permisos.
Coexistencia y Migración Exchange 2007
Fecha: 30 de Junio, 18:30 hs.
Oradores: Pablo Vernocchi y Carlos Dinapoli
Lugar:

MUG, Av. Rivadavia 1479 Piso 1

 
 
 

 

[Support Academy] Microsoft Exchange 2007 Disaster Recovery

Microsoft Exchange 2007 Disaster Recovery

Esta sesión tendrá como foco principal resumir lo nuevo en Microsoft Exchange 2007 y 2007 SP1 en relación con Disaster Recovery. Cubriremos las mejoras y nuevas características del motor de base de datos con respecto a Exchange 2003 y un resumen de las distintas tecnologías como LCR, CCR, portabilidad de datos, y Dial-Tone, a la hora de implementar estrategias de Disaster Recovery.

Daniel Seveso, Support Escalation Engineer en el grupo Microsoft Commercial Technical Support Latin America será el presentador especial de esta sesión.

Contamos con su participación.

Fecha: 24/06/2008 Horario: 1:00 PM Horario Central

Support Academy Open Edition – Información para conectarse a la sesión de Live Meeting:

http://www.supportacademy.com/livemeeting/es

Para agregar una cita al calendario hacer clic aquí

Support Academy Open Edition – Información para recibir el audio:

01 – El audio será transmitido directamente por la sesión de Live Meeting. Su computador necesita tener una tarjeta/placa de sonido para que el audio sea recibido correctamente.

02 – Opcionalmente, usted puede recibir el audio de este webcast vía telefónica, a través del siguiente número:

Argentina, Buenos Aires: +54 11 6777 0660 660
Brasil, São Paulo: +55 11 5504 4800 4800
México, Ciudad de Mexico: +52 55 5267 2162 2162
Perú, Lima: +51 1 611 5600 5692 5692

Código de Participante: 1320106

Atención: Solamente habrá cupo para las 50 primeras personas que se conecten vía telefónica. Participantes serán aceptados en el orden en que se vayan recibiendo las llamadas.

Update importante para la planilla de cálculo de requerimientos de Storage para Exchange 2007

Ayer el PG de Exchange publicó un update importante para la planilla, que ya va por la versión 14.7. En esta versión podremos ver un nuevo tab para el diseño del storage.

Pueden ver el artículo completo en Significant update to the Mailbox Server Role Storage Requirements Calculator – v 14.7

Saludos,
Pablo Vernocchi
Microsoft Exchange MVP
MCSE + M / MCSE + Sec
https://mvp.support.microsoft.com/profile/Pablo

Encuesta: ¿Qué tipos de eventos prefieres para capacitarte en tecnologías Microsoft?

No soy de hacer este tipo de encuestas, pero nos interesa saber qué tipos de eventos prefieren para capacitarse en tecnologías Microsoft.

Pueden acceder a la encuesta haciendo clic aqui.

Muchas gracias por tomarse estos 5 segundos que les toma completar la encuesta.

Pablo.

Actualización de documentos de Exchange

El grupo de producto publicó esta semana actualizaciones y nevos documentos para Exchange, entre los que se destacan:

La lista completa puede ser consultada en:

http://msexchangeteam.com/archive/2008/06/04/448964.aspx

Saludos,
Pablo Vernocchi
Microsoft Exchange MVP
MCSE + M / MCSE + Sec
https://mvp.support.microsoft.com/profile/Pablo

Centro de seguimiento (Message Tracking) en Exchange 2007

El centro de seguimiento de mensajes o Message Tracking es una herramienta muy cómoda para buscar información relacionada al flujo de mensajes entre servidores Exchange y con el Exterior de la Organización.

En notas anteriores explicamos como habilitarlo en Exchange 2003. En Exchange 2007 ya viene habilitado por default en servidores Hub Transport, Mailbox y Edge, con opciones también por defecto.

Exchange Server Service Pack 1 agrega a la consola gráfica la posibilidad de habilitarlo, deshabilitarlo y cambiar la ruta de los logs que luego pueden ser consultados desde la toolbox.

 

Habilitar o deshabilitar el Message Tracking

Desde la gráfica es bastante sencillo: Desde la consola de Exchange expandir Server Configuration –> Hub Transport e ingresar a las propiedades –> Seleccionar la solapa Log Settings y ahí tendremos la sección específica.

Para hacerlo desde Exchange Management Shell (Powershell) podemos usar el siguiente cmdlet:

Para un Hub Transport / Edge:

Set-TransportServer <Identity> -MessageTrackingLogEnabled <$true | $false>

Para un Mailbox Server:

Set-MailboxServer <Identity> -MessageTrackingLogEnabled <$true | $false>

 

Cambiar la ubicación de los logs generados por el Message Tracking

Nuevamente, desde la consola gráfica es muy simple y está ubicado en la misma solapa anterior, donde habilitamos anteriormente el message tracking: Desde la consola de Exchange expandir Server Configuration –> Hub Transport e ingresar a las propiedades –> Seleccionar la solapa Log Settings y ahí tendremos la sección específica.

Desde la línea de comando podremos usar los siguientes comandos:

Para un Hub Transport / Edge:

Set-TransportServer <Identity> -MessageTrackingLogPath <LocalFilePath>

Para un Mailbox Server:

Set-MailboxServer <Identity> -MessageTrackingLogPath <LocalFilePath>

NOTA: La carpeta de destino deberá tener los siguientes permisos:

  • Administrator: Full Control
  • System: Full Control
  • Network Service: Read, Write, and Delete Subfolders and Files

 

Cambiar la cantidad de tiempo que los logs permanecerán en disco

Por default este valor permanece en 30 días. Esto quiere decir que puedo consultar el flujo de mensajes de 30 días hacia atrás. El problema que tiene esto es el consumo de disco que supone. Si no tuvimos la precaución de cambiar la ruta anteriormente, es probable que tengamos problemas de espacio. Esta configuración solamente puede hacerse por Powershell (por el momento) e involucra los siguientes comandos:

Para un Hub Transport / Edge:

Set-TransportServer <Identity> -MessageTrackingLogMaxAge <Age>

Para un Mailbox Server:

Set-MailboxServer <Identity> -MessageTrackingLogMaxAge <Age>

 

Saludos,
Pablo Vernocchi
Microsoft Exchange MVP
MCSE + M / MCSE + Sec
https://mvp.support.microsoft.com/profile/Pablo

Nuevos artículos de la KB del mes de Mayo

How to submit licensing questions for Sybari legacy contracts for the Antigen 8 and Antigen 9 products

http://support.microsoft.com/?kbid=950954

Database maintenance processes temporarily stop the logging of Quarantine and Incidents information

http://support.microsoft.com/?kbid=950963

Error message when you try to uninstall Antigen for Exchange from a cluster: “The device is not ready (0x15)”

http://support.microsoft.com/?kbid=950953

Message counters do not increase in Microsoft Antigen for Exchange 9.0 if the “Keyword Filtering” feature is not enabled

http://support.microsoft.com/?kbid=950952

The *.* file filter in Microsoft Antigen may not detect a file attachment that does not have a file name extension

http://support.microsoft.com/?kbid=950951

The SpamCure scan engine blocks e-mail messages that have blank subject lines in Advanced Spam Manager 9.0

http://support.microsoft.com/?kbid=950961

Description of the March 2008 special daylight saving time (DST) update release of Exchange Server 2003 Service Pack 2

http://support.microsoft.com/?kbid=951061

The Inetinfo.exe process may crash frequently after you enable regtrace on an Exchange Server 2003 server

http://support.microsoft.com/?kbid=949599

Event ID 4000 is logged when an SMTP server that is configured to use the Integrated authentication method negotiates GSSAPI authentication with an Exchange 2007 receive connector that is also configured to use the Integrated Authentication method

http://support.microsoft.com/?kbid=940207

The contents of attachments are changed to match the contents of the first attachment in Exchange Server 2003 when an e-mail message contains multiple attachments that have DBCS characters in their file names

http://support.microsoft.com/?kbid=946055

Exchange Server 2003 users cannot use the Exchange Server 2003 Connector for Lotus Notes to send e-mail messages to Domino recipients who have ANSI 1252 8-bit characters in their names

http://support.microsoft.com/?kbid=946324

Description of the Outlook 2003 hotfix package: February 11, 2008

http://support.microsoft.com/?kbid=948861

Description of the Outlook 2003 hotfix package: February 13, 2008

http://support.microsoft.com/?kbid=948967

Description of the Outlook 2003 hotfix package: February 13, 2008

http://support.microsoft.com/?kbid=948968

Description of the Outlook 2003 hotfix package: February 14, 2008

http://support.microsoft.com/?kbid=948862

Description of the Outlook 2003 hotfix package: February 16, 2008

http://support.microsoft.com/?kbid=948965

Description of the Outlook 2003 hotfix package: February 5, 2008

http://support.microsoft.com/?kbid=948626

Description of the Outlook 2003 hotfix package: March 21, 2008

http://support.microsoft.com/?kbid=950553

Security settings that are based on distribution lists may not be correctly synchronized to the local Offline Store file in Outlook 2003

http://support.microsoft.com/?kbid=950554

Description of the Outlook 2007 hotfix package: March 26, 2008

http://support.microsoft.com/?kbid=950575

Error message when you use Outlook 2007 to send a Word 2003 document that you have opened in Word 2007: “Word could not load the e-mail envelope”

http://support.microsoft.com/?kbid=948859

Description of the 2007 Office hotfix package: February 19, 2008

http://support.microsoft.com/?kbid=948939

Description of the Outlook 2007 hotfix package: March 25, 2008

http://support.microsoft.com/?kbid=950485

Error message when you start Outlook 2007: “The file <Path>\SharePoint Lists.pst cannot be found”

http://support.microsoft.com/?kbid=950786

Error message when you try to add a delegate in Outlook 2007: “The Delegates settings were not saved correctly”

http://support.microsoft.com/?kbid=950794

You may receive error messages when you upgrade Antigen for Exchange from version 8.0.1517 to version 9.01.1097

http://support.microsoft.com/?kbid=950940

After you use Antigen 9.0 for Exchange to append a disclaimer to an e-mail message, a bare linefeed (LF) may appear in the body of the e-mail message

http://support.microsoft.com/?kbid=950959

Description of the March 2008 Special DST update release of Microsoft Exchange 2000 Server Service Pack 3

http://support.microsoft.com/?kbid=951062

ActiveSync cannot synchronize a mailbox if the Exchange Server 2003 store contains a corrupted e-mail item

http://support.microsoft.com/?kbid=948744

The Exchange ActiveSync process is unsuccessful, and an error code is returned to the mobile device in Exchange Server 2003

http://support.microsoft.com/?kbid=950796

Error message when you call the RenameUser procedure in Hosted Messaging and Collaboration 4.0: “There is no such object on the server”

http://support.microsoft.com/?kbid=949708

After you send an updated recurring meeting request to an external recipient in Outlook 2003, the value of the “Sequence” property is not changed

http://support.microsoft.com/?kbid=950788

Description of the Outlook 2003 hotfix package: March 26, 2008

http://support.microsoft.com/?kbid=950787

Description of the Outlook 2003 hotfix package: April 2, 2008

http://support.microsoft.com/?kbid=951117

Description of the Outlook 2003 Junk E-mail Filter update: April 8, 2008

http://support.microsoft.com/?kbid=949044

Description of the Outlook 2007 hotfix package: March 22, 2008

http://support.microsoft.com/?kbid=950524

Description of the Outlook 2007 Junk E-mail Filter update: April 8, 2008

http://support.microsoft.com/?kbid=949037

An e-mail message is not printed correctly in Outlook 2007 when you perform a duplex print job, and you use the “Collate Copies” option

http://support.microsoft.com/?kbid=950936

Description of the Outlook 2007 hotfix package: April 2, 2008

http://support.microsoft.com/?kbid=950815

Error message when the Outlook 2007 with Business Contact Manager installation fails during the SQL Server part of the installation process: “This error may be timing-related”

http://support.microsoft.com/?kbid=951451

Event IDs 9582, 9665, and 9175 may occur on a server that is running Exchange Server 2003

http://support.microsoft.com/?kbid=947484

An update to a recurring meeting request that is sent from Exchange Server 2003 does not occur on the receiver side

http://support.microsoft.com/?kbid=913579

Error message when you try to uninstall Exchange Server 2007: “Process execution failed with exit code 5”

http://support.microsoft.com/?kbid=951183

Multiple Exchange Server 2007 services do not start when you upgrade a computer that is also running Windows Server 2003 to Windows Server 2008

http://support.microsoft.com/?kbid=951402

Description of Update Rollup 2 for the Hosted Exchange services in Microsoft Solution for Hosted Messaging and Collaboration 4.0

http://support.microsoft.com/?kbid=948755

Description of the Excel 2003 hotfix package: April 14, 2008

http://support.microsoft.com/?kbid=950752