exchange 2007 export
anyone know the PS command to export all users mailbox to a pst...Danny G Guillory Jr. Twitter: @dguilloryjr, Blog: http://msvenom.wordpress.com/, LinkedIn: http://www.linkedin.com/in/dannyjr
October 17th, 2011 9:58pm

Assuming your are have patched up to at least SP1 check this post out http://www.stevieg.org/2010/07/using-the-exchange-2010-sp1-mailbox-export-features-for-mass-exports-to-pst/ Troy Werelius www.Lucid8.com Search, Recover, & Extract Mailboxes, Folders, & Email Items from Offline EDB's and Live Exchange Servers with Lucid8's DigiScope
Free Windows Admin Tool Kit Click here and download it now
October 17th, 2011 10:01pm

Greate sharing, Thanks Troy!!
October 18th, 2011 4:43am

getting the below error using the given ps cmd line: [PS] C:\Users\user\Desktop>Export-Mailbox -Identity user -PSTFolderPath "\\192.168.110.55\public\user.pst" The log file directory 'C:\Program Files\Microsoft\Exchange Server\Logging\Migr ationLogs' does not exist. At line:1 char:1 + <<<< Export-Mailbox -Identity user -PSTFolderPath "\\192.168.110.55\publi c\user.pst" + CategoryInfo : InvalidOperation: (:) [], InvalidOperationExcept ion + FullyQualifiedErrorId : 8C567DB2 [PS] C:\Users\user\Desktop> this is exchnage 2007 SP2 (8.2) Danny G Guillory Jr. Twitter: @dguilloryjr, Blog: http://msvenom.wordpress.com/, LinkedIn: http://www.linkedin.com/in/dannyjr
Free Windows Admin Tool Kit Click here and download it now
October 19th, 2011 1:09am

Export-Mailbox -Identity user -PSTFolderPath "\\192.168.110.55\public\user.pst" Create the directory "'C:\Program Files\Microsoft\Exchange Server\Logging\Migr ationLogs" and run the commmand again.Jasjit Singh Dhindsa | ITIL v3 | IASA Foundation Certified | MCITP:Exchange 2010 | Exchange 2007 | MCTS:OCS 2007 | Exchange 2010 | Exchange 2007 | MCSA:Messaging | Security | MCSE:Messaging | Security
October 19th, 2011 1:18am

looks to be good but crashes power shell after i specify all dataDanny G Guillory Jr. Twitter: @dguilloryjr, Blog: http://msvenom.wordpress.com/, LinkedIn: http://www.linkedin.com/in/dannyjr
Free Windows Admin Tool Kit Click here and download it now
October 19th, 2011 1:44am

I would try this first,to make sure it is creating the PST locally. Export-Mailbox -Identity user -PSTFolderPath "C:\user.pst" Jasjit Singh Dhindsa | ITIL v3 | IASA Foundation Certified | MCITP:Exchange 2010 | Exchange 2007 | MCTS:OCS 2007 | Exchange 2010 | Exchange 2007 | MCSA:Messaging | Security | MCSE:Messaging | Security
October 19th, 2011 2:38am

the ps EMC still crashes after i enter that cmdDanny G Guillory Jr. Twitter: @dguilloryjr, Blog: http://msvenom.wordpress.com/, LinkedIn: http://www.linkedin.com/in/dannyjr
Free Windows Admin Tool Kit Click here and download it now
October 19th, 2011 7:37am

Export-Mailbox -Identity user -PSTFolderPath "\\192.168.110.55\public\user.pst" Create the directory "'C:\Program Files\Microsoft\Exchange Server\Logging\Migr ationLogs" and run the commmand again.Jasjit Singh Dhindsa | ITIL v3 | IASA Foundation Certified | MCITP:Exchange 2010 | Exchange 2007 | MCTS:OCS 2007 | Exchange 2010 | Exchange 2007 | MCSA:Messaging | Security | MCSE:Messaging | Security
October 19th, 2011 8:09am

What SP level are you on?Troy Werelius www.Lucid8.com Search, Recover, & Extract Mailboxes, Folders, & Email Items from Offline EDB's and Live Exchange Servers with Lucid8's DigiScope
Free Windows Admin Tool Kit Click here and download it now
October 19th, 2011 11:26am

this is exchnage 2007 SP2 (8.2)Danny G Guillory Jr. Twitter: @dguilloryjr, Blog: http://msvenom.wordpress.com/, LinkedIn: http://www.linkedin.com/in/dannyjr
October 19th, 2011 2:06pm

