vWorld

vWorld – Oude Doesburgseweg 89C6901 HH Zevenaar – info@vworld.nl – Kantoor: 0316-798037 – Because it’s a virtual world!

How to use EMC to migrate mailboxes from Exchange on premises to Office365 and vice versa

In my previous post you can read how easily it is to use the EMC to administer your Office365 account. Now you can imagine how easily it could be to migrate Exchange mailboxes from your on premises Exchange Server to Office365 or the other way around! This is how you can do that : First […]

Lees verder… from How to use EMC to migrate mailboxes from Exchange on premises to Office365 and vice versa

How to use the EMC to administrate Office365

Nowadays more and more people are migrating from Exchange to Office365/Exchange Online or are using a Hybrid solution. Many people don’t know that they can use the Exchange 2010 Management Console to control their Office365 settings and users. This is how you can link your Office365 environment to the EMC. First download and install EMC, […]

Lees verder… from How to use the EMC to administrate Office365

Exchange set external/internal URL’s

When configuring Exchange it’s important to have your external and internal url’s correctly configured. Otherwise you are running into errors like those : Configuring those url’s isn’t that difficult, you just want to make sure you configure all the URL’s and have an appopiate SSL cert. After importing the right SSL you can use a […]

Lees verder… from Exchange set external/internal URL’s

Monitoring SMTP Activity Exchange 2007/2010

Before you remove the installation of an old Exchange Server (2007/2010) you may want to make sure that there is no SMTP procotol activity anymore. (For example multi functional printers who still have the old IP adres or something like that) First enable protocol logging on the Receiver Connectors, use therefore the following command : […]

Lees verder… from Monitoring SMTP Activity Exchange 2007/2010

Exchange & Lync : Find and fix broken inheritance

Many times I’ve ran into the following error : (Error : unsufficient access rights to perform the operation) while moving Lync users of moving mailboxes in Exchange. This is due to the following : Include inheritable permissions MUST BE ENABLED. (Also for other tasks) When this is one or a couple of users this is […]

Lees verder… from Exchange & Lync : Find and fix broken inheritance

Exchange 2007/2010 : Moving mailboxes

Moving mailboxes from one database/server to another is fairly easy. I prefer to use the shell interface but you can also use the GUI. The following commands are handy : New-MoveRequest -Identity <mailbox> –TargetDatabase <targetdatabase> (This commands moves one specified mailbox to another database) You can also use to move mailboxes from one database to […]

Lees verder… from Exchange 2007/2010 : Moving mailboxes

How to move Exchange Catalog files to different drive

  This is how to move the Exchange Catalog files to a different drive : Open the exchange management shell and execute the following command

Stop the Microsoft Exchange Search Indexer service     You can move your old files to the new directory, in my case the files were in the following dir […]

Lees verder… from How to move Exchange Catalog files to different drive

Hyper-V : Show the host server in a running VM

Today someone asked me how he could see what was the host Hyper-V server while running a virtual machine. This is how you can do that : When Hyper-V Integration Services is installed, the following registry key contains all the information you need :  

  You could easily find the server where this […]

Lees verder… from Hyper-V : Show the host server in a running VM

Should I migrate to Exchange 2013, 2010 or wait some time?

Customers are asking me for advice for new Exchange installations and migrations. Until Microsoft releases a rollup (Exchange 2007) or new servicepack (Exchange 2010) it’s not possible to do co-existence migration from 2007/2010 to 2013. My advice is to wait or migrate to 2010. The only solution now is to export/import using a big bang […]

Lees verder… from Should I migrate to Exchange 2013, 2010 or wait some time?

Insufficient Access Rights to Perform the Operation (Exchange 2010)

While moving some mailboxes I got the following error :

I found out the error was because inheritable permissions was not turned on for this specific user. (In this case this user was a member of the domain admin usergroup). This is how you can fix this problem : Open dsa.msc (make sure advanced […]

Lees verder… from Insufficient Access Rights to Perform the Operation (Exchange 2010)

500 Internal Server Error – The target principal name is incorrect

Today I ran into this error while publishing a website using ISA Server 2006. The solution was simple. While publishing the website make sure make sure that the name at the to field is the same as the name as the external DNS name. When your ISA Server doesn’t use DNS server, make sure you […]

Lees verder… from 500 Internal Server Error – The target principal name is incorrect

Exchange & Outlook Certificate errors.. (solved)

Today I was testing Outlook with a new Exchange server config and I received the following error : I knew I correctly imported the new SSL certifcate because I tested OWA before Outlook and that was working fine. The solution was simple. You must specify in Exchange which Exchange services  (for example SMTP, IIS, POP, […]

Lees verder… from Exchange & Outlook Certificate errors.. (solved)

Create Exchange 2010 CAS (NLB) Cluster

Today I installed a Exchange 2010 CAS cluster using (Windows) NLB. After some final preparation I followed Microsoft best practices for creating a CAS cluster. (Microsoft recommends creating a CAS cluster also when you’re only using one CAS cluster). This is how you can do that :

Exchange asked for your site name, you […]

Lees verder… from Create Exchange 2010 CAS (NLB) Cluster

How to synchronize Public Folders (Exchange 2007/2010)

When migrating to a new (version of) Exchange this is how you can synchronize the Public Folders : Start the exchange management shell and execute the following code :

You should be able to do this using the Exchange Management Console but this often doesn’t work. After executing the above script you should be […]

Lees verder… from How to synchronize Public Folders (Exchange 2007/2010)

No internal mail between Exchange 2007 and 2010 (solved)

A customer of mine ran into a problem while migrating from Exchange 2007 to 2010. They didn’t receive any internal email. Here are the properties of the default receive connector : That’s the problem. Make sure you enable Transport Layer Security (TLS) and Exchange server authentication. When you enable Exchange Server authentication you have to […]

Lees verder… from No internal mail between Exchange 2007 and 2010 (solved)

How to : Request (or renew) SSL certificate for Webinterface

This is how you request and install (+bind) a SSL certificate for example Citrix Webinterface. Before you start you must now the external DNS name of your webinterface. In this case I use portal.company.nl Test to make sure the webserver is responding and the firewall is configured. You notice a SSL warning/error. Something like this […]

Lees verder… from How to : Request (or renew) SSL certificate for Webinterface