Archive

Posts Tagged ‘Exchange 2010’

Exchange 2010 Service Pack 1 released

August 25th, 2010 Magnus Björk No comments

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!

Add to FacebookAdd to DiggAdd to Del.icio.usAdd to StumbleuponAdd to RedditAdd to BlinklistAdd to TwitterAdd to TechnoratiAdd to Yahoo BuzzAdd to Newsvine

Does the recovery database count?

August 24th, 2010 Magnus Björk No comments

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.

Add to FacebookAdd to DiggAdd to Del.icio.usAdd to StumbleuponAdd to RedditAdd to BlinklistAdd to TwitterAdd to TechnoratiAdd to Yahoo BuzzAdd to Newsvine

Do you want to master Exchange 2010 Transition?

August 3rd, 2010 Magnus Björk No comments

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.

Add to FacebookAdd to DiggAdd to Del.icio.usAdd to StumbleuponAdd to RedditAdd to BlinklistAdd to TwitterAdd to TechnoratiAdd to Yahoo BuzzAdd to Newsvine

Why install a Exchange 2007 before going to Exchange 2010 and things to think about!

July 4th, 2010 Magnus Björk No comments

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.

  1. If you ever need to migrate from Lotus Domino to Exchange
  2. 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.

CreateRGC

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

 

Add to FacebookAdd to DiggAdd to Del.icio.usAdd to StumbleuponAdd to RedditAdd to BlinklistAdd to TwitterAdd to TechnoratiAdd to Yahoo BuzzAdd to Newsvine

Good blog post about new High Availability features in Exchange 2010 SP1

July 4th, 2010 Magnus Björk No comments

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.

exchange-2010-beta

Add to FacebookAdd to DiggAdd to Del.icio.usAdd to StumbleuponAdd to RedditAdd to BlinklistAdd to TwitterAdd to TechnoratiAdd to Yahoo BuzzAdd to Newsvine

What’s new in Exchange 2010 SP1 Beta

June 14th, 2010 Magnus Björk No comments

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? ;-)

Add to FacebookAdd to DiggAdd to Del.icio.usAdd to StumbleuponAdd to RedditAdd to BlinklistAdd to TwitterAdd to TechnoratiAdd to Yahoo BuzzAdd to Newsvine

Hosting on Exchange 2010?

June 7th, 2010 Magnus Björk No comments

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

Add to FacebookAdd to DiggAdd to Del.icio.usAdd to StumbleuponAdd to RedditAdd to BlinklistAdd to TwitterAdd to TechnoratiAdd to Yahoo BuzzAdd to Newsvine

Exchange 2010 SP1 Beta Released

June 7th, 2010 Magnus Björk No comments

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…

 

exchange-2010-logo

Add to FacebookAdd to DiggAdd to Del.icio.usAdd to StumbleuponAdd to RedditAdd to BlinklistAdd to TwitterAdd to TechnoratiAdd to Yahoo BuzzAdd to Newsvine

Who has OOF enabled?

May 23rd, 2010 Magnus Björk No comments

The other day I got a question about how to detect people with Out of Office enabled.

My answer was that you could do that with Exchange 2010 if you check AutoReplyState and I mentioned a blog.

Here is the blog I was talking about

image

Add to FacebookAdd to DiggAdd to Del.icio.usAdd to StumbleuponAdd to RedditAdd to BlinklistAdd to TwitterAdd to TechnoratiAdd to Yahoo BuzzAdd to Newsvine

More info on address list segregation

May 12th, 2010 Magnus Björk No comments

I get a lot of questions about address list segregation and Exchange 2010. As I have mentioned before that is something Microsoft is working on but it’s not yet supported.

Dave Goldman just posted some news about this on his blog and I suggest you read it.

Add to FacebookAdd to DiggAdd to Del.icio.usAdd to StumbleuponAdd to RedditAdd to BlinklistAdd to TwitterAdd to TechnoratiAdd to Yahoo BuzzAdd to Newsvine

Did you miss TechDays 2010?

April 21st, 2010 Magnus Björk No comments

Or would you just like to see some of the sessions again?

Check out the recorded sessions here! My session about Exchange 2010 transition is in there as well.

image

Add to FacebookAdd to DiggAdd to Del.icio.usAdd to StumbleuponAdd to RedditAdd to BlinklistAdd to TwitterAdd to TechnoratiAdd to Yahoo BuzzAdd to Newsvine

Come see Exchange 2010 live!

April 13th, 2010 Magnus Björk No comments

I will do a presentation about Exchange 2010 on Dustin Expo next week. Some of the features of SP1 will be in there as well!

Come by and see demos, news and as questions about Exchange 2010!

Add to FacebookAdd to DiggAdd to Del.icio.usAdd to StumbleuponAdd to RedditAdd to BlinklistAdd to TwitterAdd to TechnoratiAdd to Yahoo BuzzAdd to Newsvine

Exchange 2010 Rollup 3 released

April 13th, 2010 Magnus Björk No comments

Rollup 3 for Exchange 2010 is available for download. You find the download here and the description of Rollup 3 here.

 

exchange-2010-beta

Add to FacebookAdd to DiggAdd to Del.icio.usAdd to StumbleuponAdd to RedditAdd to BlinklistAdd to TwitterAdd to TechnoratiAdd to Yahoo BuzzAdd to Newsvine

Exchange 2010 installation checklist

April 8th, 2010 Magnus Björk No comments

As a consultant I know the importance of try to make things as similar as possibly. When I do migration or a installation of Exchange I always try to follow my own checklist to make sure I don’t forget something and to have configurations as alike as possibly. Some of the advantages by this approach are:

  • Ease when it comes to documentation
  • Better support
  • Fewer support calls

Add to FacebookAdd to DiggAdd to Del.icio.usAdd to StumbleuponAdd to RedditAdd to BlinklistAdd to TwitterAdd to TechnoratiAdd to Yahoo BuzzAdd to Newsvine

Ohh no!

April 7th, 2010 Magnus Björk No comments

I was just about to finish a blog post about allow/block/quarantine mobile devices in Exchange 2010. Since SP1 for Exchange 2010 will include this EMC I’m not sure it will be completed…

If you need it, tell me and I will finish and post it!

Add to FacebookAdd to DiggAdd to Del.icio.usAdd to StumbleuponAdd to RedditAdd to BlinklistAdd to TwitterAdd to TechnoratiAdd to Yahoo BuzzAdd to Newsvine