Do you mean the contacts from a specific mailbox or the whole mailbox?

If you mean simply having the whole mailbox kicked to PST, it depends how you 
define your group.

Say you wanted to grab all mailboxes from an ou?

Get-mailbox -organizationalunit testou | export-mailbox -pstfolderpath

That would create a pst named username.pst for each user in the ou in your 
folder path.

If you wanted just their contacts 

Get-mailbox -organizationalunit testou | export-mailbox -pstfolderpath 
-includefolders "contacts"


Hope that helps

troy

-----Original Message-----
From: Robert Smith [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 17, 2008 1:50 PM
To: MS-Exchange Admin Issues
Subject: Export-Mailbox Command

What would the syntax be to export contacts from multiple mailboxes to their 
own .PST files ?


Thanks,
Bob


 


~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~             http://www.sunbeltsoftware.com/Ninja                ~

Reply via email to