Unistall Public Folder Replicas

Répondre
hmi
Site Admin
Messages : 105
Enregistré le : sam. févr. 04, 2017 10:33 am

Unistall Public Folder Replicas

Message par hmi » 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

Répondre