If you want to uninstall Exchange 2007, you will probably get an error message, indicating that you still have public folder replicas. User following cmdlet to remove the Public Folder and Public Folder Replicas: Get-PublicFolder -server SERVERNAME “\” -Recurse -ResultSize:Unlimited | Remove-PublicFolder -server coroico -Recurse -ErrorAction:SilentlyContinue Get-PublicFolder -Server SERVERNAME “\Non_Ipm_Subtree” -Recurse -ResultSize:Unlimited | Remove-PublicFolder -Server [...]

Read the rest of this entry »