Link to home
Start Free TrialLog in
Avatar of 355LT1
355LT1

asked on

Need to decomission Exchange 2003 Server?

I need to remove public folder replicas by just removing  replica from folders or several folders at a time not just the whole public folder structure at once to avaid a broadcast storm when it updates. With ESM and PFDAVadmin I can only remove replicas one folder at a time.  I have 10,000 folders. How can I select 10 to 1000 folders at time?
Avatar of Rajith Enchiparambil
Rajith Enchiparambil
Flag of United Kingdom of Great Britain and Northern Ireland image

Avatar of ashok_523
ashok_523

Avatar of 355LT1

ASKER

I did , my question states that. PFDAVAdmin does not allow me to remove folder replication from folders and it's sub  folders at once , I have to select one folder at a time. Im have 50,000 folders. Please advise.
Avatar of 355LT1

ASKER

This article covers the ESM method which requires moving all replicaa at once , I need to move or remove replicas by folder structure or select mutliple folders at once. I  need to find a better solution.
ASKER CERTIFIED SOLUTION
Avatar of MegaNuk3
MegaNuk3
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of 355LT1

ASKER

./RemoveReplicaFromPFRecursive.ps1 –server <Server name> -ToPublicFolder “\FolderName”-ServerToRemove <Server name which will be removed from the replica list>

Does ./RemoveReplicaFromPFRecursive.ps1 only remove the top folder replica or can I remove subfolder replicas as well \folder\subfolder\subfolder?
Yes, I am pretty sure the "Recursive" part of the name means it does subfolders too ;-)
Avatar of 355LT1

ASKER

How about ./RemoveReplicaFromPFRecursive.ps1 –server <Server name> -ToPublicFolder “\FolderName\subfolder\subfolder ”-ServerToRemove <Server name which will be removed from the replica list> ?

I can't test anywhere yet.