13 de junho de 2008

TechNet Magazine - Julho 2008

A edição de Julho da TechNet Magazine já está disponível online ou, se preferirem, pode ser descarregada no formato ficheiro HTML Help (.chm) para leitura em offline.

Embora a atracção principal da capa seja o IIS 7.0, este número vem bem recheado de artigos interessantes sobre Communications and Collaboration, com os produtos OCS 2007 e Exchange Server 2007.

 

Aqui fica a lista dos artigos recomendados:

12 de junho de 2008

Instalação do Exchange 2007 no Windows 2008: não esquecer o IPv6!

Desde que tomei a sábia decisão de migrar o meu ambiente de testes para Hyper-V, tive a oportunidade de ensaiar novos cenários, nomeadamente a possibilidade de ter máquinas virtuais de 64 bit.

E foi exactamente enquanto estava a instalar o Exchange Server 2007 num servidor virtual Windows Server 2008, que também é Domain Controller e Global Catalog, que enfrentei um desafio interessante.

Começo por lembrar que a instalação de Exchange em Domain Controllers não é de todo recomendada, há uma série de problemas que podem ocorrer, nomeadamente os descritos no artigo KB940845.

Mas os meus problemas ocorreram durante o processo de instalação do Exchange Server 2007 SP1. Tendo eu cumprido os requisitos para o setup em Windows 2008, conforme o descrito neste artigo TechNet, arranquei com o wizard de instalação.

Tudo parecia correr bem, até que durante a instalação do Hub Server Role o processo parou com o seguinte erro: Service 'MSExchangeTransport' failed to reach  status 'Running' on this server.

Uma análise ao Application Event Log, revelou os seguintes eventos:

Source: MSExchange ADAccess
Event ID: 2114
Task Category: Topology
Level: Error
Description:
Process MSEXCHANGEADTOPOLOGYSERVICE.EXE (PID=1784). Topology discovery failed, error 0x80040a02 (DSC_E_NO_SUITABLE_CDC). Look up the Lightweight Directory Access Protocol (LDAP) error code specified in the event description. To do this, use Microsoft Knowledge Base article 218185, "Microsoft LDAP Error Codes." Use the information in that article to learn more about the cause and resolution to this error. Use the Ping or PathPing command-line tools to test network connectivity to local domain controllers.

Source: MSExchange ADAccess
Event ID: 2604
Task Category: General
Level: Error
Description:
Process MSEXCHANGEADTOPOLOGY (PID=1784). When updating security for a remote procedure call (RPC) access for the Exchange Active Directory Topology service, Exchange could not retrieve the security descriptor for Exchange server object E2K7-X64 - Error code=80040a01.
The Exchange Active Directory Topology service will continue with limited permissions.

Event ID: 2601
Source: MSExchange ADAccess
Category: General
Type: Warning
Description: Process MSEXCHANGEADTOPOLOGY (PID=1784). When initializing a remote procedure call (RPC) to the Microsoft Exchange Active Directory Topology service, Exchange could not retrieve the SID for account <WKGUID=DC1301662F547445B9C490A52961F8FC,CN=Microsoft Exchange,CN=Services,CN=Configuration,...> - Error code=80040a01. The Microsoft Exchange Active Directory Topology service will continue starting with limited permissions.

Após uma pesquisa na Internet, rapidamente cheguei à conclusão que a origem do problema tinha a ver com o facto de o protocolo IPv6 estar inactivo nas propriedades da rede.

O Exchange Server 2007 precisa do IPv6 activo para correr em Windows Server 2008 (a menos que se desactive completamente o IPv6). Há uma série de componentes do Exchange que dependem do IPv6, conforme descrito neste artigo TechNet: IPv6 Support in Exchange 2007 SP1.

Se decidirem desactivar completamente o IPv6, sigam os passos descritos por David Chen neste Forum TechNet (eu não tive oportunidade de testar):

  1. Open Registry with "Regedit"
  2. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters
  3. Create a dword (32-bit) value and name it as "Disabled Components" and then click OK
  4. Double click "Disabled Components" and type 0xffffffff(hexadecimal value) or 4294967295 (Decimal value)
    Please note: The above value 0xffffffff(hexadecimal value) or 4294967295 (Decimal value) will disable all IPv6 components, except the IPv6 loopback interface.

E embora algumas pessoas afirmem que é necessário configurar um endereço IPv6 fixo (como Alexander Zammit), o facto é que eu deixei as opções por omissão (obtain an IPv6 address automatically), reiniciei o processo de instalação e tudo correu optimamente.

6 de junho de 2008

Leitura de fim-de-semana

Microsoft Tech·Ed EMEA 2008

Já abriram as inscrições para o Microsoft Tech·Ed EMEA 2008.

Como tem sido habitual nos últimos anos, o evento está dividido em 2 partes: Tech·Ed EMEA 2008 IT Professionals e Tech·Ed EMEA 2008 Developers.

Be a part of this year’s Tech·Ed EMEA 2008 IT Professionals, 3-7 November 2008, in the CCIB, Barcelona, Spain.

Microsoft Tech·Ed EMEA 2008 IT Professionals is the Microsoft premier technical education conference just for IT professionals. For five days, you and 5,000 of your peers will learn how to architect, plan, deploy, manage and secure a connected enterprise from Microsoft experts and industry leaders. Experience more than ever before at Tech·Ed EMEA 2008 IT Professionals.

Be a part of this year’s Tech·Ed EMEA 2008 Developers, 10-14 November 2008, in the CCIB, Barcelona, Spain.

Microsoft Tech·Ed EMEA 2008 Developers is the Microsoft premier technical education conference just for developers. For five days, you and more than 4,000 of your peers have countless opportunities to explore about the latest cutting-edge technologies from Microsoft.

Registem-se antes de 31 de Julho para obterem o desconto Super Early Bird (€300€)!

5 de junho de 2008

Mailbox Size GUI Script for Exchange 2007

No seguimento do meu post de ontem sobre uma ferramenta gráfica, gostaria de voltar ao assunto, anunciando a mais recente contribuição do Glen Scales: Version 5 of the Mailbox Size Gui Script for Exchange 2007 (clique na imagem para aumentar).

No velhinho Exchange 2003 System Manager era realmente fácil obter uma lista de todas as mailboxes e o respectivo tamanho. Esta é sem dúvida uma das funcionalidades que os messaging administrators por esse Mundo fora mais sentem falta na consola de administração do Exchange Server 2007.

Claro que para os viciados em PowerShell, esta é uma tarerfa básica (consultem este post do Devin Ganger ou este outro no site dos ExchangeNinjas), mas para quem prefere ferramentas gráficas (como eu), esta ferramenta do Glen é uma verdadeira pérola.

4 de junho de 2008

Exchange 2007 Content Agent Log Message Tracker GUI

Andava para escrever há séculos sobre este fantástico script que o Glen Scales escreveu, parece que é desta! Este pedaço de código em PowerShell, Exchange 2007 Content Agent Log Message Tracker Gui, permite facilmente pesquisar os logs relativos ao Content Filtering Agent.

Embora seja possível manuasear os logs dos agentes antispam utilizando apenas PowerShell puro e duro, tal como o Bharat tão bem explica neste post Exchange Server 2007: Managing And Filtering Anti-Spam Agent Logs, para todos aqueles que não gostam da linha de comandos, este script pode ser uma bóia de salvação.

Este é o aspecto do GUI (clique para aumentar):

De acordo com as palavras do Glen, aqui fica fica uma breve introdução às potencialidades do script:

  • There are textboxes to allows you to search based on the from and/or To address.
  • There is a drop down list to allow you to select a SCL level to look at so you can choose to filter by only messages that have been assigned a specific SCL value.
  • The Extra sections has the aggregate options. Currently it has four aggregate option it can aggregate:
    • By SCL this shows you by SCL Value how many messages where received between the dates specified
    • By Receiver will show you grouped by receiver how many messages have been received for each SCL value
    • By Sender will show you grouped by Sender(P1) how many messages have been received for each SCL value
    • By Date will show you by Date how many messages have been received for each SCL value.

Se quiserem criar um shortcut para lançar o script, e partindo do princípio que este foi gravado na pasta "%ProgramFiles%\Microsoft\Exchange Server\Scripts\", esta é a linha de comando necessária:

%windir%\system32\windowspowershell\v1.0\powershell.exe -PSConsoleFile "C:\Program Files\Microsoft\Exchange Server\bin\exshell.psc1" -command ". 'C:\Program Files\Microsoft\Exchange Server\Scripts\cagentTracker.ps1'"

