locked
Exchange\Outlook 2007 Merge Contacts RRS feed

  • Question

  • I have a user that has three seperate contact lists that I need to merge into on all inclusive list. There may be duplicate contacts, with,  for example, a different phone number. I use the powershell command below to take a copy of the contacts and move them into a different mailbox where I can work on them.

    Export-mailbox -id 'SourceMailbox' -IncludeFolders "\contacts" -TargetFolder ' ContactsToMerge' -TargetMailbox TargetMailbox


    The problem I run into is that the "Modified Date" of the contacts in the "Target Mailbox" reflects the date of the day\time i copied them into the "Target Mailbox"


    Is there a better way to do this?

    Wednesday, January 27, 2010 1:37 PM

Answers

All replies