6 de agosto de 2007

Leitura de (fim-de-)semana

1 de agosto de 2007

Actualização de ferramentas para o Exchange

...E depois da documentação técnica, a Microsoft actualizou igualmente algumas ferramentas para o Exchange 2003/2007:

Actualização de documentação do Exchange 2007

A Microsoft actualizou recentemente alguma da documentação para o Exchange Server 2007:

30 de julho de 2007

Webcasts em Agosto

Mais uma vez a Eileen Brown condensou os webcasts disponíveis em Agosto:

Leitura de fim-de-semana

25 de julho de 2007

TechNet Magazine - Agosto 2007

A edição de Agosto da TechNet Magazine já está online (também está disponível para download no formato HTML help).

Embora desta vez não existam artigos sobre o Exchange 2007, o tema central é a gestão e monitorização de sistemas. Conseguem imaginar os vossos servidores de Exchange sem os monitorizar devidamente? Esperem por isso alguns artigos sobre o System Center em geral, Operations Manager 2007 e o novo System Center Essentials.

Já agora, já repararam que o Exchange Server 2007 Management Pack para o Operations Manager 2007 não se encontra ainda disponível?


12 de julho de 2007

Aventuras com VBScript (e PrimalScript)

Embora o PowerShell seja cada vez mais o "standard de facto" para scripting relacionado com o Exchange Server, eu continuo ainda a utilizar o VBScript para algumas tarefas do dia-a-dia.

Recentemente, necessitei de adicionar um novo Proxy Address a todos os utilizadores da Active Directory e torná-lo o endereço SMTP primário. Para tornar as coisas mais interessantes, desta vez em vez de utilizar um ficheiro de texto como input, resolvi utilizar uma folha de Excel.

O script utiliza 2 colunas, a primeira com o alias de e-mail (mailNickname) e a segunda com o novo endereço smtp. O script adiciona ainda uma terceira coluna com os valores "Found" e "Not Found".

Aqui está o código:

Const ADS_SCOPE_SUBTREE = 2
Const ADS_PROPERTY_UPDATE = 2

Set objConnection = CreateObject("ADODB.Connection")
Set objCommand = CreateObject("ADODB.Command")
objConnection.Provider = "ADsDSOObject"
objConnection.Open "Active Directory Provider"
Set objCommand.ActiveConnection = objConnection

objCommand.Properties("Page Size") = 1000
objCommand.Properties("Searchscope") = ADS_SCOPE_SUBTREE

Set objExcel = CreateObject("Excel.Application")
Set objWorkbook = objExcel.Workbooks.Open("C:\Scripts\smtp_table.xls")
objExcel.Visible = True

i = 1

Do Until objExcel.Cells(i, 1).Value = ""
strName = objExcel.Cells(i,1)
objCommand.CommandText = _
"SELECT distinguishedName FROM 'LDAP://dc=virtual,dc=com' WHERE objectCategory='user' " & _
"AND mailNickname='" & strName & "'"
Set objRecordSet = objCommand.Execute

If objRecordset.RecordCount = 1 Then
objExcel.Cells(i,3) = "Found"
strDN = objRecordSet.Fields("distinguishedName").Value
Set objUser = GetObject("LDAP://" & strDN)
strMail = objExcel.Cells(i,2)

arrProxyAddresses = objUser.GetEx("proxyAddresses")
nArr = UBound(arrProxyAddresses)
For n=0 To nArr
If InStr(arrProxyAddresses(n), "SMTP:") Then
arrProxyAddresses(n) = "smtp:" & Mid(arrProxyAddresses(n), 6)
End If
Next

ReDim Preserve arrProxyAddresses(nArr + 1)
arrProxyAddresses(nArr+1) = "SMTP:" & strMail
objUser.PutEx ADS_PROPERTY_UPDATE, "proxyAddresses", arrProxyAddresses
objUser.Put "Mail", strMail
objUser.SetInfo
Else
objExcel.Cells(i,3) = "Not found"
End If

i = i + 1
objRecordset.Close
Loop

objConnection.Close

Pensei também que já era altura de me adaptar aos tempos modernos, pelo que tomei a decisão de abandonar de vez o Notepad e começar a utilizar uma ferramenta mais profissional para scripting. Escolhi o PrimalScript!


O PrimalScript tem tantas características úteis para o meu trabalho, que seria impossível enumerá-las todas neste post. Experimentem a versão de trial e julguem por vocês mesmos.


10 de julho de 2007

Whitepaper: Exchange Server 2003 Performance on VMware

A VMware disponibilizou um whitepaper que foca questões de desempenho e escalabilidade de uma solução Microsoft Exchange Server 2003 num ambiente virtualizado pelo VMware ESX Server 3.01: Microsoft Exchange Server 2003 Performance on VMware ESX Server 3.

The paper presents the results of a joint study with Dell that examined the performance implications of a virtualized Exchange environment. Specifically, we looked at:

  • The performance implications of running Exchange Server 2003 on a virtual machine versus a physical system.
  • The performance of Exchange Server 2003 in virtual machine configurations when “scaling-up” (adding more processors to a machine) and “scaling-out” (adding more machines).

The details of the configurations and results of the above experiments are documented in the white paper.

To briefly summarize, the results from the study indicate that on an Dell PowerEdge 6850 server configured with four 2.66 GHz dual-core Intel Xeon 7020 processors and 16GB of RAM.

  • A uniprocessor virtual machine can support up to 1,300 Heavy Exchange users.
  • Consolidating multiple instances of these uniprocessor Exchange virtual machines can cumulatively support up to 4,000 Heavy users while still providing acceptable performance and scaling.
  • Uniprocessor virtual machines are, from a performance perspective, equivalent to half as many multiprocessor (two virtual processors) virtual machines.

Para quem utiliza VMware, atenção à política de suporte por parte da Microsoft: Support for Microsoft Software in VMware Virtual Machines.

del.icio.us Tags: ,

Technorati Tags: ,

Apresentações de eventos técnicos

Após alguns dos maiores eventos técnicos, existem sempre uns poucos apresentadores que resolvem disponibilizar os seus PowerPoints ou até videos das sessões.

Juntei alguns dos principais disponíveis na Internet, aqui ficam os links:

6 de julho de 2007

Leitura de fim-de-semana

Conector de Outlook para o Hotmail

Foi recentemente disponibilizado o Microsoft Office Outlook Connector Beta, que permite aceder ao Windows Live Hotmail através dos clientes Outlook 2003 ou Outlook 2007.

Ainda não o experimentei, mas desde que saiu o Windows Live Mail, não consigo sequer pensar noutra forma de aceder às minhas contas de Hotmail!

Overview
With Outlook Connector Beta, you can use Outlook 2003 or Outlook 2007 to access and manage your Windows Live Hotmail or Office Live Mail accounts, including e-mail messages and contacts for free! Calendar, tasks and notes can also be accessed and managed in Outlook for accounts with a paid subscription.
Note: A
older, non-Beta version of the Microsoft Office Outlook Connector is also available.
Outlook Connector Beta enables you to use your Live Hotmail accounts within Outlook:

  • Read and send your Office Live Mail/Windows Live Hotmail e-mail messages.
  • Manage your Live Mail Contacts.
  • Use advanced options for blocking junk e-mail messages.
  • Manage multiple e-mail accounts in one place.
With a paid subscription, Outlook Connector Beta enables these additional features:
  • Manage, share, and synchronize your Windows Live Calendar in Outlook.
  • Access your Tasks and Notes.

System Requirements

  • Supported Operating Systems: Windows Vista; Windows XP
  • This download works with the following Office programs:
    • Microsoft Office Outlook 2003
    • Microsoft Office Outlook 2007

Links relaccionados

3 de julho de 2007

HP Storage Planning Calculator

Normalmente, quando preciso dimensionar o storage para o Exchange Server 2007, recorro à folha de Excel que a Microsoft disponibiliza para o efeito: Exchange 2007 Mailbox Server Role Storage Requirements Calculator spreadsheet.

Mas existem outras alternativas, como por exemplo a ferramenta de que vos vou falar (e sobre a qual já bloguei anteriormente).

HP Storage Planning Calculator for Microsoft Exchange Server 2007 é uma ferramenta disponibilizada pela HP que permite calcular os requisitos de storage de uma solução Exchange 2007, com base em alguns parâmetros de input que devem ser inseridos pelo utilizador.

Para quem utilize componentes deste fabricante, esta ferramenta tem a vantagem que permite ajustar o dimensionamento ao tipo de hardware utilizado, bem como fazer uma análise de custos.

"Based on a selected user (workload) profile; this tool calculates the number of hard drives (spindles); storage controllers; enclosures required to meet both performance and capacity requirements for the total user population. The tool is designed to allow for a variety of what-if scenarios and pricing; comparing RAID levels; hard drives (spindles) sizes; storage array controllers; enclosures; backup methodology/topology; tape drives; comparing Outlook client modes; and high availability options Cluster Continuous Replication (CCR) versus Local Continuous Replication(LCR)."

2 de julho de 2007

Novos blogues

Adicionei recentemente 2 novos blogues da Microsoft à minha extensa lista de feeds.

Aqui ficam pequenos excertos dos respectivos posts de boas vindas:

  • Office Outlook Team Blog - Now that we’re working on our next release we’ve decided to create a team blog where we can talk about a wider range of topics. We look forward to having folks from all across the team posting about the tons of different features and functionality in Outlook. For now, we’ll be communicating mostly about the current release, Outlook 2007. When the time is right, we’ll begin to transition to discussing details of the next release of Office and Outlook so you can learn more about what will be coming in the future.
  • Forefront Server Security Blog - Hello all and welcome to the new blog for the Microsoft Forefront Server Security products. Many of you may be familiar with and/or running our products under one of our previous handles. Whether you are a long-time Sybari Antigen user, a recent Microsoft Antigen user, or a brand new user of Microsoft Forefront Security for Exchange Server 2007 and/or SharePoint 2007, this is the place for you to get information straight from the team that delivers the product line to you.

TechNet Magazine - Julho 2007

Já está disponível online a edição de Julho da TechNet Magazine. O tema central anda mais uma vez à volta das comunicações, pelo que o Exchange tem novamente grande destaque.

Quem já "despachou" a Leitura de fim-de-semana, tem aqui mais uma fornada de artigos técnicos assinados por alguns dos mais conceituados autores da actualidade.

Aqui fica a lista dos artigos mais interessantes (pelo menos para o autor deste blog):

 A revista está igualmente disponível para download em formato HTML Help (.chm).

30 de junho de 2007

TechEd IT Forum 2007

Ainda estamos a alguns meses do maior evento técnico realizado pela Microsoft na Europa, mas quem quiser ter direito a 300€ de desconto deverá efectuar o registo até 31 de Julho.

Informe-se sobre as últimas tecnologias e os próximos lançamentos de produtos num ambiente desenhado para aproveitar todo o seu potencial. Partilhe ideias com mais de 5000 Profissionais de TI, Gestores de Produto e especialistas da Microsoft e obtenha os esclarecimentos de que necessita sobre os produtos com que trabalha todos os dias.

  • Interaja com especialistas e avalie tecnologias da Microsoft antes de as implementar, incluindo: Microsoft Exchange Server 2007, 2007 Microsoft Office System, SharePoint Server 2007, Windows Vista, Microsoft Forefront e Windows Server code name "Longhorn."

  • Saiba mais sobre os temas mais quentes com que a gestão e a produtividade da sua infra-estrutura de TI se deparam.

  • Aprenda como ultrapassar obstáculos relacionados com implementação e integração, resolução de problemas e gestão de infra-estrutura.

  • Descubra as ferramentas, a informação e os recursos que o podem auxiliar a gerir melhor a infra-estrutura da sua organização.

