Does anyone know how to use script to set the replica list for a public folder in Exchange 2000? I can find lots of references to the WMI provider for Exchange 2003, but nothing for Exchange 2000. Thanks.
You could script something using Pfadmin http://support.microsoft.com/?kbid=287110 setrepl Also you can do this using WebDAV like PFdavadmin does have a look at http://gsexdev.blogspot.com/2005/07/display-add-and-remove-public-folder.html (you could probably do the same in CDO 1.2 or Exoledb) Cheers Glen "asg" <asgilbert@nospam.nospam> wrote in message news:852F46A0-2559-46AA-9977-12EB6E4EDE55@microsoft.com... > Does anyone know how to use script to set the replica list for a public > folder in Exchange 2000? > > I can find lots of references to the WMI provider for Exchange 2003, but > nothing for Exchange 2000. > > Thanks.
Cheers Glen, I actually stumbled across your blog post yesterday. Very very helpful! The vital piece of information is the property that holds the replica list: http://schemas.microsoft.com/mapi/proptag/x66980102 Thanks!