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

18 de junho de 2007

Management Pack for Exchange Server 2007 for MOM 2005

A Microsoft disponibilizou recentemente uma versão actualizada (08.01.0021.001) do Management Pack for Exchange Server 2007 for MOM 2005.

Brief Description
This version of the Exchange Server Management Pack monitors Microsoft Exchange Server 2007.

Overview
The Exchange Server 2007 Management Pack includes rules and scripts to monitor and report on performance, availability, and reliability of all Exchange 2007 server roles including Mailbox, Client Access, Hub Transport, Edge Transport and Unified Messaging.
The Exchange Server 2007 Management Pack for MOM 2005 topics explain how to monitor and maintain messaging resources. You can view these specific monitoring topics online in the visit the
Exchange Server 2007 Help.
Additionally, the complete Help for Exchange Server 2007 is available
here.

Release and Update History:
12/11/2006 Original product release date (Version 08.00.0685.00).
6/14/2007 Localized RTM management packs (Version 08.01.0021.001).

Instructions
To Download the Management Pack
1. Click on the link to the right, and download the Management Pack msi.
2. Double Click on the Management Pack msi and follow the instructions to extract the Management Pack files to a temporary directory.
Importing a Management Pack and Reports
You can import this Management Pack and reports using the Microsoft Operations Manager administrator console and following these steps:
1. Open the Microsoft Operations Manager administrator MMC console.
2. Expand the Microsoft Operations Manager node.
3. Right click on the Management Packs sub-node and then select the Import/Export Management Pack… option.

Technorati Tags: ,

del.icio.us Tags: ,

16 de junho de 2007

Leitura de fim-de-semana

8 de junho de 2007

Nova actualização de ferramentas de Exchange

Já se está a tornar um hábito, todos os meses a Microsoft actualiza algumas das ferramentas de Exchange:

[UPDATE]

Leitura de fim-de-semana

6 de junho de 2007

Novos documentos de Exchange 2007

A Microsoft disponibilizou nova documentação técnica sobre o Exchange Server 2007:

  • Managing Client Access in Exchange Server 2007 - The purpose of this document is to help you manage and configure Microsoft Exchange Server 2007 Client Access servers. The information in this document focuses on the features of an Exchange 2007 Client Access server. This document provides overviews of supported client protocols and features and the tasks you must perform to manage and configure them.
  • Planning for Exchange Server 2007 Client Access Servers - The purpose of this document is to help you plan your Microsoft Exchange Server 2007 Client Access server deployment. The information and procedures included in this document focus on the planning considerations for the design of an Exchange 2007 Client Access server infrastructure.
  • Getting Started with Exchange Server 2007 - This document describes the features and functionality offered by Microsoft Exchange Server 2007. It also describes the basic concepts of Unified Messaging and the steps that are required to install the Unified Messaging server role. This document is designed to help users who are new to Exchange 2007 explore how they can use Unified Messaging in their Exchange organization.
  • Educating Information Workers About Exchange Server 2007 - The information and procedures in this document focus on the information worker features that can be accessed on a computer that is running Exchange Server 2007 that has the Client Access or Unified Messaging server role installed. This document provides overviews of these features and the tasks you must perform to manage and configure them.

4 de junho de 2007

Mais documentação de PowerShell

Pois é, ainda há bem pouco tempo bloguei sobre documentação técnica de PowerShell, com uma pequena compilação de recursos disponíveis, já a Microsoft disponibilizou mais umas ajudas preciosas:

Windows PowerShell Graphical Help File
View the Windows PowerShell 1.0 help (including cmdlet help and the About topics) in a fully-searchable, graphical format (a standard Windows .chm file). Also included in the help file is the VBScript to Windows PowerShell Conversion Guide.

Windows PowerShell Quick Reference
Quick reference guide to commonly-used Windows PowerShell commands. For best results, open the file in Microsoft Word, print the contents to legal-sized paper (8 inches by 14 inches), and fold the resulting printout in half, making a four-page booklet.

Technorati Tags:

del.icio.us Tags:

1 de junho de 2007

Leitura de fim-de-semana

Windows Live Mail Beta

Já está disponível para download o Windows Live Mail Beta. Recorde-se que o anúncio desta nova versão do cliente de mail da Microsoft, seguiu-se ao lançamento oficial do Windows Live Hotmail.

O Windows Live Mail é suposto substituir o Outlook Express, o Windows Mail que acompanha o Windows Vista e ainda o já defunto Windows Live Mail desktop.

Uma interface gráfica melhorada e um melhor desempenho são os grandes argumentos para instalar esta nova versão. Eu já experimentei e, até agora, estou satisfeito.

Para mais detalhes sobre este novo produto, leia o post Windows Live Mail Beta now available for download!

27 de maio de 2007

Um pouco de história do Exchange

Estava a ler o documento An Overview of Microsoft Exchange Server 2007 White Paper, quando descobri esta tabela com todas as datas de lançamento das principais releases do Exchange:



O Exchange completou recentemente o seu 11º aniversário, está a ficar mais velho e melhor!

Quanto à minha experiência pessoal, apesar de ter trabalhado com o defunto MS Mail 3.1, o meu primeiro contacto com o Exchange deu-se já na versão 5.0. Foi amor à primeira vista ;-)

E quanto aos nomes de código das várias versões do exchange? Aqui fica a tabela:

E quanto ao futuro? Bem, neste momento está já a ser desenvolvida a próxima versão, nome de código Exchange "14" (conseguem imaginar porque saltaram a 13?), que deve ver a luz do dia lá para 2010. Mas até lá relaxem e disfrutem das muitas das novas funcionalidades do exchange Server 2007.

[UPDATE]
Enquanto fazia pesquisa para este post, fiquei obviamente intrigado pelo Magma. O David Lemson da Microsoft fez o favor de me esclarecer sobre o assunto:
"Magma was the code-name for the portion of Exchange (the store, mostly) that shipped as part of SharePoint Portal Server 1.0. That product, now MOSS, switched to SQL as their store in the next release. Magma was only built with Exchange 2000 internally, since there is no remaining consumer, it is no longer being built. Magma wasn’t really a product, first because it never shipped except to SPS, and second because it was really just a portion of the store, it didn’t have its own code."
O nome Magma foi inspirado pelo filme Austin Powers.

25 de maio de 2007

Leitura de fim-de-semana

Microsoft Exchange Server 2007 Shell Help

A Microsoft disponibilizou uma actualização para a Microsoft Exchange Server 2007 Shell Help. O download contém um ficheiro XML que deverá ser colocado na pasta de instalação do Exchange.

Brief Description
This download contains an update to the Exchange Management Shell Help

Overview
The Microsoft Exchange Server 2007 Exchange Management Shell Help file helps you use cmdlets in the Exchange Management Shell to perform day-to-day administration of Exchange 2007. You can view help in the Exchange Management Shell by using the Get-Help cmdlet.

Instructions

  1. Close the Exchange Management Shell
  2. Click Download on this page to start the download, or choose a different language from the drop-down list and click Go.
  3. Do one of the following:
    - To start the installation immediately, click Open or Run this program from its current location.
    - To copy the download to your computer for installation at a later time, click Save or Save this program to disk.
  4. Install the Exchange Management Shell Help file, Microsoft.Exchange.Management-Help.xml, to the correct folder that represents your locale. The default installation location is C:\Program Files\Microsoft\Exchange Server\bin\en. "en" is the English language locale code. If you downloaded another language version of the Exchange Management Shell Help file, change the locale code "en" to the locale code for your language, and then install the file. For more information about locale codes, see CultureInfo Class.
  5. Open the Exchange Management Shell after you have completed installation.

23 de maio de 2007

TechNet Magazine - Edição de Junho 2007

Já está disponível online a edição de Junho da TechNet Magazine.
Desta vez o tema central é a segurança, pelo que poderão lá encontrar alguns artigos bastante interessantes, assinados por autores conceituados, tais como Steve Riley ou Mark Russinovich.
Até agora ainda não encontrei lá nada particular sobre Exchange ou messaging, mas há sempre a rúbrica do Windows PowerShell, que está de algum modo relacionada com a gestão do Exchange Server 2007.
A revista está igualmente disponível para download em formato HTML Help (.chm).

22 de maio de 2007

ESEUTIL para copiar ficheiros?

Não há administrador de Exchange que não saiba o que a ferramenta ESEUTIL pode fazer. É bastante útil para desfragmentar as bases de dados do Exchange, recuperando o espaço livre, e também para as reparar em caso de erro.
O que provavelmente muitos não saberão (eu não sabia) é que esta também é a ferramenta indicada para copiar ficheiros muito grandes através da rede, de acordo com a Performance Team da Microsoft.
A sintaxe é bastante simples: eseutil /y /d .
Para ler o post completo: Slow Large File Copy Issues.

(Fonte: blog do Flaphead)

19 de maio de 2007

Documentação técnica de Powershell

Enquanto lia o blog do Anderson Patricio, descobri que está disponível para download um novo (e grátis) Powershell book. Acho que a situação merece uma pequena compilação de documentação técnica de Powershell, disponível gratuitamente na Internet:

  • Windows PowerShell course book - This "Windows PowerShell" book will give you an introduction to Windows PowerShell as well as practical examples, in order to give you a quick introduction to this subject even if you have no significant previous scripting experience. The book is explicitly not aimed at professional scripters; the extensive Windows PowerShell help and the many Internet forums and additional literature are designed to give experts everything they need.
  • Windows PowerShell Help - chm file - A compilation of tips for Powershel by Paul Flaherty.
  • Windows PowerShell 1.0 Documentation Pack - Documentation of Windows PowerShell 1.0, which includes the Windows PowerShell Getting Started Guide, the Windows PowerShell Primer, the Windows PowerShell Language Quick Reference, and Windows PowerShell V1.0 Release Notes.
  • Introduction to the Exchange Management Shell: Microsoft® Exchange Server 2007 introduces a new management platform called the Exchange Management Shell, based on Microsoft Windows® PowerShell, formerly codenamed "Monad". This document outlines the key benefits that the Exchange Management Shell provides to Exchange administrators and developers, and explains how cmdlets are structured, and how data is managed.
  • Quick Reference for Exchange Management Shell: Microsoft® Exchange Server 2007 introduces a new management platform called the Exchange Management Shell, based on Microsoft Windows® PowerShell, formerly codenamed "Monad". This topic provides a list of many frequently used cmdlets, important conventions, and useful tips. The information is presented by feature area, such as recipient, transport, and database administration.