Se os resultados obtidos com esta ferramenta não forem suficientes, fiquem sabendo que o Exchange inclui, out-of-the-box, alguns scripts de PowerShell que constroem alguns relatórios bem interessantes. Mais uma vez o Bharat fez um excelente trabalho em descrevê-los: Keeping tabs on Antispam filters: A few handy scripts in Exchange Server 2007.

2 de junho de 2008

Campanhas de recolha de fala do MLDC

Uma das novidades introduzidas com o Exchange Server 2007 foi o Unified Messaging (UM).

Uma das características do UM é a capacidade de interagir com o servidor de correio electrónico através de uma simples chamada telefónica, usando para isso o Outlook Voice Access.

Ora, para tornar isto possível é necessário desenvolver os necessários Language Packs para reconhecimento e sintetização de voz.

Infelizmente para nós Portugueses, não existe o Language Pack para Português Ibérico, apenas existe o do nosso povo irmão, o de Português do Brasil.

Mas não se preocupem, o MLDC já está a tratar do assunto. Mas para aperfeiçoar o Language Pack são necessárias muitas horas de "treino" do motor de síntese e de reconhecimento, sendo por isso necessário efectuar a recolha de voz.

Para incentivar a participação, existem neste momento 2 campanhas bastante interessantes com oferta de Xboxes ou mesmo de dinheiro. Todos os detalhes podem ser obtidos no blog da equipa do MLDC Portugal, Máquinas Falantes:

Já não sou MVP

Alguns de vocês podem ter reparado que o logótipo de MVP já não aparece na barra do lado direito deste blog.

E existe uma boa razão para isso, é que desde há algumas semanas que faço parte da Microsoft Portugal, onde desempenho funções de Technology Solution Specialist na área de Core UC. Quer isto dizer que tenho a oportunidade de trabalhar com 2 das mais excitantes tecnologias da Microsoft: Exchange e OCS.

Ser MVP foi uma experiência fantástica, tive oportunidade de conhecer pessoas bem interessantes, algumas toranram-se amigos para toda a vida.

E lanço daqui o repto para que todos participem de alguma forma numa comunidade técnica: comecem um blog, respondam questões em newsgroups, escrevam artigos técnicos... Há tantas formas de virem a fazer parte deste grupo de pessoas inspiradoras e apaixonadas, por isso, de que é que estão à espera?

30 de maio de 2008

Leitura de fim-de-semana

Update para Outlook 2007 permite suportar formato iCalendar

A Microsoft disponibilizou o update for Microsoft Office Outlook 2007 (KB950219) que introduz melhorias de compatibilidade com o formato Internet calendaring (iCalendar) e com servidores IMAP em geral.

Overview
This update extends Outlook 2007’s support for the iCalendar standards. The update also improves Outlook 2007’s compatibility with some IMAP e-mail servers.
This update adds support for the following iCalendar features:

  • Propose New Time for iCalendar Meetings: Users can now respond to a meeting invitation received in iCalendar format with a proposal for a new meeting time.
  • Extended Yearly Recurrence: Supports recurrence patterns for appointments or meetings that recur every N years, where N is greater than or equal to 1.

This update also includes miscellaneous improvements to IMAP compatibility.

Aqui fica o link para o correspondente artigo da Knowledge Base: An update is available for Outlook 2007 that improves Internet Calendar functionality and improves compatibility with IMAP servers.

29 de maio de 2008

Exchange Server Error Code Look-up

A Microsoft disponibilizou uma versão actualizada (v6.0.4011.0) da ferramenta Exchange Server Error Code Look-up.

Overview
Use the Error Code Lookup tool to determine error values from decimal and hexadecimal error codes in Microsoft Windows® operating systems. The tool can look up one or more values at a time. All values on the command line will be looked up in Exchange’s internal tables and presented to you. If available, informational data associated with the value or values will also be shown.

Aqui ficam 2 exemplos do output desta ferramenta:

C:\temp\Err>err 0x8004010f
# for hex 0x8004010f / decimal -2147221233 :
  ecNotFound                                     ec.h
  ecAttachNotFound                               ec.h
  ecUnknownRecip                                 ec.h
  ecPropNotExistent                              ec.h
  MAPI_E_NOT_FOUND                         mapicode.h
# 5 matches found for "0x8004010f"

C:\temp\Err>Err.exe -528
# for decimal -528 / hex 0xfffffdf0 :
  JET_errMissingLogFile                     esent98.h
# /* Current log file missing */
# 1 matches found for "-528"

