From: HankC on 18 Mar 2010 18:08 How does one dump a 2007 mailbox to a pst file? On my exchange 2007 server I run: Export-Mailbox -Identity abc123 -pstfolderpat c:\pstfiles\1029500.pst and get: You are running on a 64-bit computer. To export to or import from a .pst file, you must be running a 32-bit computer that has Outlook 2003 SP2 or later installed. On my 2003 machine I run: Export-Mailbox -Identity abc123 -pstfolderpat c:\pstfiles\1029500.pst and get: Export-Mailbox : A parameter cannot be found that matches parameter name 'pstfolderpath'.
From: Andrew Hodgson on 18 Mar 2010 19:22 On Thu, 18 Mar 2010 15:08:58 -0700 (PDT), HankC <clarkc(a)missouri.edu> wrote: >How does one dump a 2007 mailbox to a pst file? > >On my exchange 2007 server I run: > > >Export-Mailbox -Identity abc123 -pstfolderpat c:\pstfiles\1029500.pst > > >and get: > > >You are running on a 64-bit computer. To export to or import from >a .pst file, you must be running a 32-bit computer that has Outlook >2003 SP2 or later installed. Yes, it should be really ran from a workstation (32-bit) with Outlook installed. Another server with this same config should also work (don't install Outlook on any Exchange server though). I have a dedicated machine I use for testing patches etc which I also use for this purpose. Thanks. Andrew.
From: HankC on 19 Mar 2010 09:14 On my 2003 machine I run: Export-Mailbox -Identity abc123 -pstfolderpat c:\pstfiles\1029500.pst and get: Export-Mailbox : A parameter cannot be found that matches parameter name 'pstfolderpath'.
From: Rich Matheisen [MVP] on 19 Mar 2010 22:30 On Fri, 19 Mar 2010 06:14:32 -0700 (PDT), HankC <clarkc(a)missouri.edu> wrote: > > On my 2003 machine I run: > > Export-Mailbox -Identity abc123 -pstfolderpat c:\pstfiles\1029500.pst > > and get: > Export-Mailbox : A parameter cannot be found that matches parameter >name 'pstfolderpath'. Exchange 2003? Try that on an Exchange 2007 server, or on a workstation with the Exchange 2007 management tools installed on it. --- Rich Matheisen MCSE+I, Exchange MVP
|
Pages: 1 Prev: Duplicate Folders Next: Exchange 2003: Resources' schedules just hashes |