Resetting a user's mailbox (Powershell?)

6,071

Try the Export-Mailbox cmdlet with the -DeleteContent switch parameter.

http://technet.microsoft.com/en-us/library/bb266964%28EXCHG.80%29.aspx

Share:
6,071

Related videos on Youtube

Andrii Y.
Author by

Andrii Y.

Well... yarp.

Updated on September 17, 2022

Comments

  • Andrii Y.
    Andrii Y. over 1 year

    We have a class/lab environment where the need arises to completely reset a user's mailbox, i.e. delete all mails, calendar items, ... and preferably do this via a script, whether it be in wsh or powershell or something else doesn't really matter.

    My colleague attempted this in the past, but it required him to delete the mailbox, and then adjust settings in the registry somewhere to reflect the new unique id of the mailbox so this was too troublesome to do.

    Our environment is an Exchange 2007 server in a mostly Win2003 domain (2003 DC's)

    EDIT: I'd like to stress that everything from the "profile" should get removed, including calendar items and tasks!

  • Andrii Y.
    Andrii Y. almost 14 years
    This only removes the mails, doesn't it? Or am I misinterpreting the knowledgebase you linked
  • Deb
    Deb almost 14 years
    From the KB article: "The Export-Mailbox cmdlet exports all message types, including messages, calendar items, contacts, distribution lists, journal entries, tasks, notes, and documents."