December 11, 2012

Litigation Hold in Exchange 2010

In Exchange Server 2010, you can use litigation hold to accomplish the following goals:
  • Enable users to be placed on hold and keep mailbox items in an unaltered state
  • Preserve mailbox items that may have been deleted or edited by users
  • Preserve mailbox items automatically deleted by MRM
  • Keep the litigation hold transparent from the user by not having to suspend MRM
  • Enable discovery searches of items placed on hold

When a reasonable expectation of litigation exists, organizations are required to preserve electronically stored information (including e-mail) that's relevant to the case. This expectation can occur before the specifics of the case are known, and preservation is often broad. Organizations may preserve all e-mail related to a specific topic, or all e-mail for certain individuals. Depending on the organization's electronic discovery (eDiscovery) practices, some of the measures adopted by organizations to preserve e-mail include the following:
  • End users may be asked to preserve e-mail by not deleting any messages. However, users may still delete e-mail knowingly or inadvertently.
  • Automated deletion mechanisms such as messaging records management (MRM) may be suspended. This could result in large volumes of e-mail cluttering the user mailbox, and thus impacting user productivity. Suspending automated deletion also doesn't prevent users from manually deleting e-mail.
  • Some organizations copy or move e-mail to an archive to make sure it isn't deleted, altered, or tampered with. This increases costs due to manual efforts required to copy or move messages to an archive, or third-party products used to collect and store e-mail outside Microsoft Exchange.


To place a mailbox on litigation hold in Exchange powershell

Set-Mailbox user@domain.com -LitigationHoldEnabled $true
 
To remove a mailbox from litigation hold
 
Set-Mailbox user@domain.com -LitigationHoldEnabled $false 
 




1 comment:

  1. Hopefully things like electronic discovery can help speed up the process of some of the litigation holds that are out there.

    ReplyDelete