MS Exchange Team Blog: Feliz 4º Aniversário!
O Microsoft Exchange Team Blog, aka You Had Me At EHLO, está a celebrar o seu 4º aniversário. Para comemorar estão a fazer um pequeno concurso..
Todos os detalhes podem ser obtidos neste link.
Experiências, notícias, dicas, rumores e coisas sobre o MS Exchange
O Microsoft Exchange Team Blog, aka You Had Me At EHLO, está a celebrar o seu 4º aniversário. Para comemorar estão a fazer um pequeno concurso..
Todos os detalhes podem ser obtidos neste link.
Publicado por
Rui J.M. Silva
@
17:24
0
comentários
Publicado por
Rui J.M. Silva
@
19:02
0
comentários
Está disponível uma nova versão (v08.01.0240.006) da ActiveSync Web Administration Tool, para utilização com o Exchange Server 2003 SP2.
Brief Description
The Exchange Server ActiveSync Web Administration tool is designed for administrators who want to manage the process of remotely erasing lost, stolen, or otherwise compromised mobile devices.
Overview
The Microsoft Exchange Server ActiveSync Web Administration tool enables administrators to manage the process of remotely erasing lost, stolen, or otherwise compromised mobile devices.
By using the Exchange Server ActiveSync Web Administration Web tool, administrators can perform the following actions:
The Microsoft Exchange Server ActiveSync Web Administration Tool is designed for use With Exchange Server 2003 Service Pack 2 and compatible mobile devices.
Publicado por
Rui J.M. Silva
@
11:07
0
comentários
Labels: Ferramentas
Publicado por
Rui J.M. Silva
@
12:32
0
comentários
TechNet Webcast: Exchange Server 2007 in Depth (Part 7 of 8): Key Scenarios, Examples, Demos, and How-to's (Level 300)
Friday, February 01, 2008 - 1:00 PM - 2:30 PM Pacific Time
John Weston, TechNet Presenter, Microsoft Corporation
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032363579&Culture=en-US
TechNet Webcast: Exchange Server In Depth (Part 8 of 8): Master Concepts and Optimize Your Server Environment (Level 300)
Monday, February 04, 2008 - 1:00 PM - 2:30 PM Pacific Time
Chris Avis, TechNet Presenter, Microsoft Corporation
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032363581&Culture=en-US
Momentum Webcast: Simplifying Collaboration and Communication Using Microsoft Office, Exchange Server, and Communications Server (Level 100)
Thursday, February 07, 2008 - 12:00 PM - 1:00 PM Pacific Time
Jennifer Kim, Senior Product Manager, Microsoft Corporation
Rachel Clay, Information Worker Solutions Specialist, Microsoft Corporation
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032365002&Culture=en-US
Fonte: Eileen Brown's WebLog
Publicado por
Rui J.M. Silva
@
09:08
0
comentários
Publicado por
Rui J.M. Silva
@
10:01
0
comentários
*Eu sei que estou a subverter um pouco a ideia de ter um blog em Português ao publicar posts em Inglês, mas a verdade é que fruto do meu pouco tempo disponível, vou ter que mais uma vez fazer um cross-post do meu outro blog. Se alguém se sentir menos confortável com a língua de Shakespeare, podem contactar-me via e-mail.
So far, I did a couple of clean Exchange Server 2007 SP1 installations and they went really, really smoothly. I can say that the setup experience is much better than the RTM version.
Meanwhile, I also had the chance to upgrade existing Exchange Server 2007 RTM version to Service Pack 1. The experience was not so good compared with clean installations, nothing serious, but there are some caveats I would like to share with you.
I would also like to share the SP1 setup behavior when it is interrupted:
Publicado por
Rui J.M. Silva
@
22:49
0
comentários
A edição de Fevereiro da TechNet Magazine já está disponível para consulta online ou para download no formato HTML Help (.chm) file.
Neste número, o tema central é o Sharepoint, mas também estão lá outros artigos com temáticas mais relacionadas com o Exchange Server, tal como Unified Communications ou PowerShell.
Aqui fica uma pequena lista com os artigos mais interessantes:
Publicado por
Rui J.M. Silva
@
08:25
0
comentários
A informação técnica disponível na àrea de messaging continua a aumentar. Desta vez, a Microsoft disponibilizou-nos 1 podcast, 1 white paper e 2 datasheets:
Publicado por
Rui J.M. Silva
@
22:00
0
comentários
Labels: Documentos
Publiquei um post no meu outro blog com algumas notas sobre a utilização do Transporter Suite para realizar migrações do Lotus Domino para o Exchange Server 2007. Resolvi reproduzir aqui esse mesmo post, embora em Inglês (se alguém não perceber alguma coisa, pode perguntar).
A couple of weeks ago I participated in a migration project which involved a migration from Lotus Domino 7.0 to Exchange Server 2007.
I used the (free) Microsoft tool: Transporter Suite. Transporter Suite has all it takes to perform a full mail (and application) migration from Lotus to Exchange. The latest version is v08.02.0012, but I used the RTM version (if you want to know what's new, read Microsoft Transporter Suite for Lotus Domino Release Notes).
There are several approaches you can take in a similar migration project, but I prefer to place the Exchange Server in front of the Lotus Notes server, adding a non-authoritative SMTP domain and forward messages for the users not yet migrated. The following picture depicts the scenario I used.
Actually you can even make the SMTP domain authoritative for the Exchange Server, it will still forward any unresolved addresses to the Lotus Notes server if you configure a Send Connector.
My personal feeling is that Transporter Suite has lots of space for improvements. Probably there are some commercial tools more powerful and even more stable, but with a little bit of patience and some testing, the tool provided by Microsoft will do the job.
I would like to share my findings, hoping that they might help you. As I mentioned before, there is a new release of Transporter Suite that may have solved some of the problems I faced.
User1
Failed
Error:
The value "SMTP:User1@DOMAIN.COM" of property "ExternalEmailAddress" is used by another recipient object "DOMAIN.COM/Domino Contacts/User1\/HQ\/Company". Please specify another value.
Exchange Management Shell command attempted:
'CN=User1/OU=Sede/O=Company' | move-dominouser -Quiet -DominoDirectoryServer 'SRVNOTES' -GlobalCatalog 'DC01.DOMAIN.COM' -TargetOU '.' -InitialPassword 'System.Security.SecureString' -TargetId 'DOMAIN\User1'
Elapsed Time: 00:00:01
I didn't find a way of solving this problem. I think it's related with the timings associated with the remove process of the contact created previously and the subsequent copy of all proxy addresses. So, the solution was to write my own migration code. Here it is, you might find it useful:
1: '*******************************************************************************
2: 'migrateUsers.VBS: Copy proxyAddresses from a Domino contact to an AD user
3: '
4: 'Version: 0.1
5: 'Date: 2008/01/07
6: 'Author: RUI SILVA rui.silva(a)live.com
7: '
8: '*******************************************************************************
9: 10: Const ForReading = 1
11: Const ForWriting = 2
12: Const ADS_SCOPE_SUBTREE = 2
13: Const ADS_PROPERTY_UPDATE = 2
14: 15: Set objConnection = CreateObject("ADODB.Connection")
16: Set objCommand = CreateObject("ADODB.Command")
17: objConnection.Provider = "ADsDSOObject"
18: objConnection.Open "Active Directory Provider"
19: Set objCommand.ActiveConnection = objConnection
20: 21: objCommand.Properties("Page Size") = 1000
22: objCommand.Properties("Searchscope") = ADS_SCOPE_SUBTREE
23: 24: strName=InputBox("Enter username:")
25: objCommand.CommandText = _26: "SELECT distinguishedName FROM 'LDAP://ou=Domino Contacts,dc=DOMAIN,dc=COM' WHERE objectCategory='user' " & _
27: "AND mailNickname='" & strName & "'"
28: Set objRecordSet = objCommand.Execute
29: 30: If objRecordset.RecordCount = 1 Then
31: strDN = objRecordSet.Fields("distinguishedName").Value
32: MsgBox(strDN & ": FOUND")
33: strDN = Replace(strDN, "/", "\/")
34: Set objContact = GetObject("LDAP://" & strDN)
35: arrProxyAddresses = objContact.GetEx("proxyAddresses")
36: nArr = UBound(arrProxyAddresses)37: For n=0 To nArr
38: If InStr(arrProxyAddresses(n), "SMTP:") Then
39: strEmailAddr = Mid(arrProxyAddresses(n), 6) 40: End If
41: Next
42: 43: objCommand.CommandText = _44: "SELECT distinguishedName FROM 'LDAP://ou=USERS,dc=DOMAIN,dc=COM' WHERE objectCategory='user' " & _
45: "AND sAMAccountName='" & strName & "'"
46: Set objRecordSet2 = objCommand.Execute
47: 48: If objRecordset2.RecordCount = 1 Then
49: strDN2 = objRecordSet2.Fields("distinguishedName").Value
50: MsgBox(strDN2 & ": USER FOUND")
51: Set objRecipient = GetObject("LDAP://" & strDN2)
52: 53: objRecipient.ProxyAddresses = arrProxyAddresses54: objRecipient.put "mailnickname", strName
55: objRecipient.put "mail", strEmailAddr
56: ' objRecipient.MailEnable strEmailAddr
57: objRecipient.SetInfo58: MsgBox("OK")
59: End If
60: 61: objContact.DeleteObject(0) 62: 63: objRecordset.Close 64: objRecordset2.Close 65: 66: Else
67: MsgBox(strName & ": NOT_FOUND")
68: End If
69: 70: objConnection.CloseGood luck for your migration! Don't forget to read the documentation: Microsoft Transporter for Lotus Domino End-to-End Guidance.
Publicado por
Rui J.M. Silva
@
10:24
1 comentários
A Microsoft disponibilizou 2 vídeos que demonstram como realizar algumas das tarefas mais comuns no Microsoft Office Outlook 2007.
Publicado por
Rui J.M. Silva
@
10:53
0
comentários
Publicado por
Rui J.M. Silva
@
19:40
0
comentários
A edição deste ano do Techdays, o maior evento técnico organizado pela Microsoft Portugal, vai ocorrer de 12 a 14 de Março no Centro de Congressos de Lisboa.
O evento será precedido no dia 11 pelo lançamento de 3 novos produtos:
O dia do lançamento terá entrada livre, mas os Techdays terão o seguinte custo de inscrição:
Aqui ficam os links com toda a informação do evento:
A Unisys é mais uma vez um dos patrocinadores principais ;-)

