<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>E-Discovery and Microsoft Technology : Exchange 2007</title><link>http://blogs.technet.com/ediscovery/archive/tags/Exchange+2007/default.aspx</link><description>Tags: Exchange 2007</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Tag-inator 3: Rise of the Machines</title><link>http://blogs.technet.com/ediscovery/archive/2009/03/27/tag-inator-3-rise-of-the-machines.aspx</link><pubDate>Fri, 27 Mar 2009 22:18:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3219195</guid><dc:creator>chris.chalmers</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/ediscovery/comments/3219195.aspx</comments><wfw:commentRss>http://blogs.technet.com/ediscovery/commentrss.aspx?PostID=3219195</wfw:commentRss><description>&lt;h3&gt;Can a machine categorize or tag email any better than a person? &lt;/h3&gt;  &lt;p&gt;In our previous post, we explored how to make it easy for users to categorize an email inside of Outlook. But what if the user still isn't doing it, in spite of how easy we've made it? Or what if the user has good intentions, but makes an honest mistake? Is there any way to automate this? &lt;/p&gt;  &lt;p&gt;Yes we can automate this, with Exchange 2007 Transport Rules. Does it do a &amp;quot;better&amp;quot; job than a human? Let's take a look.&lt;/p&gt;  &lt;p&gt;First off, here's a nice summary of the &amp;quot;Transport Rules&amp;quot; feature on the MS Exchange Team blog. It's useful for many things besides message classification: &lt;a href="http://msexchangeteam.com/archive/2006/12/12/431879.aspx"&gt;http://msexchangeteam.com/archive/2006/12/12/431879.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Next, let's take a sample email, and see how a transport rule would work. &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;FROM: Legal Department&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;TO: Executive Staff&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;SUBJECT: Courtroom strategy for Them v. Us&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;Please do not bring your Blackberry into the courtroom on days when you are testifying. It makes us look bad, and if you keep looking at your Blackberry while giving answers, the opposing council may want to see it, too.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;Transport rules can use many fields as inputs (also called 'conditions' or 'predicates') when making a decision about whether or not to classify an email. For example, in the sample email above, the fact that the sender was a member of the Legal group, and/or the recipient was a member of the Executive staff can be considered by the transport rules engine. Also, the appearance of the phrases &amp;quot;Them v. Us&amp;quot; and &amp;quot;courtroom strategy&amp;quot; in the body of the message can be added to the evaluation.&lt;/p&gt;  &lt;p&gt;Here's a complete list of conditions/predicates that Transport Rules can use to classify an email: &lt;a href="http://technet.microsoft.com/en-us/library/aa995960.aspx"&gt;http://technet.microsoft.com/en-us/library/aa995960.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Is it a &lt;em&gt;guarantee&lt;/em&gt; that the sample message above is attorney-client privileged? No, but it's &lt;em&gt;likely&lt;/em&gt;. And knowing that is valuable, especially when it can be calculated for free.&lt;/p&gt;  &lt;h3&gt;Transport Rules bring three benefits to message classification:&lt;/h3&gt;  &lt;p&gt;1) They’re always working. They don't get tired, or forgetful, or confused. They don’t get in a hurry on Friday afternoon. They always fire, no matter what.&lt;/p&gt;  &lt;p&gt;2) They reduce the search scope. You're still going to have lawyers review emails as part of the e-discovery process, but anything you can do to reduce the search scope will save you money. If an expert is double-checking the 5% of messages that the machine thinks might be privileged, you’ve just made your search problem 20 times smaller.&lt;/p&gt;  &lt;p&gt;3) Classification happens immediately when the message is sent, there's no waiting around for a skilled person to review it. Suppose in our example, two employees who are not members of the legal team are discussing &amp;quot;Them v. Us.&amp;quot; Their conversation might be privileged and they don’t know it. Or their conversation might be forbidden by company policy. Or any email discussing the case cannot be sent outside the company. Transport Rules can help with all of that. &lt;/p&gt;  &lt;h3&gt;Transport Rules can do more than just classify. &lt;/h3&gt;  &lt;p&gt;Expanding upon example 3 above, I noted you can suppress (not deliver) certain kinds of emails. There's a whole host of actions that can be taken based upon the message's contents, including:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Notifying managers, &lt;/li&gt;    &lt;li&gt;Logging the message in a special archive, &lt;/li&gt;    &lt;li&gt;Altering the contents by appending a disclaimer, &lt;/li&gt;    &lt;li&gt;Etc. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Here's a complete list of actions that can be take: &lt;a href="http://technet.microsoft.com/en-us/library/aa998315.aspx"&gt;http://technet.microsoft.com/en-us/library/aa998315.aspx&lt;/a&gt;&lt;/p&gt;  &lt;h3&gt;Regular Expressions in Transport Rules&lt;/h3&gt;  &lt;p&gt;People sometimes ask me, &amp;quot;What kinds of patterns can I use? Can I trap social security numbers (nnn-nn-nnnn) or credit card numbers (nnnn-nnnn-nnnn-nnnn) in emails?&amp;quot;&lt;/p&gt;  &lt;p&gt;The answer is yes, but it gets pretty geeky pretty fast. Exchange uses a technology called Regular Expressions. These are pretty common in the world of programming (and Unix administration), but not for the faint of heart. Here's a quick primer on what they are : &lt;a href="http://en.wikipedia.org/wiki/Regular_expressions"&gt;http://en.wikipedia.org/wiki/Regular_expressions&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;What is so great about this feature is that it has all the power and flexibility of serious computer programming, but the features are exposed right in the Exchange Management Console: All you have to do is type your expression into a dialog box, there's no scripting or programming required to use the feature. &lt;/p&gt;  &lt;p&gt;Here are specifics for adding Regular Expressions to your Exchange Transport Rules: &lt;a href="http://technet.microsoft.com/en-us/library/aa997187.aspx"&gt;http://technet.microsoft.com/en-us/library/aa997187.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;In conclusion, an existing out-of-box Exchange feature can automatically categorize email, with varying degrees of precision depending upon how complex a rule you want to write. If you're concerned about end-user compliance with tagging schemes, or just want an extra layer of security and common sense around your message handling, Transport Rules are for you.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3219195" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/ediscovery/archive/tags/Exchange+2007/default.aspx">Exchange 2007</category><category domain="http://blogs.technet.com/ediscovery/archive/tags/Categorizing+data/default.aspx">Categorizing data</category></item><item><title>Tag! Episode 2: Email Messages Tagged While You Wait</title><link>http://blogs.technet.com/ediscovery/archive/2009/01/08/tag-episode-2-email-messages-tagged-while-you-wait.aspx</link><pubDate>Fri, 09 Jan 2009 04:31:24 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3178562</guid><dc:creator>chris.chalmers</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/ediscovery/comments/3178562.aspx</comments><wfw:commentRss>http://blogs.technet.com/ediscovery/commentrss.aspx?PostID=3178562</wfw:commentRss><description>&lt;p&gt;When email messages need to be examined for attorney/client privilege, discovery slow to a crawl. And obviously the expense of preparing for discovery goes way up. If only there were an easy way to get users to tag email messages so people don’t have to try so hard later on figuring out what’s relevant and what’s privileged. &lt;/p&gt;  &lt;p&gt;But most tagging systems are doomed to fail, due to lack of end-user participation. I recently had the pleasure of seeing Mark Diamond, CEO of Contoural (&lt;a href="http://www.contoural.com"&gt;www.contoural.com&lt;/a&gt;) give a presentation, and he insisted that tagging schemes needed to obey the “5-second Rule.”&lt;/p&gt;  &lt;h2&gt;The 5-Second Rule:&lt;/h2&gt;  &lt;p&gt;If it takes the user longer than 5 seconds to tag the document, (or record, or email), he or she is going to start looking for ways to get around the system instead of providing the required metadata.&lt;/p&gt;  &lt;p&gt;Pretty sad, but entirely believable. When you think of how much trouble an employee might be saving the company by correctly tagging a message, it just makes you shake your head. Then again, incorrectly tagging a message that probably will never get examined anyways is hardly going to bring one’s company to its knees. 5 seconds is about right. Fortunately, Outlook 2007 and Exchange 2007 have a new tool that fits the bill: Message Categorization&lt;/p&gt;  &lt;h2&gt;Exchange 2007 Message Categorization&lt;/h2&gt;  &lt;p&gt;This features lets Exchange administrators create a customized drop-down menu of message categories, like “Attorney/Client Privileged,” “Company Confidential,” etc. that end users can rapidly apply to any message (in less than 5 seconds). Administrators control the name of the Category that appears in the menu, the “helper text” that appears to the end user in Outlook, as well as any text appended to the message itself.&lt;/p&gt;  &lt;p&gt;Exchange and Outlook ship with two “default” classifications built-in, so you can see how it works, but the system is completely customizable, you’re free to create new categories or edit the default ones. Here’s a great overview of how it works: &lt;a title="http://technet.microsoft.com/en-us/library/bb123498.aspx" href="http://technet.microsoft.com/en-us/library/bb123498.aspx"&gt;http://technet.microsoft.com/en-us/library/bb123498.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;And here’s a screenshot of what the end user sees in Outlook 2007:&lt;/p&gt;  &lt;p&gt;&lt;img alt="Selecting the Message Classification" src="http://i.technet.microsoft.com/Bb123498.e5de8be8-c7e2-42b6-91f8-ffc6e857b75d(en-us,EXCHG.80).gif" /&gt;&lt;/p&gt;  &lt;p&gt; In our next post, we’ll examine additional rules and behaviors that Exchange administrators can configure based on message categorization. &lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3178562" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/ediscovery/archive/tags/Exchange+2007/default.aspx">Exchange 2007</category><category domain="http://blogs.technet.com/ediscovery/archive/tags/Categorizing+data/default.aspx">Categorizing data</category><category domain="http://blogs.technet.com/ediscovery/archive/tags/Outlook+2007/default.aspx">Outlook 2007</category></item><item><title>Is it &amp;quot;Safe&amp;quot; to Store Voicemail in Exchange 2007 Unified Messaging? </title><link>http://blogs.technet.com/ediscovery/archive/2008/08/25/is-it-safe-to-store-voicemail-in-exchange.aspx</link><pubDate>Mon, 25 Aug 2008 13:46:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3111423</guid><dc:creator>chris.chalmers</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/ediscovery/comments/3111423.aspx</comments><wfw:commentRss>http://blogs.technet.com/ediscovery/commentrss.aspx?PostID=3111423</wfw:commentRss><description>&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've co-authored a post on the MS Exchange Team's blog, "You Had Me At EHLO." It's entitled&amp;nbsp;"Voice Mail and Discoverability with Exchange 2007 Unified Messaging," and explores the features and functions, as well as some of the legal wrangling around storing voicemail, email, and faxes in one system. &lt;/P&gt;
&lt;P&gt;You can read it here: &lt;A href="http://msexchangeteam.com/archive/2008/08/21/449657.aspx" mce_href="http://msexchangeteam.com/archive/2008/08/21/449657.aspx"&gt;http://msexchangeteam.com/archive/2008/08/21/449657.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In summary, Microsoft hired a law firm to write a white paper investigating the problem, and the white paper concludes ".&lt;B&gt;&lt;I&gt;that no aspect of Exchange alters, by increasing or decreasing, the record retention obligations of these organizations in the U.S. or E.U&lt;/I&gt;&lt;/B&gt;. ." That is, if a company is obligated to retain voice mail messages, it doesn't matter if they're stored in Exchange 2007 UM or somewhere else - they still need to be retained. Likewise, if voice mail messages have been deleted in the normal course of business prior to an obligation to retain them, the fact they were in Exchange 2007 UM doesn't create a new obligation to retain where no obligation existed before. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;Anyway, it's a great post, I had a lot of help with it, and I highly recommend reading it. There's also a lively comments section down below.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3111423" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/ediscovery/archive/tags/Retention+Hold/default.aspx">Retention Hold</category><category domain="http://blogs.technet.com/ediscovery/archive/tags/Exchange+2007/default.aspx">Exchange 2007</category><category domain="http://blogs.technet.com/ediscovery/archive/tags/retention+policy/default.aspx">retention policy</category><category domain="http://blogs.technet.com/ediscovery/archive/tags/Unified+Messaging/default.aspx">Unified Messaging</category></item><item><title>Don't Drop The Attachment! Using Microsoft Exchange 2007 to produce in a "Native" Format</title><link>http://blogs.technet.com/ediscovery/archive/2008/08/10/don-t-drop-the-attachment-using-microsoft-exchange-2007-to-produce-in-a-native-format.aspx</link><pubDate>Mon, 11 Aug 2008 04:21:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3103249</guid><dc:creator>chris.chalmers</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/ediscovery/comments/3103249.aspx</comments><wfw:commentRss>http://blogs.technet.com/ediscovery/commentrss.aspx?PostID=3103249</wfw:commentRss><description>&amp;nbsp; 
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;Nothing sharpens your focus like a $206,000 question!&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;In the case of PSEG Power of New York v. Alberici Constructors, Inc. the court wrestled with the e-discovery issue of whether or not PSEG had to produce 3,000 emails and their corresponding attachments together. &lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;It seems that PSEG's original production contained emails separated from their attachments, or the links to the attachments were broken. PSEG argued that re-attaching the attachments would cost $206,000; Alberici Constructors said it was more like $37,500. &lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;The Court called the email attachment issue a "fiasco" and ordered PSEG to produce the emails with attachments at its own expense. We never do get to find out how much it cost to comply with the order, but it's an entertaining read nonetheless: this one issue took six months to resolve. Electronic Discovery Blog posts the whole thing here: &lt;A href="http://www.electronicdiscoveryblog.com/cases/pseg.pdf"&gt;http://www.electronicdiscoveryblog.com/cases/pseg.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;As usual, I&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;have no idea which email system was actually in use, so let's explore the hypothetical case of Contoso Corporation running Microsoft Exchange 2007. Contoso has been instructed to produce emails with attachments in "native" format. &lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;The "native" format for Exchange is actually somewhat debatable. In PSEG Power of New York v. Alberici Constructors, Inc., the Court cited FRCP Rule 34(b), which mentions two &lt;SPAN style="FONT-STYLE: italic"&gt;alternative forms of production&lt;/SPAN&gt; in the event the parties do not reach agreement on the file format during their meet-and-confer: the form “&lt;SPAN style="FONT-STYLE: italic"&gt;in which it is ordinarily maintained&lt;/SPAN&gt;” or “&lt;SPAN style="FONT-STYLE: italic"&gt;in a form or forms that are reasonably usable&lt;/SPAN&gt;.”&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;Another interesting read, and one that specifically mentions Exchange file formats, is Craig Ball's post on "Quasi-Native format."&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;In the article, he wrestles with various email and database formats like .eml, .edb, .pst,&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;and their pros and cons. You can find it here: &lt;A href="http://www.law.com/jsp/legaltechnology/pubArticleLT.jsp?id=1190797380668"&gt;http://www.law.com/jsp/legaltechnology/pubArticleLT.jsp?id=1190797380668&lt;/A&gt; &lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;If you're super-motivated,&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;the &lt;SPAN style="FONT-WEIGHT: bold"&gt;Sedona &lt;/SPAN&gt;Principles Addressing Electronic Document Production, Second Edition (June 2007),&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;explore the issues around Rule 34(b), "native form," "reasonably usable," and forms of production in depth. The full document is available here:&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://www.thesedonaconference.org/dltForm?did=TSC_PRINCP_2nd_ed_607.pdf"&gt;http://www.thesedonaconference.org/dltForm?did=TSC_PRINCP_2nd_ed_607.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;Let's assume that Contoso's legal team has decided to produce the emails and attachments in a separate .PST file that contains only the responsive messages. All of the email metadata (such as headers, message ID, conversation ID)will be intact, the attachments will be attached and in native format (like Word, Excel), and the .pst file won't contain other messages. &lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-WEIGHT: bold; FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;How can Exchange 2007 export do that?&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;Once again, the best Exchange commands are PowerShell one-liners. This time, we're going to use the &lt;SPAN style="FONT-WEIGHT: bold"&gt;Export-Mailbox&lt;/SPAN&gt; cmdlet. Export-Mailbox has a parameter called "-&lt;STRONG&gt;AttachmentFilenames&lt;/STRONG&gt;" that lets you extract email messages with certain attachment types, as well as a "-&lt;STRONG&gt;PSTFolderPath&lt;/STRONG&gt;" parameter that lets you specify a PST file as the export target.&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;You can see the documentation on Export-Mailbox here:&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;&lt;A href="http://technet.microsoft.com/en-us/library/aa998579(EXCHG.80).aspx"&gt;http://technet.microsoft.com/en-us/library/aa998579(EXCHG.80).aspx&lt;/A&gt;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;Here is how we would copy all the messages out of John's mailbox that contained the keyword "merger" and attachments with filenames matching "orgchart"&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-WEIGHT: bold; FONT-SIZE: 11pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: Calibri"&gt;Export-Mailbox -Identity contoso\john -TargetMailbox ExportMailbox -TargetFolder MyData -ContentKeywords "merger" -AttachmentFilenames "*orgchart*" &lt;/P&gt;
&lt;P style="FONT-WEIGHT: bold; FONT-SIZE: 11pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;The Microsoft Exchange team blog explores the Export-Mailbox cmdlet in further detail, with plenty of additional examples, including how to export from multiple users' mailboxes at the same time, how to specify a .PST target, and some other interesting uses of the cmdlet. You can see&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;it here: &lt;A href="http://msexchangeteam.com/archive/2006/11/28/431669.aspx"&gt;http://msexchangeteam.com/archive/2006/11/28/431669.aspx&lt;/A&gt; .&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3103249" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/ediscovery/archive/tags/Exchange+2007/default.aspx">Exchange 2007</category><category domain="http://blogs.technet.com/ediscovery/archive/tags/PST+files/default.aspx">PST files</category></item><item><title>POP! Goes the Evidence.</title><link>http://blogs.technet.com/ediscovery/archive/2008/07/18/pop-goes-the-evidence.aspx</link><pubDate>Fri, 18 Jul 2008 07:30:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3090472</guid><dc:creator>chris.chalmers</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/ediscovery/comments/3090472.aspx</comments><wfw:commentRss>http://blogs.technet.com/ediscovery/commentrss.aspx?PostID=3090472</wfw:commentRss><description>&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;Who could resist a catchy title like this: "Court-ordered forensic search of CEO's laptop?"&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;When I first saw that, I immediately wondered, "Just how many Michael Bolton MP3s were on there?"&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;But if you read the tale of Treppel v. Biovail on the K&amp;amp;L Gates E-discovery blog, you'll discover a far less insidious finding (unless "This is the Time: The Christmas Album" was involved).&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;The Judge ordered the defendants to produce documents (email) in "native format," and wouldn't you know it, the documents weren't forthcoming - even after a couple of trips to the backup tapes. The court noted that the “unique procedure” by which the CEO’s email was downloaded to his personal laptop and then deleted from Biovail's servers resulted in his email not being preserved on the backup tapes. The forensic scan was ordered in an attempt to retrieve the emails, since they weren't available by less onerous means.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;See the original post here: (&lt;A href="http://www.ediscoverylaw.com/2008/04/articles/case-summaries/inadequate-preservation-efforts-necessitate-restoration-and-production-of-email-from-backup-tapes-and-forensic-search-of-ceos-laptop/" mce_href="http://www.ediscoverylaw.com/2008/04/articles/case-summaries/inadequate-preservation-efforts-necessitate-restoration-and-production-of-email-from-backup-tapes-and-forensic-search-of-ceos-laptop/"&gt;http://www.ediscoverylaw.com/2008/04/articles/case-summaries/inadequate-preservation-efforts-necessitate-restoration-and-production-of-email-from-backup-tapes-and-forensic-search-of-ceos-laptop/&lt;/A&gt;)&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-WEIGHT: bold; FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;Intentionally configuring your email system with a "unique procedure" so messages don't get backed up?&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;This should be interesting. Setting aside the legal implications of a "shred all" retention policy for the moment, let's see how that would work in Exchange 2007. Since I have absolutely no knowledge of which email server the defendant actually used, let's take the generic case of Contoso Corporation, our make-believe company running a very real Exchange 2007 server. &lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;If you want to copy the email &lt;EM&gt;off&lt;/EM&gt; the server to read later, you need to copy it &lt;EM&gt;on&lt;/EM&gt; to the client laptop. There are three protocols for clients to retrieve email from Exchange servers: POP3 (Post Office Protocol), IMAP4 (Internet Message Access Protocol), and MAPI (Messaging API, sometimes called MAPI/RPC). &lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;By default, Outlook uses MAPI to retrieve email: Email is always on the server, the Outlook client merely provides an easy way to manage and control it.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;If the Outlook client is using "Cached Exchange Mode," then there are two copies of each email: one on the laptop, and one on the server. (Outlook has technology to keep the two copies in sync).&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;POP is different. The email client has the option to "leave email on the server" which is a lot like MAPI or IMAP. But if the client hasn't chosen to "leave email on the server," then it is deleted as soon as the client has downloaded it. &lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;&lt;SPAN style="FONT-WEIGHT: bold"&gt;Is it hard to do?&lt;/SPAN&gt; &lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;Not in the least. The Exchange Administrator needs to do two things: 1) Enable the Client Access servers to support POP (it's turned off by default), and 2) enable the user's mailbox to allow POP access. &lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;1) Here's the instructions for enabling POP3. As usual, it's a one-liner in PowerShell:&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;(&lt;A href="http://technet.microsoft.com/en-us/library/bb124934(EXCHG.80).aspx" mce_href="http://technet.microsoft.com/en-us/library/bb124934(EXCHG.80).aspx"&gt;http://technet.microsoft.com/en-us/library/bb124934(EXCHG.80).aspx&lt;/A&gt;)&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-WEIGHT: bold; FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;Set-service msExchangePOP3 -startuptype automatic&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;2) And here's the instructions for enabling a user for POP. Another one-liner:&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-WEIGHT: bold; FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;Set-CASMailbox -identity&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;"Don Hall" -Popenabled $true&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;The only gotcha is having to restart the POP service each time you enable new users (yet another one-liner) (&lt;A href="http://technet.microsoft.com/en-us/library/bb124578(EXCHG.80).aspx" mce_href="http://technet.microsoft.com/en-us/library/bb124578(EXCHG.80).aspx"&gt;http://technet.microsoft.com/en-us/library/bb124578(EXCHG.80).aspx&lt;/A&gt;)&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-WEIGHT: bold; FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;Did the forensic scan of the CEO's laptop find anything?&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;It's not clear from the K&amp;amp;L Gates blog post, but it's quite possible something incriminating was uncovered. Craig Ball, a certified computer forensic examiner, lays out some concrete steps for a client-side email scan in his "4 on Forensics: 4 Articles on Computer Forensics for Lawyers" at&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://www.craigball.com/CF4_0807.pdf" mce_href="http://www.craigball.com/CF4_0807.pdf"&gt;http://www.craigball.com/CF4_0807.pdf&lt;/A&gt;. Favorite spots on the laptop&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;to search include Microsoft Outlook caches like the .ost file and .pst files, as well as other email clients' equivalent folders.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;And in the ultimate irony, the server may STILL have copies of the email, even after configuring it for POP. Exchange 2007 has a "Deleted Items Retention" feature, where emails that users have deleted aren't really erased for another 14 days. This feature is designed to keep sys admins from pulling their hair out when end users call looking for email they accidentally erased. &lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;In the end, POP3 works like an actual magic trick. It provides the illusion of making something disappear, but in actuality it's just hidden behind another curtain.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3090472" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/ediscovery/archive/tags/Exchange+2007/default.aspx">Exchange 2007</category><category domain="http://blogs.technet.com/ediscovery/archive/tags/POP3/default.aspx">POP3</category></item><item><title>Hold Me Now! How to quickly put a retention hold on 1,400 employees using Microsoft Exchange 2007. </title><link>http://blogs.technet.com/ediscovery/archive/2008/07/14/hold-me-now-how-to-quickly-put-a-retention-hold-on-1-400-employees-using-microsoft-exchange-2007.aspx</link><pubDate>Tue, 15 Jul 2008 06:34:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3088885</guid><dc:creator>chris.chalmers</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/ediscovery/comments/3088885.aspx</comments><wfw:commentRss>http://blogs.technet.com/ediscovery/commentrss.aspx?PostID=3088885</wfw:commentRss><description>&amp;nbsp; 
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;The consequences for failing to correctly implement a retention hold can be severe.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;For example, issues surrounding a litigation hold helped cause Intel to lose attorney-client privilege and work-product protection of certain materials relating to their defense against AMD and Class Plaintiffs in the ongoing saga of &lt;SPAN style="FONT-STYLE: italic"&gt;In re Intel Corp. Microprocessor Antitrust Litigation. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;K&amp;amp;L Gates has an excellent blog posting discussing some of the problems Intel had that led up to the court's finding. There's challenges getting the retention letters to the right people, juggling backup tapes, and moving users from one email server to another, etc. You can find K&amp;amp;L's blog posting here: (&lt;A href="http://www.ediscoverylaw.com/2008/06/articles/case-summaries/finding-waiver-of-attorneyclient-privilege-and-work-product-protection-court-orders-production-of-attorney-notes-of-employee-interviews-concerning-intels-compliance-with-evidence-preservation-obligations/" mce_href="http://www.ediscoverylaw.com/2008/06/articles/case-summaries/finding-waiver-of-attorneyclient-privilege-and-work-product-protection-court-orders-production-of-attorney-notes-of-employee-interviews-concerning-intels-compliance-with-evidence-preservation-obligations/"&gt;http://www.ediscoverylaw.com/2008/06/articles/case-summaries/finding-waiver-of-attorneyclient-privilege-and-work-product-protection-court-orders-production-of-attorney-notes-of-employee-interviews-concerning-intels-compliance-with-evidence-preservation-obligations/&lt;/A&gt;).&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;The challenges of implementing a legal retention hold certainly are not unique to Intel, so let's examine the generalized case of a fictitious company named Contoso. Contoso has 50,000 employees using Exchange 2003. In order to avoid drowning in terabytes of email, they have implemented a 45-day purge policy using Exchange 2003 Mailbox Manager. &lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;Because of impending litigation, Contoso's legal department has sent a litigation hold letter to 1,400 key employees who need&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;to save emails beyond 45 days. Those employees must manually move their emails into a local .PST file on their desktop computer, or have their mailboxes moved to an Exchange database that has Journaling enabled, because Exchange 2003 only journals at the database level . &lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;&lt;STRONG&gt;What could possibly go wrong?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;For starters, there's the end users manually moving messages&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;(or forgetting to move) to .PST files. Next, there's making sure those .PST files actually get backed up on a regular basis. You'd think people would just know to back everything up by now, but there's always an exception. Just last week I worked with a user who had a hard drive crash and lost everything. Haven't we all been there at least once?&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;If Contoso moves to server-side journaling to remove end-user complexity, it creates a new burden for the IT staff. Databases have an optimal number of mailboxes on them, and as you move too many mailboxes, or a few too-large mailboxes, to a journaling-enabled database , you run up against a new set of challenges: The databases' maximum size, the underlying storage design, running out of servers or having to move them from one location to another, etc.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Journaling also has performance implications (since you're sending each message twice) that need to be accounted for.&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;&lt;STRONG&gt;How is Exchange 2007 different?&lt;/STRONG&gt; &lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;There are three excellent features that can specifically target this scenario: Retention Hold, Premium Journaling, and PowerShell scripting. &lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;An Exchange 2007 "Retention Hold" suspends the ordinary email purge cycle applied to the user or organization. It's a simple mouse click (or a line of shell scripting, as we'll see below), and IT staff can also set an end date for the retention (which makes the feature useful for employees on vacation or infant care leave, for example). In the Contoso example above, we would apply a retention hold to each of the 1,400 mailboxes in question. Learn more here:&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;(&lt;A href="http://technet.microsoft.com/en-us/library/aa998580(EXCHG.80).aspx" mce_href="http://technet.microsoft.com/en-us/library/aa998580(EXCHG.80).aspx"&gt;http://technet.microsoft.com/en-us/library/aa998580(EXCHG.80).aspx&lt;/A&gt;) &lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;Premium journaling is essentially the ability to journal email to a separate system on a per-user or per-group basis. It puts an end to all the contortions IT staff used to have to undergo, because any database can have a mixture of journaled and non-journaled accounts.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Users' mailboxes stay where they are, and journaling is turned on and off as needed. Learn more here:&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;(&lt;A href="http://technet.microsoft.com/en-us/library/bb124382(EXCHG.80).aspx" mce_href="http://technet.microsoft.com/en-us/library/bb124382(EXCHG.80).aspx"&gt;http://technet.microsoft.com/en-us/library/bb124382(EXCHG.80).aspx&lt;/A&gt;) &lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;PowerShell scripting is an exciting new innovation across the Windows platform, and Exchange 2007 is one of the first Microsoft applications to make full use of it. Here's a simple one-liner to apply a retention hold on Contoso employee Aaron Lee's mailbox: &lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;&lt;STRONG&gt;Set-Mailbox -Identity 'Aaron Lee' -RetentionHoldEnabled $true&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;Easy! Now, just type that in 1,399 more times, and we'll be all set! Just kidding, PowerShell has another command called Get-Mailbox that lets you fetch mailboxes you want subject to retention hold.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;For Contoso, that will be everybody in the Sales and Developers departments (or Organizational Unit, as they say in Active Directory-speak). &lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;&lt;STRONG&gt;Get-Mailbox -OrganizationalUnit 'Sales'&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;And there's a whole host of other attributes we can use to fetch mailboxes, like Title, Department, City, Country, etc. that can be used as a filter here.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;You can also mix-and-match, like all the Accountants based in New York.&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;Our last step is to marry the two commands together using the "pipe" character, so the final command would look like this:&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;&lt;STRONG&gt;Get-Mailbox -OrganizationalUnit 'Sales ' | Set-Mailbox -RetentionHoldEnabled $true&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;Voila! That's all there is to it.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;This one-line command has turned on a retention hold for the entire Sales department at Contoso! No dependency on .PST files, no dependency on end users remembering to do the right thing, and no moving mailboxes from server to server.&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;Next posting: we explore ways Exchange administrators might attempt to "erase" emails off their server&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3088885" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/ediscovery/archive/tags/Retention+Hold/default.aspx">Retention Hold</category><category domain="http://blogs.technet.com/ediscovery/archive/tags/Exchange+2007/default.aspx">Exchange 2007</category><category domain="http://blogs.technet.com/ediscovery/archive/tags/Journaling/default.aspx">Journaling</category></item></channel></rss>