Unistall Public Folder Replicas
Posté : mar. avr. 23, 2019 10:45 am
The public folder database specified contains folder replicas. Before deleting the public folder database, remove the folders or move the replicas to another public folder database.
Solution: Run the following commands to deleted the PF Folders and then try to remove the public folder database again:
Public Folders:
Get-PublicFolder -Server Ex2010Srv1 “\” -Recurse -ResultSize:Unlimited | Remove-PublicFolder -Server Ex2010Srv1 -Recurse -ErrorAction:SilentlyContinue
and
System Public Folders:
Get-PublicFolder -Server Ex2010Srv1 “\Non_Ipm_Subtree” -Recurse -ResultSize:Unlimited | Remove-PublicFolder -Server Ex2010Srv1 -Recurse -ErrorAction:SilentlyContinue
Solution: Run the following commands to deleted the PF Folders and then try to remove the public folder database again:
Public Folders:
Get-PublicFolder -Server Ex2010Srv1 “\” -Recurse -ResultSize:Unlimited | Remove-PublicFolder -Server Ex2010Srv1 -Recurse -ErrorAction:SilentlyContinue
and
System Public Folders:
Get-PublicFolder -Server Ex2010Srv1 “\Non_Ipm_Subtree” -Recurse -ResultSize:Unlimited | Remove-PublicFolder -Server Ex2010Srv1 -Recurse -ErrorAction:SilentlyContinue