O site TechRepublic tem um excelente artigo sobre esta matéria: Quickly identify problems using the Exchange Error Code Look-up tool.

Webcasts de Exchange em Junho 2008

Informação tirado do blog da Eileen Brown:

TechNet Webcast: Forefront Security for Exchange Deployment Best Practices (Level 300)
Tuesday, June 03, 2008 - 1:00 PM – 2:30 PM Pacific Time
Mike Chan, Senior Product Manager, Microsoft Corporation
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032377121&Culture=en-US

MSDN Webcast: Building Asynchronous Contextual Collaboration with Exchange Web Services (Level 300)
Thursday, June 26, 2008 - 10:00 AM – 11:00 AM Pacific Time
Chris Mayo, Technical Evangelist, Microsoft Corporation
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032378675&Culture=en-US

Momentum Webcast: Microsoft Exchange Server 2007 Mailbox Role Memory Characterization Using HP BladeSystem (Level 200)
Thursday, June 19, 2008 - 11:00 AM – 12:00 PM Pacific Time
Stuart Ladd, System Engineer, HP
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032378658&Culture=en-US

MSDN Webcast: Behind the Scenes with Communications Server 2007, Communicator 2007, and Exchange Server 2007 (Level 300)
Thursday, June 19, 2008 - 10:00 AM - 11:00 AM Pacific Time
Chris Mayo, Technical Evangelist, Microsoft Corporation
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032378646&Culture=en-US

28 de maio de 2008

Outlook 2007 demos

A Microsoft disponibilizou algumas demos de Outlook 2007. Passados estes meses desde que comecei a utilizar o Outlook 2007, ainda há tanto para aprender!

  • Work with SharePoint calendars: Multiple calendars giving you multiple headaches? Stop juggling back and forth and start seeing your calendars all together — in Outlook 2007. When you link your calendar from a Microsoft Windows SharePoint Services 3.0 site to Outlook 2007, you can view and work with the SharePoint calendar right alongside your Outlook calendar. When you make changes in one calendar, the two calendars are synchronized automatically. You can overlay the calendars to make viewing your complete schedule even easier. You can download the demo here any time you like.
  • Stay on top of things with Outlook flags: Don't play catch-up — let Outlook flags help you keep up. Flags are colorful reminders for items you need to follow up on, whether tasks, messages, or contacts. Outlook 2007 offers several options for setting flags to complement the way you work. Flags can give you pop-up reminders and they also appear in the To-Do Bar, where you can easily see what actions you need to take each day. The demo shows you how to get started using flags and stay on top of your job. You can download the demo here any time you like.
  • Add creativity to your e-mail: You can make your e-mail messages stand out with a few touches from the tools in Outlook 2007. Go from plain white to exciting with eye-catching features like page colors and textures, shading styles, and shapes. You can apply WordArt styles like shadows or 3-D, as well as highlighting and font colors. While you experiment with various graphic effects, you'll see instant previews of your choices in the e-mail message. Watch the demo for quick tips on adding fresh looks to your e-mail! You can download the demo here any time you like.
  • 3 ways to share your Outlook Calendar with others: Sharing calendars can make it easier to collaborate with people both inside and outside your company. This demo shows you three ways that Outlook 2007 offers for sharing your calendar. If your company uses Microsoft Exchange Server, you can share your calendar within the organization by using that feature. You can also send a snapshot of your calendar in e-mail to people outside your company. And you can publish your calendar on the Microsoft Office Online Web site and restrict how much detail is shown and who can access it. You can download the demo here any time you like.
  • Take inches off your workspace with the updated Navigation Pane: Are you using the Outlook 2007 Navigation Pane as your communications launching pad — where you can get to your most important folders and views with just a click or two? This demo shows you how to change the size of the pane to free up more space, customize the buttons and icons so you see what you want first, and arrange the folders for your convenience. You'll also see how easily you can change the organization whenever you want. Watch the demo and see how to make the Navigation Pane work better for you. You can download the demo here any time you like.

Microsoft Online Migration Toolkit

A Microsoft está verdadeiramente empenhada na promoção dos seus serviços online.

O Microsoft Online Migration Toolkit é composto por alguns materiais que pretendem auxiliar o planeamento da migração de uma infra-estrutura Exchange Server para os serviços Exchange Online. O toolkit inlcui vários documentos, tais como: project plan, communication plan, tracking spreadsheet, procedures, e-mail templates, Known Issues e FAQ.

