Zero Hour Sleep
15Jul/100

Can’t install Exchange 2010 RTM when Exchange 2007 SP3 exists

I am faced with a very funny issue at a client where I'm migrating from Lotus Domino to Exchange.

As you might know Microsoft didn't release migration tools from Lotus to Exchange 2010 directly so the path was Domino -> Exchange 2007 and then Exchange 2007 -> Exchange 2010.

Since Exchange 2007 SP3 has been released a couple of days ago I've installed it on, what I was planning to be, a temporary server.

I was surprised today that I was not able to install Exchange 2010 and setup.com /PrepareSchema failed with the following error.

29Jun/100

Single Mailbox Recovery in Exchange 2010 – Magic

Introduction

We have seen in part 1 of this tutorial the classical approach to single mailbox recovery from backups using Exchange 2010 and how this method can only restore the mailbox content to a new structure and this could be annoying for some.

Analyzing the findings of our first approach we can deduce that the problem lies behind the fact that the new mailbox of user2 has a different GUID than the one in the backup. So, logically, changing the GUID of the new mailbox and setting it to the same as the one in backup should solve the issue right ?

Let's see how we can accomplish this to make the magic happens.

Disclaimer:This article contains steps that tell you how to use ADSIEdit.msc. However, serious problems might occur if you use it incorrectly. Therefore, make sure that you follow these steps carefully and I cannot be held responsible for any damage you might bring do to your system.

23Jun/101

Single Mailbox Recovery in Exchange 2010 – Classic

Introduction

I have written a 2 part tutorial at simple-talk.com about Microsoft Exchange 2010 Backup and Restore in which I have covered all steps needed to successfully backup your database as well as different recovery scenarios. This article can be looked at as an extension of the recovery process, part 2, and will cover the case when a single mailbox needs to be recovered from the backup.

I would like to stress first that it is not usually needed to recover a single mailbox from a backup when running Microsoft Exchange 2010 because deleted mailbox can be found in the "Disconnected Mailboxes" under "Recipient Configuration" and can simply be reconnected. However if you are just curious to learn or you are in need to recover a single mailbox for whatever reason keep on reading.

I will assume in this article that you are already familiar with the backup and restore process and that a successful full backup of the database already exists.

12Jun/100

Blogsphere Weekend Read [2010-06-12]

Tagged as: No Comments
9Jun/100

Backup/Restore/Manage your Exchange whitelist using exchange management shell

I will show you today how to manage, backup and restore you sender safe list on Exchange 2007 and 2010 using exchange management shell cmdlets.

To add a entry

$SafeSenders = (Get-ContentFilterConfig).bypassedSenders
$SafeSenders.Add("user@safedomain.com")
Set-ContentFilterConfig -BypassedSenders $SafeSenders

To remove an entry

5Jun/101

Blogsphere Weekend Read [2010-06-05]

Don’t wait for the weekend to get the hottest links. You can get them fresh by following us on twitter

Tagged as: 1 Comment
Page 1 of 612345...Last »
Content Twitter

RSS Feed

RSS by email