Removing Exchange 2007 from SBS 2008
I am currently trying to remove Exchange 2007 from a Small Business Server 2008 machine. After consideration it was decided to NOT use Exchange on this particular box at the moment so I would like to remove the program completely to gain more resources. I am having an issue with the public folder database not deleting. I have found such articles that tell of moving it, which have not succeeded for me. I have also dismounted it and tried deleting it. Each time i get an error telling of it needing to have the "replicated files" moved. i cannot get these files to disappear. I've also tried using the command line but cannot seem to get the command exact. Help please, what can be done to remove Exchange 2007!?
March 26th, 2010 1:13am
Get-PublicFolder -Identity \ | Remove-PublicFolder
-Confirm:$False
Get-PublicFolder -Identity \NON_IPM_SUBTREE |
Remove-PublicFolder -Confirm:$False
Then remove the public folder store. Then you should be
able to remove Exchange.-- Ed Crowley MVP"There are seldom
good technological solutions to behavioral problems.".
"Jurgsy" wrote in message news:aadb7b40-4d98-49b5-8094-39717ba5641d...I
am currently trying to remove Exchange 2007 from a Small Business Server 2008
machine. After consideration it was decided to NOT use Exchange on this
particular box at the moment so I would like to remove the program completely
to gain more resources. I am having an issue with the public folder
database not deleting. I have found such articles that tell of moving
it, which have not succeeded for me. I have also dismounted it and tried
deleting it. Each time i get an error telling of it needing to have the
"replicated files" moved. i cannot get these files to disappear. I've
also tried using the command line but cannot seem to get the command
exact.Help please, what can be done to remove Exchange
2007!?
Ed Crowley MVP
"There are seldom good technological solutions to behavioral problems."
Free Windows Admin Tool Kit Click here and download it now
March 26th, 2010 10:16pm
“Removing the Last Public Folder Database From an Organization” section in Removing Public Folder DatabasesJames Luo TechNet Subscriber Support (http://technet.microsoft.com/en-us/subscriptions/ms788697.aspx) If you have any feedback on our support, please contact tngfb@microsoft.com
March 30th, 2010 10:57am
Disable the services. SBS may expect exchange to be on the box for patching purposes. You would be wiser to merely disable the services.
Free Windows Admin Tool Kit Click here and download it now
May 30th, 2010 6:38pm
Susan,
I like your solution to the SBS 2008 exchange issue. If you would please outline which services to disable.
Thanks
Tom
tomdolinski@hotmail.com
http://confidentcomputer.com
December 24th, 2010 12:10pm
Susan,
I like your solution to the SBS 2008 exchange issue. If you would please define which services to disable.
Am I safe to disable all services that begin with "Microsoft Exchange"?
Thanks in advance for the response...
Tom
tomdolinski@hotmail.com
http://confidentcomputer.com
Free Windows Admin Tool Kit Click here and download it now
December 24th, 2010 12:10pm
You'll get a better answer to SBS questions in the SBS forum.
http://social.technet.microsoft.com/Forums/en/smallbusinessserver/threadsEd Crowley MVP "There are seldom good technological solutions to behavioral problems."
December 27th, 2010 12:49am
Correct, anything with the word "Exchange" in it, just disable it.
Free Windows Admin Tool Kit Click here and download it now
December 27th, 2010 12:51am