Please feel free to share mailmaster blog with others:
Please feel free to share mailmaster blog with others:
Do you want to see the Best of MMS? I do!
Did you suffer from volcano ashes or where you to busy to go to Las Vegas this spring? Don’t worry!
Best of MMS will be held in Stockholm 28-29 of September.
See you there!
Exchange 2010 Service Pack 1 released
Finally the wait is over! Service Pack 1 for Exchange 2010 is released!
You can download the bits here and you should read the release note before you go ahead and install.
Please note that you can install SP1 directly, no need to install RTM and then the Service Pack.
All new features and improvements are listed in this article and below you find a summary of my top five.
- Continuous replication – block mode
- Enhanced datacenter activation coordination mode support
- Reset Client Access Virtual Directory
- Importing and exporting .pst files (does no longer require Outlook)
- Distribution group naming policies
- And of course OWA Themes (had to throw them in so I guess that makes it top six…)
Happy patching!
Does the recovery database count?
I got a question from a reader of my blog yesterday and the question was:
“Is a recovery database counted as one of the maximum databases allowed on one server?”
The answer is yes! If you have a standard Exchange 2010 server with 5 mounted mailbox databases on the server you can not use a recovery database on that server!
You can read more about recovery databases in this Technet article.
So not Exchange – but sooooo cool!
Saw this really cool demo today and as a gadget guy I just want it!
You can read more about it here:
http://www.engadget.com/2010/08/12/microsoft-adaptive-keyboard-prototype-debuts-at-center-of-uist-s/
Do you want to master Exchange 2010 Transition?
Well over a year ago I started writing a lab/workshop on how to transition from previous versions of Exchange to Exchange 2010. I have given this lab for over a 100 Exchange admin by now and added all my experience from my own transitions into it.
Do you want to master Exchange 2010 transition? Great! Have a look at Labcenter for a more detailed description (in Swedish) of the lab.
The lab covers both transition from Exchange 2003 and Exchange 2007 to Exchange 2010.
Great comparison of EAS clients
As mentioned at You had me at EHLO you can find a comparison of Exchange Active Sync clients at Wikipedia. I’m putting together a “wiki” of my own witch will be more model specific and I will post it here as soon as I’m done with it.
Why install a Exchange 2007 before going to Exchange 2010 and things to think about!
I have been in the process of writing this blog for a long time and now it’s finally here. The reason for this blog is that after you install Exchange 2010 you can no longer install a previous version of Exchange into the same organization (in a supported way). You might think that that is not a problem and you are probably right but there are two scenarios when you might run into problems.
- If you ever need to migrate from Lotus Domino to Exchange
- If you need WebDAV
Migration
Let’s talk a bit about the first scenario and why this might be a problem.
When you perform you Schema updates for Exchange 2010 (or run the setup witch will update the schema for you) you will be prompted with a warning:
Setup is going to prepare the organization for Exchange 2010 by using ‘Setup /PrepareAD’. No Exchange 2007 server roles have been detected in this topology. After this operation, you will not be able to install any Exchange 2007 server roles.
So when you want to migrate mailboxes from Lotus Domino you could do that with Microsoft Transporter Suite. As stated in the overview it’s only supported for Exchange 2007
Transporter Suite contains a set of tools for migrations from both Lotus Domino Servers, and generic IMAP/POP sources. For Lotus Domino the suite contains a set of tools for Directory and Free/Busy interoperability between Lotus Domino 6, 7 and 8 and Exchange Server 2007 and Windows Server 2003/2008 Active Directory. In addition for Lotus Domino the suite contains migration tools to migrate users, groups, personal address lists, mailboxes, personal mail archives, and applications from Lotus Domino 5, 6, 7 or 8 to Active Directory, Exchange Server 2007, and Windows SharePoint Services 3.0. For generic POP/IMAP servers the suite contains a set of tools to bulk migrate mailboxes from any generic email servers that support the POP3 or IMAP4 protocol to mailboxes in Exchange Server 2007
There is no Transporter Suite for Exchange 2010 so this means that you would have to use a Exchange 2007 server to migrate your Lotus Domino data to Exchange.
So if you are about to install Exchange 2010 and might need to migrate from Domino, think about installing a Exchange 2007 first. Please also read the last part of this blog for more info about things to think about
If you already installed Exchange 2010 and now find you self in a situation where you need to migrate Domino to Exchange 2010 there are some third party tools you can use, BinaryTree and Quest.
WebDAV
The second reason for installing a Exchange 2007 server before you install Exchange 2010 could be WebDAV. WebDAV is not a part of Exchange 2010 so if you have systems that use WebDAV you will need to have a Exchange 2007 server for that purpose.
Things to think about
If you for any reason needs a Exchange 2007 server on your way to Exchange 2010 there are some things you should think about:
Routing Groups
When you install a Exchange 2007 Hub Transport server into a Exchange 2003 organization you will be asked to point out a Exchange 2003 server. The reason for this is to set up a routing group connector between Exchange 2003 and Exchange 2007.
Screenshot from Exchange 2007 setup
After you select a Exchange 2003 server setup will create a routing group connector between the server you install and the selected Exchange 2003 server. So what’s the problem with that? Well since the dialog in the screenshot above only will show up when you install your first Hub Transport server there is a possible risk of single point of failure and if you only have your Exchange 2007 server for “better safe then sorry” purpose then you might not care that much about it an possible even shut it down with the result of no mail flow between Exchange 2003 and 2007/2010.
To avoid that to happen you can use Exchange Management Shell to configure the RGC with multiple bridgehead servers.
[PS] C:\>Set-RoutingGroupConnector <Name of RGC> -TargetTransportServers <Name of Exchange Server> -SourceTransportServers <Name of Exchange Server>
Note: By default there are two routing group connectors created, enter multiple Target and Source Transport servers on both.
When you install your Exchange 2010 Hub Transport Servers it’s a good idea to include them as well.
Virtual Directories
After you install your Exchange 2010 servers you probably don’t want clients to access the “temporary” Exchange 2007 box so the are a few things to configure to avoid that.
Here are the settings I change (in these examples loadbalancer.mailmaster.local represent the internal Exchange 2010 load balancer and webmail.mailmaster.se the external URL, in my case a TMG Server)
Set-ClientAccessServer Exchange2007server -AutoDiscoverServiceInternalUri:"https://loadbalancer.mailmaster.local/Autodiscover/Autodiscover.xml"
Set-OwaVirtualDirectory "Exchange2007server\owa (Default Web Site)" -InternalUrl: “https://loadbalancer.mailmaster.local/owa” -ExternalUrl:”https://webmail.mailmaster.se/owa”
Set-ActiveSyncVirtualDirectory "Exchange2007Server\Microsoft-Server-ActiveSync (Default Web Site)" -InternalUrl: “https://loadbalancer.mailmaster.local/Microsoft-Server-ActiveSync” -ExternalUrl:”https://webmail.mailmaster.se/Microsoft-Server-ActiveSync”
Set-OabVirtualDirectory "Exchange2007Server\OAB (Default Web Site)" -InternalUrl: “https://loadbalancer.mailmaster.local/oab” -ExternalUrl:”https://webmail.mailmaster.se/oab”
Set-WebServicesVirtualDirectory "Exchange2007Server\EWS (Default Web Site)" -InternalUrl: “https://loadbalancer.mailmaster.local/EWS/Exchange.asmx” -ExternalUrl:”https://webmail.mailmaster.se/EWS/Exchange.asmx”
If you perform the above you can shut down your Exchange 2007 server and there will still be mail flow and client will still be able to connect to your Exchange 2010 servers.
Some other questions I can imagine can arise…
Q: Can I shut down the “temp Exchange 2007 server” and forget about it?
A: No! If you do the computer object will get tomb stoned in Active Directory so the server should be online once in a while to prevent that. If you want to check how long you tombstone time is, check this out
Q: Can I uninstall the “temp Exchange 2007 server” and reinstall if needed?
A: No! To be honest I have tried that and I can actually get it to work but I have asked this question to members of the Exchange product group and got a no. It might be that it hasn’t been tested…
Q: How do I uninstall the “temp Exchange 2007 server” when I no longer need it (and I’m SURE I don’t need it)?
Nothing special here, you uninstall it like you would with any Exchange 2007 server, here’s a How to…
Q: Do you really install this “temp Exchange 2007 server” at every customer before you install Exchange 2010?
A: No! But I make sure the customer understands the pros and cons with that BEFORE I install Exchange 2010
Q: Will there be a change in SP1 regarding this?
A: To my knowledge no!
Additional information:
Cannot install Exchange 2007 roles after you prepare Active Directory for Exchange 2010
Installing Exchange 2003/2007 in an Exchange 2010 Environment
Good blog post about new High Availability features in Exchange 2010 SP1
This article has been on my “must read list” for a while but there has been a lot of other things going on lately… On a flight from a customer I finally got (took) the time to read it and I would like to share it with you. I’m talking about Scott Schnolls article New High Availability Features in Exchange 2010 SP1.