Publicado por
Rui J.M. Silva
@
09:17
0
comentários
Publicado por
Rui J.M. Silva
@
18:10
0
comentários
Uma amiga minha, a Ilse Van Criekinge (MVP de Exchange e vencedora do Speaker Idol do TechEd IT Forum deste ano) é a autora de um livro sobre Powershell que vai ser lançado dentro em breve.
O livro, Exchange Management Shell: TFM, ainda não está pronto, mas as boas notícias é que se pode fazer o download grátis de alguns capítulos não editados a partir do site da SAPIEN.
Qualquer feedback é sempre bem-vindo e pode ser enviado por correio electrónico para errata@sapien.com ou directamente para a Ilse: ilse.vancriekinge@pro-exchange.be.
"Exchange Management Shell: TFM provides the answers in a "cookbook" format that focuses on real-world Exchange Server 2007 management tasks, and how to accomplish them in Windows PowerShell. This authoritative and comprehensive book includes a standardized "crash course" in Windows PowerShell for newcomers, and dives right into the nuts and bolts of becoming a leading-edge, command-line Exchange administrator."
Publicado por
Rui J.M. Silva
@
10:10
0
comentários
Está disponível para download o Microsoft Exchange Best Practices Analyzer Web Update Pack (v2.11.18.0).
Brief Description
Configuration, rule, and help updates for the Exchange Best Practices Analyzer v2.8.
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.9.7926.0), the lower version is for the configuration XML file.
Instructions
Download and run the package. When prompted, extract the files to your Exchange Best Practices Analyzer program folder (usually C:\Program Files\ExBPA\en).
Publicado por
Rui J.M. Silva
@
23:09
0
comentários
Labels: Actualizações, Ferramentas
Depois de hoje ter passado no exame 70-238, ganhei a certificação MCITP: Enterprise Messaging Administrator.
Para atingir esta certificação é necessário realizar com sucesso 3 exames:
Os 2 primeiros não são complicados, o último é um pouco mais difícil, mas qualquer um com experiência de campo suficiente consegue passar.
Publicado por
Rui J.M. Silva
@
23:00
0
comentários
Labels: Pessoal
Publicado por
Rui J.M. Silva
@
20:05
0
comentários
Standby Continuous Replication é uma das melhores funcionalidades introduzidas com o Exchange Server 2007 SP1.
Recentemente tive a oportunidade de utilizar SCR, pelo que segui os passos descritos no artigo da Microsoft TechNet, How to Enable Standby Continuous Replication for an Existing Storage Group. Uma vez que todos os transactions logs desde a criação do Storage Group não estavam disponíveis (o que é normal devido ao processo de backup), tive que utilizar seeding do nó passivo.
Estes são os passos necessários para este cenário:
Enable-StorageGroupCopy -Identity
<NameofStorageGroup> -StandbyMachine
<SCRTargetMachine> -ReplayLagTime 0.1:0:0
Suspend-StorageGroupCopy
-Identity <Server\StorageGroupName>
-StandbyMachine <SCRTargetMachine>
Update-StorageGroupCopy
-Identity <Server\StorageGroupName>
-StandbyMachine <SCRTargetMachine>
Este último passo vai iniciar a sincronização do ficheiro de base de dados do SCR Source para o SCR Target e pode demorar um bocado, dependendo da quantidade de dados a copiar. No final, o processo de réplica será automaticamente reiniciado.
Para verificar o estado da réplica, pode ser utilizado o seguinte cmdlet de PowerShell:
Get-StorageGroupCopyStatus -Server:<SCRTargetMachine>
Publicado por
Rui J.M. Silva
@
15:49
4
comentários
| Share this post : |
Publicado por
Rui J.M. Silva
@
10:12
0
comentários