Showing posts with label Exchange 2007 - Public Folder. Show all posts
Showing posts with label Exchange 2007 - Public Folder. Show all posts

Tuesday, October 9

Exchange 2007 Public Folder Administration

As everyone knows that managing Public Folder in Exchange 2007 is nont easy. Few of our implemented customer requested for some help. Here it is. We would like to share on a tool, which is available from Microsoft for FREE - PFDAVAdmin. This tool is already available since Exchange 2003.

This Exchange Server tool can use to perform several tasks related to public folder management:

  • Modify folder permissions on folders in the MAPI tree by using an interface similar to ESM on Exchange 2000/2003 which is not avail in E2007 prior SP1.
  • Add, modify and remove ACEs
  • Export and import folder permissions on public folders and mailboxes - this can be useful for some checking during maintenance.
  • Export and import replica lists.
  • Look for and remove item-level permissions in bulk.
  • Exceed the limits imposed by the ESM user interface for values on the Limits tab.
  • Display and modify folder properties in bulk.
  • Modify the permissions of the Calendar folder in bulk.

Interesting? However, just a note. When Exchange 2007 SP1 is out, you may no need to think about this tool :) Do visit OCS 2007 launch this month. There is a session on Exchange 2007 SP1. However, in this article, we would like to share about the tool:

When you lauch this tool, the below window will prompt. Key-in your Exchange Server and GC server name.


You will then be able to see the PF hierarchie. And there you go, performing the feature mentioned above.

Cheers

Wednesday, May 30

Replicating Public Folder From Exchange 2000/2003 to Exchange 2007

Public Folder will need to replicated to Exchange 2007 before retiring the old Exchange 2000/2003 server.

Thanks to PFMigrate, no longer need to manually add the replica from the hierarchy and remove it after replication. To do this:

1) Download the PFMigrate from Microsoft Website.
2) To create a report of current public folder replication:

pfmigrate.wsf /S:OLDEXSERVER /T:NEWEXSERVER /R /F:C:\PFRpt.log

3) To replicate the System Folder:

pfmigrate.wsf /S:OLDEXSERVER /T:NEWEXSERVER /SF /A /N:10000 /F:C:\PFSYSRpt.log

4) To replicate other Public Folder:

pfmigrate.wsf /S:OLDEXSERVER /T:NEWEXSERVER /A /N:10000 /F:C:\PFALLRpt.log

5) To remove the replica from old exchange server:
NOTE: Please remove after few days, letting the replication to take place.

pfmigrate.wsf /S:OLDEXSERVER /T:NEWEXSERVER /D

Thats it.