Desde o Microsoft System Center até ao SQL Server 2005, personalize a sua agenda de forma a cobrir as suas necessidades de informação sobre as ferramentas de infra-estrutura da Microsoft.

Não perca a oportunidade de se registar antes de 31 de Julho de 2007, data final do período "Super Early Bird" (SEB) – Poupe €300 e receba benefícios adicionais. O preço SEB é de €1,945 + 16% IVA - Refira o código SEE11555 para usufruir destas condições.


29 de junho de 2007

Leitura de fim-de-semana

Update Rollup 3 for Exchange Server 2007 (KB935999)

A Microsoft disponibilizou o Update Rollup 3 for Microsoft Exchange Server 2007. Pergunto-me quantos mais rollups vamos ter até ao lançamento do Service Pack 1...

Este Update Rollup corrige os problemas descritos nos seguintes artigos da Microsoft Knowledge Base:

  • 931328 An integer is added to the end of the legacyExchangeDN attribute of a newly created mailbox in Exchange 2007
  • 930468 The attachment is not displayed when you use Outlook 2003 to open an e-mail message that contains an attachment
  • 931842 Error message when the sender or the receiver of a meeting request has a double-byte character set (DBCS) display name in Exchange Server 2007: "The requested property was not found"
  • 932207 Error message when a user tries to open a forwarded message to accept or to deny a resource request in Exchange Server 2007: "Cannot open the free/busy information"
  • 932515 You receive a 5.2.0 non-delivery report (NDR) message when you send an e-mail message to an Exchange 2007 server that is running the Isinteg.exe tool in a dismounted mailbox store
  • 934887 DBCS characters are converted into two question marks in a forwarded e-mail message in Exchange 2007
Overview
Update Rollup 3 for Exchange Server 2007 resolves issues that were found in Exchange Server 2007 since the software was released. This update rollup is highly recommended for all Exchange Server 2007 customers.
For a list of changes included in this update rollup see
KB935999.

This is a cumulative update rollup and replaces the following:

  • KB930809 Update Rollup 1 for Exchange Server 2007 (KB930809)
  • KB935490 Update Rollup 2 for Exchange Server 2007 (KB930809)

28 de junho de 2007

Webcasts de Exchange em Julho

Lista de webcasts de Exchange em Julho (source: Eileen Brown's Weblog):

TechNet Webcast: Giving the Administrator More Control with Exchange Server 2007 (Level 200)
Monday, July 02, 2007 - 9:30 AM - 11:00 AM Pacific Time
Chris Avis, IT Pro Evangelist, Microsoft Corporation
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032343422&Culture=en-US

TechNet Webcast: Overview of Exchange Server 2007 Service Pack 1 (Level 300)
Thursday, July 05, 2007 - 11:30 AM - 12:30 PM Pacific Time
Ed Banti, Technical Product Manager, Microsoft Corporation
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032341340&Culture=en-US

TechNet Webcast: Introduction to Windows PowerShell Scripting in Exchange Server 2007 (Level 200)
Wednesday, July 11, 2007 - 8:00 AM - 9:30 AM Pacific Time
Matt Hester, IT Pro Evangelist, Microsoft Corporation
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032343632&Culture=en-US

TechNet Webcast: Deploying and Migrating to Exchange Server 2007 (Level 200)
Wednesday, July 18, 2007 - 8:00 AM - 9:30 AM Pacific Time
Keith Combs, IT Pro Evangelist, Microsoft Corporation
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032343650&Culture=en-US

TechNet Webcast: Technical Overview of Forefront Security for Exchange Server (Level 200)
Wednesday, July 25, 2007 - 1:00 PM - 2:30 PM Pacific Time
Bryan Von Axelson, IT Pro Evangelist, Microsoft Corporation
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032343668&Culture=en-US

TechNet Webcast: Recipient Management, Policies, and Permissions in Exchange Server 2007 (Level 200)
Friday, July 27, 2007 - 11:30 AM - 1:00 PM Pacific Time
Kevin Remde, IT Pro Evangelist, Microsoft Corporation
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032343672&Culture=en-US