New-MailboxImportRequest...how can I overwrite existing contacts?

Unanswered New-MailboxImportRequest...how can I overwrite existing contacts?

  • Friday, January 25, 2013 3:01 PM
     
      Has Code

    All,

    I have the requirement to overwrite all users existing personal contacts with a new specific contact. I am using the following command, and cannot seem to overwrite the existing contact that is there. I recall there was a way that when an import request is done, one can overwrite.

    Am I wrong in this assumption?

    Can a search and replace of some sort be done? The ultimate goal is to wipe out a photo of an individual.

    New-MailboxImportRequest -Mailbox Christian -FilePath "\\exc1\PSTs\NoUserPic.pst" -IncludeFolders "Contacts/*" -ConflictResolutionOption KeepLatestItem

    

    Christian Frank