Wanted: Network Administrators

See great job listings on the jobs Page

Exporting bulk user mailbox's into PST

Dear Team,
My Goal : I have 100 unused mail ids. now it is time to disable all this mail ids but before disabling need to take all mailbox's into individual PST's.
I have an cmdlet to take pst for individual user i.e
New-MailboxExportRequest -Mailbox "xyz@domain.com" -filepath "\\ServerName\ShareFolder\Filename.pst"
or
below cmdlet for entire Organizational Unit but problem here i facing is its making only one large PST for entire OU members


Get-Mailbox -OrganizationalUnit Name | New-mailboxexportrequest -FolderPath \\servername\sharedfolder\filename

My Required Solution : cmdlet to take complete OU members mailbox into individual pst for entire team

There is an amazing pack of free network admin tools. click here to download it






June 18th, 2012 3:06am
Hi,
Steve Goodman has a very good blog post about performing mass export.
Check it out:

http://www.stevieg.org/2010/07/using-the-exchange-2010-sp1-mailbox-export-features-for-mass-exports-to-pst/

..and to target a specific OU, you only need to -OrganizationalUnit "domain.local/Users" after Get-Mailbox in his example.Martina Miskovic

There is an amazing pack of free network admin tools. click here to download it






June 18th, 2012 9:20am
Hi Martina..............Thanks a Lot and made my work easy
Stevie.........You Rocks

There is an amazing pack of free network admin tools. click here to download it






June 18th, 2012 10:18pm

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

Other recent topics Other recent topics