Question : Use powershell to move exchange folder contents from one user to another?

I need some help getting started with an Exchange 2007 management shell command that does the following:

Move the contents of the "Junk E-mail" folder for USER1 to the "Junk E-mail" folder for USER2.

I intend to do this for all users on the system so if there's a good wildcard to use in place of USER1 that'd be handy.  TIA!

Answer : Use powershell to move exchange folder contents from one user to another?

You can use the "export-mailbox" and import-mailbox cmdlets. There is an option called "IncludeFolders" where you can select the "Junk e-mail" folder.

Further reading:
export-mailbox http://technet.microsoft.com/en-us/library/aa998579(EXCHG.80).aspx
import-mailbox http://technet.microsoft.com/en-us/library/bb629586(EXCHG.80).aspx

And, of course, you will need at lease E2k7 SP1 for these cmdlets.
Hope this gets you to the right track.
Random Solutions  
 
programming4us programming4us