We all now there are lots of ANTI SPAM/Virus appliances, software solutions etc. out there. But somehow in my production & test environment it was too expensive or too much hazzle. All the products I thought were interesting were too expensive or didn’t work like they suppose to. Because IRead More →

Some time ago I ran into a problem while exporting/importing the Lync Configuration Store. When importing the configuration file the Lync edge server complains that the file contains corrupted data. After some troubleshooting I found that the solution was very easy, you must enter the .ZIP extension when exporting theRead More →

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 rightRead More →

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 moveRead More →