Woooha!!!!
I just got the mail and I couldn’t be happier, I was awarded MVP for 2010!
I want to say thanks to a lot of people not at least my wife!
And yes! I just put the champagne on ice…

Exchange 2007 SP3 is here!
Do you wish you could run Exchange 2007 on a Windows 2008 R2 server? Well now you can, Exchange 2007 SP3 is released and you can download it here.
All you need to know about SP3 is in these documents:
Next gen Exchange consultant and vacation
Last week my wife gave birth to our son so you probably to see to much activity here for a while. I will take a hopefully well deserved vacation and be back for more action in August.
Next gen Exchange consultant
I wish you all a great summer!
What’s new in Exchange 2010 SP1 Beta
Today I spotted a good overview of the new features of SP1 Beta over at Michel de Rooij blog!
And don’t forget to read the rest of Michel’s blog there are some really good stuff and it look’s really good to don’t you think? ;-)
Hosting on Exchange 2010?
I get A LOT of questions about hosting on Exchange 2010…
Along with the release of SP1 Beta Microsoft also released a help file for hosting.
Download it here
Exchange 2010 SP1 Beta Released
There are a lot of new features in Exchange 2010 SP1 and now you can see for your self!
Download the bits here
As this is a beta I point out the obvious, it’s not for production…

Multiple Exchange Accounts in Windows Phone 7 Series
Maybe you have already heard this but it was new to me…
Surfing the web today I came across this article where Joe Belfiore, Microsoft Corporate Vice President for Windows Mobile, confirmed that the new Windows Phone 7 Series will support multiple Exchange Active Sync accounts.
I think this is great news and I’m looking forward to get back to a Windows based phone again!



















































This blog is brought to you by Magnus Björk, MVP Exchange. Everything you read here is my own personal opinion and any code is provided "AS-IS".