Using Exchange 2007 for Unified Messaging and Fax

A Microsoft disponibilizou para download o podcast Using Exchange 2007 for Unified Messaging and Fax.

Overview
How can you best implement the Unified Messaging (UM) features of Exchange Server 2007? Microsoft IT uses the UM features of Exchange Server 2007 to integrate voice messaging with the internal e-mail messaging environment. This content will detail the technical implementation and deployment strategy for deploying Exchange 2007 Unified Messaging features in the Microsoft enterprise messaging environment as well as answer the following questions: What is Unified Messaging and why is it a compelling service offering for Microsoft employees? What are the typical features and functions that have been deployed? What design issues do my IT specialists need to be aware of when planning to integrate Exchange Server 2007 with an existing PBX infrastructure?

18 de maio de 2007

Leitura de fim-de-semana

Actualização do ExBPA

A Microsoft disponibilizou uma actualização do Exchange Best Practices Analyzer (ExBPA).
O Microsoft Exchange Best Practices Analyzer Web Update Pack contém algumas actualizações das regras, configurações e do ficheiro de ajuda.

Overview
This download contains the latest XML and ExBPA.chm files. Use this package to update your existing installation of the Exchange Best Practices Analyzer. NOTE: If Internet connectivity is available, the Exchange Best Practices Analyzer will attempt to automatically update itself from the Internet. Where updates are being applied automatically, there is no need to download the Web Update Pack.To find out which version of ExBPA.Config.xml is installed on your computer, click the 'About Exchange Best Practices Analyzer' link within the tool. The upper version number refers to the core application (e.g. 2.7.7830.0), the lower version is for the configuration XML file.

17 de maio de 2007

Workflow para Exchange

Um dos muitos feeds que eu acompanho é o Microsoft Download Center, que me permite manter informado dos últimos items disponíveis pra download.
Dois items recentes despertaram a minha atenção:

Afinal não se tratavam de 2 novos produtos, mas sim de produtos descontinuados e que se destinavam ao Exchange Server 2000. Qual a solução para quem quiser desenvolver mecanismos de workflow para o Exchange? Windows Workflow Foundation!

"Microsoft recommends that you migrate applications that use Exchange Workflow and the Collaborative Data Object for Exchange Workflow (CDOWF) to use the Windows Workflow Foundation. Windows Workflow Foundation supplies the programming model, engine, and tools required to quickly build workflow-enabled applications on Microsoft Windows. It consists of a namespace, an in-process workflow engine, and designers for Microsoft Visual Studio 2005. Applications that use Windows Workflow Foundation can be developed and run on Microsoft Windows Vista, Microsoft Windows XP, and the Microsoft Windows Server 2003 family. Windows Workflow Foundation includes support for both system workflow and human workflow across a variety of scenarios, including workflow within line-of-business applications, user interface page flow, document-centric workflow, human workflow, composite workflow for service-oriented applications, business rule–driven workflow, and workflow for systems management.If you have developed applications that are based on the Exchange SDK Workflow Application Template and you require a copy of the installation package for archival purposes, please contact Microsoft Customer Support Services.The Exchange SDK Workflow Application Templates will be supported while Microsoft Exchange Server 2003 support is available."

10 de maio de 2007

Update Rollup 2 for Exchange Server 2007 (KB935490)

Quem já fez download do patch do Exchange Server 2007 para corrigir a vulnerabilidade mencionada no post anterior, reparou com certeza que foi direccionado para o Update Rollup 2 for Exchange Server 2007 (KB935490).
Pois é, poucos dias dias depois de ter disponibilizado o Update Rollup 1, eis que surge um novo rollup.
Desenganem-se os que pensam que a Microsoft vai iniciar um novo ciclo de releases de rollups todas as 3 semanas, o principal motivo deste teve a ver com a vulnerabilidade já mencionada.
Esta actualização é cumulativa, o que quer dizer que dispensa a instalação do Update Rollup 1. Para uma lista das correcções incluídas, consultar o respectivo artigo da Knowledge Base: Description of Update Rollup 2 for Exchange 2007.

9 de maio de 2007

Vulnerabilidade do Exchange 2000/2003/2007

No seu último boletim mensal de segurança, a Microsoft revelou uma nova vulnerabilidade que afecta as mais recentes versões do Exchange Server e que pode levar à execução remota de código.

"An attacker who successfully exploited the most severe of these vulnerabilities could take complete control of an affected system. An attacker could then install programs; view, change, or delete data; or create new accounts with full user rights."
Aqui fica o link para o respectivo boletim de segurança que contém as informações necessárias para obter os respectivos patches correctivos: