vWorld

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

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

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)

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)

Exchange 2010 Multi tenant : The object must be within the read scope before and after

I ran into a problem while granting one or more permissions on a mailbox :

Because it’s an Exchange 2010 SP2 multi tenant hosted environment there is no management console, so I figured out how to fix this using powershell in combination with an Multi tenant environment. Start the Exchange 2010 management shell with the […]

Lees verder… from Exchange 2010 Multi tenant : The object must be within the read scope before and after

Easily create CSR for Exchange Certificate (2010)

On this site https://www.digicert.com/easy-csr/exchange2010.htm you can easily create a powershell command for a Exchange 2010 certifcate request (CSR). Just fill in the appropriate names and the powershell command will be created. For the command name I always use the name of the Exchange receive connector. Maybe you have a good alternative or script to create […]

Lees verder… from Easily create CSR for Exchange Certificate (2010)

Exchange 2010 Disable open-relay

You can easily check if you have an open relay with websites like http://www.mxtoolbox.com/, https://www.testexchangeconnectivity.com and http://www.checkor.com/ When you found out that they say that you have an open relay you can double check that with the following command :

Then use the following command to close the anonymous relay :  

Then […]

Lees verder… from Exchange 2010 Disable open-relay

Error upgrading Exchange 2010 SP2 ‘TevoSource’

Today I ran into some problems while upgrading Exchange 2010 SP 1 multi tenant to SP 2. The error was “Setup cannot continue with the upgrade because the TevoSource <> process has open files. After some investigating I found that the Appasure Replay agent was causing some interference. Stopping the service (and killing the proces […]

Lees verder… from Error upgrading Exchange 2010 SP2 ‘TevoSource’

Android Calender Sync bug with Exchange 2010

Today I again received a question regarding Android phones who refuse to synchronize the calendar items. (Email etc is no problem, it’s only the calendar function). I found the following solution : Go to instellingen (settings) applications toepassingen beheren Alles Agenda opslag Gegevens wissen When you synchronize again the problem should be fixed. […]

Lees verder… from Android Calender Sync bug with Exchange 2010