If you would like to read the next part in this article series please go to Improvements to Compliance in Exchange 2016 (Part 2).
Email has become a reliable and universal communication medium for workers in organizations of all sizes all over the world. As previously discussed in several other MSExchange.org articles, mailboxes often contain valuable data, so it is crucial for organizations to have policies in place that dictate the fair use of their messaging systems, provide user guidelines for how to act on the policies and, where required, provide details about the types of communication that may not be allowed.
Email lifecycle is also important so organizations can retain emails for the length of time based on business, legal, and regulatory requirements, preserve emails for litigation and investigation purposes, and be prepared to search and provide the required information in eDiscovery requests.
As with Exchange 2013 and, in part 2010, Exchange 2016 includes several messaging policy and compliance features. The following is a high-level overview of these:
All of the topics mentioned above have already been covered extensively at MSExchange.org for either Exchange 2010 and/or 2013. In this article, we will cover the following improvements made in Exchange 2016:
In-Place Hold and eDiscovery for Public Folders: a deficiency with In-Place Hold in Exchange 2010 and 2013 is that only mailboxes can be put on hold. Exchange 2016 has integrated Public Folders (PF) into the In-Place Hold and eDiscovery workflow. This means that administrators can use In-Place eDiscovery to search PFs in the organization and place them on hold. Similar to placing a mailbox on hold, we can use query-based or time-based holds on PFs. At the time of writing this article, we can only search and place a hold on all PFs, but I am sure that in a later release we will be able to choose specific PFs to search and place on hold;
Compliance Search is a new eDiscovery search tool in Exchange 2016 with new and improved scaling and performance capabilities. We can use this tool to search very large numbers of mailboxes in a single search as there is no limit on the number of mailboxes that can be searched, so it is possible to search all mailboxes in the organization in one search independently of how many mailboxes there are. There is also no limit on the number of searches that can run concurrently. The limits in Exchange 2016 in regards to In-Place eDiscovery are the same as in Exchange 2013: we can search up to 10,000 mailboxes in a single search and we can run a maximum of 2 In-Place eDiscovery searches at the same time.
As I have mentioned, we can now use In-Place eDiscovery to search for content in PFs and place content in PF on In-Place Hold. Like content in mailboxes, content in PF might be relevant if an organization has to respond to legal requests such as lawsuits or regulatory investigations.
Before we begin, the account we use needs to be a member of the Compliance Management management role group before we can use In-Place Hold and eDiscovery features:
Figure 1
Before we start, it is important to note the following:
The process of using the Exchange Admin Center to place PFs on Hold is identical to when placing mailboxes on Hold, with just a couple of differences:
Figure 2
Figure 3
Figure 4
Figure 5
Figure 6
Figure 7
Figure 8
The rest of the Hold process is identical to Exchange 2013 which has already been covered in other MSExchange.org articles such as Exchange 2013 In-Place Hold and In-Place eDiscovery or Export eDiscovery Search Results to PST for example.
It is easy to achieve the same results using the Exchange Management Shell. Such as with Exchange 2013, we need to use the New-MailboxSearch cmdlet but now with new parameters. This cmdlet creates a mailbox search and either gets an estimate of search results, places search results on In-Place Hold or copies them to a Discovery mailbox. We can also place all contents on hold by not specifying a search query, which accomplishes similar results as Litigation Hold in Exchange 2010. Let us look at a few examples.
Example 1
This example is basically the same as what we did using the EAC: we will be placing in an unlimited hold duration every item in Public Folders that have the work “project x”:
New-MailboxSearch -Name “Project X” -AllSourceMailboxes $False -AllPublicFolderSources $True -SearchQuery “project x” -InPlaceHoldEnabled $True -TargetMailbox “Discovery Search Mailbox”
Start-MailboxSearch “Project X”
Figure 9
Example 2
In this example we only create an estimate search that searches all PFs in the organization for items sent between October 1, 2015 and November 30, 2015 and that contain the phrases “project x” and “funds”. The search does not include any mailboxes:
New-MailboxSearch -Name “Project X Funds (Oct-Nov)” -AllPublicFolderSources $True -AllSourceMailboxes $False -SearchQuery ‘“project x” AND “funds”’ -StartDate “10/01/2015” -EndDate “11/30/2015” -TargetMailbox “Discovery Search Mailbox” -EstimateOnly
Start-MailboxSearch “Project X Funds (Oct-Nov)”
Figure 10
Example 3
This example places all content in all PFs on In-Place Hold, with an unlimited hold duration:
New-MailboxSearch -Name “PF Hold” -AllPublicFolderSources $True -AllSourceMailboxes $False -EstimateOnly -InPlaceHoldEnabled $True
Start-MailboxSearch “PF Hold”
Figure 11
Example 4
This example searches all mailboxes and PFs for any content that contains the words “project x” and that was sent after October 1, 2015. The difference in this example is that we are also searching all mailboxes in the organization.
New-MailboxSearch –Name “All Project X” -AllSourceMailboxes $true -AllPublicFolderSources $True -SearchQuery “project x” -StartDate “10/01/2015” -TargetMailbox “Discovery Search Mailbox”
Start-MailboxSearch “All Project X”
Figure 12
In this article we explored the improvements made to Exchange 2016 in terms of compliance, specifically the In-Place Hold and eDiscovery for Public Folders, a long time due feature. In the next and final part of this article series, we will look at the new Compliance Search feature.
If you would like to read the next part in this article series please go to Improvements to Compliance in Exchange 2016 (Part 2).
Ransomware may be on the decline, but the threat remains — and anyone hit by this type of cyberattack faces…
Consider the irony: A new e-privacy report found that many EU government websites are breaching their own GDPR compliance rules.
Big Data is the fuel that powers the cogs of multinational conglomerates as well as SMBs. And with Big Data…
While patients should continue to use their Medtronic products as prescribed, they should also be aware of this newly found…
The churning waters of 2019 are loaded with sharks — and opportunities — for SMBs. These IT strategies can help…
Kublr provides automated governance, fine-grained controls like air-gap deployments of Kubernetes on premises, automatic logging, and much more.