Aqui fica um excerto do Migration Project Checklist:

Planning

  1. Identify migration project manager.
  2. Build migration project team.
  3. Build migration Support team.
  4. Develop migration project plan.
  5. Develop migration procedures.
  6. Develop migration communication plan.
  7. Develop migration tracking process.

Pre-Migration

  1. Configure Microsoft® Online for your organization.
  2. Establish e-mail coexistence.
  3. Establish directory synchronization.
  4. Validate your migration plan and procedures.
  5. Communicate.
  6. Qualify people for migration.
  7. Identify and track people to be migrated.
  8. Users perform Before Migration procedures.

Migration Day

  1. Activate the Microsoft Online accounts.
  2. Migrate mailbox content.
  3. Perform post migration validation.
  4. Send Welcome communication.

Post Migration

  1. Users perform After Migration procedures.
  2. Users complete post-migration survey.
  3. Delete local Microsoft Exchange Server mailboxes.
  4. Enable incoming e-mail.

A Microsoft espera que metade das mailboxes de Exchange migrem para um modelo hosted durante os póximos 5 anos.

23 de maio de 2008

Exchange Messaging Outlook newsletter

A Slipstick Systems foi fundada em 1994 pela Sue Mosher, MVP de Outlook, e é hoje gerido pela Diane Poremsky, também MVP de Outlook.

Em 1996 decidiram criar a Exchange Messaging Outlook (EMO) newsletter, dedicada ao Microsoft Exchange Server. Esta newsletter pode ser subscrita na página principal do site, mas o mais interssante é que todos os números anteriores podem ser consultados desde a primeira edição (Abril, 1996).

Sabem quais eram os destaques em Agosto de 1996?

  • Where has Sue been?
  • Windows NT 4.0 released
  • Exchange Service Pack 2 released*
  • Exchange Deployment Conference
  • Technet tools for Exchange
  • The Boldon James Microsoft Exchange Client Auto Correlator
  • Address export client extension
  • Exchange on the Digital Bookshelf
  • Internet Mail (and News) and Exchange

*Estamos a falar de um SP para o Exchange 4.5!!!

21 de maio de 2008

PowerShell Scriptomatic

Conhecem o Scriptomatic, a ferramenta que escreve scripts de WMI? É que existe uma nova versão da mesma, Windows PowerShell Scriptomatic, que tem as mesmas funcionalidades, mas em que o resultado são scripts de PowerShell.

Agora já podem utilizar mais frequentemente o WMI para gerir o Exchange Server.

Overview
A new utility that writes Windows PowerShell scripts that harness the power of WMI (Windows Instrumentation Management) for use in system management and administration. This tool was created by Microsoft consultant and author Ed Wilson.

System Requirements

  • Supported Operating Systems: Windows Server 2003; Windows Server 2008; Windows Vista; Windows XP
  • Requires Windows PowerShell 1.0 or later to run the scripts created by the Scriptomatic.

16 de maio de 2008

Leitura de fim-de-semana

Quick Reference for Outlook Voice Access

A Microsoft disponibilizou a versão 3 do documento Quick Reference for Outlook Voice Access.

Brief Description
This download contains a quick reference sheet that can be used when navigating the menu system found in Outlook Voice Access.

Overview
Outlook Voice Access lets UM-enabled users to access their Exchange 2007 mailbox using analog, digital, or cellular telephones. By using the menu system found in Outlook Voice Access, UM-enabled users can read e-mail, listen to voice messages, and interact with their Outlook calendar. This quick reference sheet shows the navigational tree and the options that are available to UM-enabled users when they are using Outlook Voice Access.

13 de maio de 2008

TechNet Magazine - Junho 2008

 

A edição de Junho da TechNet Magazine já está disponível online ou, se preferirem, podem fazer o download do ficheiro HTML Help (.chm) para leitura em offline.

Este número é inteiramente dedicado à segurança.

Para quem o interesse são sobretudo artigos relacionados com o Exchange Server, posso recomendar apenas estes 2:

  • Secure E-Mail Using Digital Certificates - Secure Multi-Purpose Internet Mail Extensions let you hide information in transit, validate senders, and authenticate messages. Learn how to secure e-mail using digital certificates and how to troubleshoot problems you may encounter on your S/MIME system. Matt Clapham and Blake Hutchinson
  • Looking Good - Discover how the object-oriented nature of Windows PowerShell allows you to apply formatting to its output. Don Jones