Have you considered patching to SP3 to see if it resolves?Troy Werelius www.Lucid8.com Search, Recover, & Extract Mailboxes, Folders, & Email Items from Offline EDB's and Live Exchange Servers with Lucid8's DigiScope
Free Windows Admin Tool Kit Click here and download it now
October 19th, 2011 2:20pm

no... i was hoping NOT... to update to SP3...in order to achieve export finctionality...Danny G Guillory Jr. Twitter: @dguilloryjr, Blog: http://msvenom.wordpress.com/, LinkedIn: http://www.linkedin.com/in/dannyjr
October 19th, 2011 2:23pm

Are you doing this from a workstation or directly on the server? Do you have rights assigned o the PST path? Is anything written to the path at all? If not can the user you are logged in as write anything to that path Check the same information for the logging path Troy Werelius www.Lucid8.com Search, Recover, & Extract Mailboxes, Folders, & Email Items from Offline EDB's and Live Exchange Servers with Lucid8's DigiScope
Free Windows Admin Tool Kit Click here and download it now
October 19th, 2011 2:27pm

workstation (win 7) with exchange management tools 32 bit and outlook installed ia ma running this as domain admin so yes i have rights to the complete system... yesh i am tryign to write the PST to the root of the c driveDanny G Guillory Jr. Twitter: @dguilloryjr, Blog: http://msvenom.wordpress.com/, LinkedIn: http://www.linkedin.com/in/dannyjr
October 19th, 2011 2:34pm

1. so it has to be a share that you export to, are you using administrative share or? You said you are using \\192.168.110.55\publi c\user.pst so is "Public" a share that is setup and if so is it a hidden share? 2. Win 7 can be a little biotch on rights and may be blocking this. To validate have you tried running your commands directly on the server and writing to a share on local drive? I would try that to take the workstation and Win7 out of the picture to start. Once you know its working in general then we can look at the other possible reasons for failure on the Win7 machineTroy Werelius www.Lucid8.com Search, Recover, & Extract Mailboxes, Folders, & Email Items from Offline EDB's and Live Exchange Servers with Lucid8's DigiScope
Free Windows Admin Tool Kit Click here and download it now
October 19th, 2011 2:44pm

i have tried both trying to put the file in the network sare and remote... i still get the same messageDanny G Guillory Jr. Twitter: @dguilloryjr, Blog: http://msvenom.wordpress.com/, LinkedIn: http://www.linkedin.com/in/dannyjr
October 19th, 2011 3:04pm

Have you tried executing the command directly on the server with a share directly on the server or a NON-Win7 boxTroy Werelius www.Lucid8.com Search, Recover, & Extract Mailboxes, Folders, & Email Items from Offline EDB's and Live Exchange Servers with Lucid8's DigiScope
Free Windows Admin Tool Kit Click here and download it now
October 19th, 2011 3:08pm

[PS] C:\Users\dguillory\Desktop>Export-Mailbox -Identity kmorris -PSTFolderPath "\\192.168.110.55\public\PST Files\kmorris.pst" 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 install ed. At line:1 char:1 + <<<< Export-Mailbox -Identity kmorris -PSTFolderPath "\\192.168.110.55\public\PST Files\kmorris.pst" + CategoryInfo : InvalidOperation: (:) [], RecipientTaskException + FullyQualifiedErrorId : C0E59A3F [PS] C:\Users\dguillory\Desktop> this is what i get when entering this in on the server thats why i have a 32bit workstation with EMC and outlook installed... by the way i just updated to exchange 2007 sp3....Danny G Guillory Jr. Twitter: @dguilloryjr, Blog: http://msvenom.wordpress.com/, LinkedIn: http://www.linkedin.com/in/dannyjr
October 19th, 2011 9:21pm

Oh yeah I forget about all the silly rules on exports sometimes, ok so.. Do you by chance have an XP workstation we can try this on to see if its a WIN7 rights problem What machine type is \\192.168.110.55\public\ i.e. is this the Win7 box you are attempting to run from? Also how is the PUBLIC share restricted i.e. does EVERYONE have full access BTW I know you want to get this running and will continue to help to see if we can get this figured out but if you want something that is more friendly (intuitive GUI etc) and powerful as well (Can open offline EDB's as well as connect to Production Exchange servers) check out Lucid8's DigiScope http://www.lucid8.com/product/digiscope.asp Troy Werelius www.Lucid8.com Search, Recover, & Extract Mailboxes, Folders, & Email Items from Offline EDB's and Live Exchange Servers with Lucid8's DigiScope
Free Windows Admin Tool Kit Click here and download it now
October 20th, 2011 12:03pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics