5.5 had XADM: Bulk Import/Export. Is there an equvalent for 2003? What I want is a way to export message id (guid), to, from, sender to a flat file. PST won't help.
iirc, bulk import/export didn't export messages...it was for importing/exporting directory entries of various types... -- Susan Conkey [MVP] "Bob C." wrote in message news:7E2BF9FE-B5D1-4362-B0A9-B2F1516DC3AF@microsoft.com... > 5.5 had XADM: Bulk Import/Export. Is there an equvalent for 2003? > > What I want is a way to export message id (guid), to, from, sender to a > flat > file. PST won't help.
So, am I stuck writing WebDAV queries? "Susan" wrote: > iirc, bulk import/export didn't export messages...it was for > importing/exporting directory entries of various types... > > -- > Susan Conkey [MVP] > > > > "Bob C." wrote in message > news:7E2BF9FE-B5D1-4362-B0A9-B2F1516DC3AF@microsoft.com... > > 5.5 had XADM: Bulk Import/Export. Is there an equvalent for 2003? > > > > What I want is a way to export message id (guid), to, from, sender to a > > flat > > file. PST won't help. > > >
what's the driving force behind this? I would say that you'd be better off enabling Journalling...? -- Susan Conkey [MVP] "Bob C." wrote in message news:96386E90-58D7-4E35-B728-F753DFBA19C0@microsoft.com... > So, am I stuck writing WebDAV queries? > > "Susan" wrote: > >> iirc, bulk import/export didn't export messages...it was for >> importing/exporting directory entries of various types... >> >> -- >> Susan Conkey [MVP] >> >> >> >> "Bob C." wrote in message >> news:7E2BF9FE-B5D1-4362-B0A9-B2F1516DC3AF@microsoft.com... >> > 5.5 had XADM: Bulk Import/Export. Is there an equvalent for 2003? >> > >> > What I want is a way to export message id (guid), to, from, sender to a >> > flat >> > file. PST won't help. >> >> >>
Bob C. wrote: > So, am I stuck writing WebDAV queries? >> news:7E2BF9FE-B5D1-4362-B0A9-B2F1516DC3AF@microsoft.com... >>> 5.5 had XADM: Bulk Import/Export. Is there an equvalent for 2003? Exporting /IMporting messages to/from PST-Files is easy Use EXMERGE or Use the Exchange Migration Wizard (two Step Miogration), which is part of the Exchange, (Bu you need SP1 or higher to have an Exchange Export feature) -- Frank Carius MS Exchange MVP Exchange FAQ auf http://www.msxfaq.de Support siehe http://www.netatwork.de/msxfaq.htm Bitte "Realnamen" verwenden oder müssen Sie sich verstecken ? Dringendes Problem: eine Telefonnummer kann ich anrufen,wenn Zeit ist :-) --
For messages in an existing store, probably some programming and a Webdav query then walk the mailboxes. To keep these statistics going from a point in time forward; All of the items you mention are fields in the message tracking logs. Enable message tracking then use logparser to parse the logs each day. "Bob C." wrote in message news:7E2BF9FE-B5D1-4362-B0A9-B2F1516DC3AF@microsoft.com... > 5.5 had XADM: Bulk Import/Export. Is there an equvalent for 2003? > > What I want is a way to export message id (guid), to, from, sender to a > flat > file. PST won't help.