One of those problems are that you cannot uninstall Exchange server while it contains Public Folder Replicas and you can't move them to another server because there is none.
Browsing the web I was finally able to solve this problem, for full artcile just follow the link and read the comments.
Here's summary:
1. You'll have to keep at least one mailbox with administrator rights.
2. Open Power-Shell and enter the following commands:
Get-PublicFolder -Server
4. Remove Exchange 2007 server from "Programs and Features" in control panel.
Links:
http://blogs.technet.com/asiasupp/archive/2007/06/26/public-folder-replicas-prevent-uninstall-exchange-2007.aspx
You may also need the following to get rid of offline address book and public folder database before removing the mailbox role.
ReplyDeleteget-offlineaddressbook | remove-offlineaddressbook
get-publicfolderdatabase | remove-publicfolderdatabase