<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://help.mailstore.com/en/server/index.php?action=history&amp;feed=atom&amp;title=Archiving_Emails_from_Microsoft_Exchange_SE</id>
	<title>Archiving Emails from Microsoft Exchange SE - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://help.mailstore.com/en/server/index.php?action=history&amp;feed=atom&amp;title=Archiving_Emails_from_Microsoft_Exchange_SE"/>
	<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/server/index.php?title=Archiving_Emails_from_Microsoft_Exchange_SE&amp;action=history"/>
	<updated>2026-05-13T14:12:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://help.mailstore.com/en/server/index.php?title=Archiving_Emails_from_Microsoft_Exchange_SE&amp;diff=7852&amp;oldid=prev</id>
		<title>Cstelzmann: Created page with &quot;{{Implementation Guide Preamble|Microsoft Exchange SE}}  == Synchronizing Users == {{Archiving Exchange Synchronizing Users|Microsoft Exchange SE}}  == Archiving Individual Ma...&quot;</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/server/index.php?title=Archiving_Emails_from_Microsoft_Exchange_SE&amp;diff=7852&amp;oldid=prev"/>
		<updated>2025-09-18T14:04:04Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Implementation Guide Preamble|Microsoft Exchange SE}}  == Synchronizing Users == {{Archiving Exchange Synchronizing Users|Microsoft Exchange SE}}  == Archiving Individual Ma...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Implementation Guide Preamble|Microsoft Exchange SE}}&lt;br /&gt;
&lt;br /&gt;
== Synchronizing Users ==&lt;br /&gt;
{{Archiving Exchange Synchronizing Users|Microsoft Exchange SE}}&lt;br /&gt;
&lt;br /&gt;
== Archiving Individual Mailboxes ==&lt;br /&gt;
{{Archiving Single Mailbox Preamble|Microsoft Exchange SE}}&lt;br /&gt;
{{Archiving Exchange Single Mailbox}}&lt;br /&gt;
&lt;br /&gt;
== Archiving Multiple Exchange Mailboxes Centrally ==&lt;br /&gt;
{{Archiving Multiple Mailboxes Preamble|Microsoft Exchange SE}}&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Setting up a service account for accessing mailboxes ===&lt;br /&gt;
To archive multiple mailboxes at once, a service account with access access to all mailboxes to be archived needs to be created first. To be able to set up such an account, you must be a member of the ''Organization Management'' role group. There are two methods to configure the service account:&lt;br /&gt;
&lt;br /&gt;
==== Method 1: Setting up the service account through the ''Exchange admin center'' ====&lt;br /&gt;
&lt;br /&gt;
* Create an unprivileged domain user (e.g. ''MailStore Server'').&lt;br /&gt;
* Log on to the ''Exchange admin center'' of your Microsoft Exchange environment.&lt;br /&gt;
* Navigate to ''permissions''.&lt;br /&gt;
* Under ''admin roles'' select ''+ (New)''.&lt;br /&gt;
*: [[Image:Arch_exchange2013_multi_01.png|center|550px]]&lt;br /&gt;
* Enter a meaningful name (e.g. ''MailStore Impersonation'') and description for the new role group.&lt;br /&gt;
* Under ''Roles'' add the role ''ApplicationImpersonation''.&lt;br /&gt;
* Under ''Members'' add the user you've created above.&lt;br /&gt;
* Click on ''Save'' to create the new role group.&lt;br /&gt;
* Continue with step 2.&lt;br /&gt;
&lt;br /&gt;
==== Method 2: Setting up the service account through the ''Exchange Management Shell'' ====&lt;br /&gt;
&lt;br /&gt;
* Create an unprivileged domain user (e.g. ''mailstore@example.com'').&lt;br /&gt;
* Open a Microsoft Exchange Management Shell session on the Microsoft Exchange SE Server.&lt;br /&gt;
* Enter the following command:&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2.5em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;powershell&amp;quot; smart-tabs=&amp;quot;true&amp;quot; toolbar=&amp;quot;false&amp;quot; gutter=&amp;quot;false&amp;quot;&amp;gt;&lt;br /&gt;
New-ManagementRoleAssignment -Name:&amp;quot;MailStore Impersonation&amp;quot; -Role:ApplicationImpersonation -User:mailstore@example.com&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
* ''Optional:'' Enter the following command to check the role assignment:&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2.5em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;powershell&amp;quot; smart-tabs=&amp;quot;true&amp;quot; toolbar=&amp;quot;false&amp;quot; gutter=&amp;quot;false&amp;quot;&amp;gt;&lt;br /&gt;
Get-ManagementRoleAssignment -Role:ApplicationImpersonation -RoleAssigneeType:User | Format-List *&lt;br /&gt;
 &lt;br /&gt;
Get-ManagementRoleAssignment -Identity:&amp;quot;MailStore Impersonation&amp;quot; | Format-List *&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
* ''Optional:'' Enter the following command to remove the role assignment:&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2.5em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;powershell&amp;quot; smart-tabs=&amp;quot;true&amp;quot; toolbar=&amp;quot;false&amp;quot; gutter=&amp;quot;false&amp;quot;&amp;gt;&lt;br /&gt;
Remove-ManagementRoleAssignment &amp;quot;MailStore Impersonation&amp;quot;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Configuration of MailStore Server ===&lt;br /&gt;
{{Archiving Exchange Multiple Mailboxes}}&lt;br /&gt;
&lt;br /&gt;
== Archiving Incoming and Outgoing Emails Directly ==&lt;br /&gt;
{{Archiving Exchange Journal Mailbox Preamble|Microsoft Exchange SE}}&lt;br /&gt;
&lt;br /&gt;
=== Step 1:  Creating a Mailbox for Journaling ===&lt;br /&gt;
{{Archiving Exchange Create Journal Mailbox|2013}}&lt;br /&gt;
=== Step 2: Configuring Exchange Journaling ===&lt;br /&gt;
{{Configuring Exchange Journaling Preamble|Microsoft Exchange SE}}&lt;br /&gt;
==== Alternative 1: Configure Standard Journaling ====&lt;br /&gt;
* Log on to the ''Exchange admin center'' of your Microsoft Exchange environment.&lt;br /&gt;
* Select the ''servers'' menu item.&lt;br /&gt;
* On the ''databases'' tab, doubleclick on the mailbox database for which you want to set up journaling.&lt;br /&gt;
* Select the ''maintenance'' tab.&lt;br /&gt;
* Click on ''browse...'' next to the ''Journal recipient:'' box.&lt;br /&gt;
* Select the user that was created in step 1 from the recipient list and confirm with ''OK''.&lt;br /&gt;
*:[[File:Xchg_jour_2013_02a.png|center|480px]]&lt;br /&gt;
* Click on ''save'' to confirm the changes.&lt;br /&gt;
&lt;br /&gt;
==== Alternative 2: Configure Premium Journaling ====&lt;br /&gt;
* Log on to the ''Exchange admin center'' of your Microsoft Exchange environment.&lt;br /&gt;
* Select the ''compliance management'' menu item.&lt;br /&gt;
* On the ''journal rules'' tab, click on ''+ (New)''.&lt;br /&gt;
* The dialog window ''New Journal Rule'' opens:&lt;br /&gt;
*:[[File:Xchg_jour_2013_02b.png|center|480px]]&lt;br /&gt;
* Enter a name for the journal rule, e.g. ''Journaling''.&lt;br /&gt;
* In the ''If the message is sent to or received from...'' section select whether the rule should apply to all messages or to specific users or groups.&lt;br /&gt;
* Under ''Journal the following messages...'', choose whether to capture all messages, internally sent messages only, or only those messages with an external sender or recipient.&lt;br /&gt;
* In the ''Send journal reports to:'' box, enter the email address of the user created in step 1.&lt;br /&gt;
* Click on ''save'' to activate the rule. Please keep in mind that in complex Microsoft Exchange environments it may take several minutes until the new rule becomes effective.&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Configuration of MailStore Server ===&lt;br /&gt;
{{Archiving Exchange Journal Mailbox}}&lt;br /&gt;
&lt;br /&gt;
== Public Folders ==&lt;br /&gt;
{{Archiving Exchange Public Folders Preamble|Exchange SE}}&lt;br /&gt;
* Log on to the ''Exchange admin center'' of you Microsoft Exchange environment as an Exchange admin.&lt;br /&gt;
* Navigate to ''public folders''.&lt;br /&gt;
* Click on the ''Ellipsis (…)'' and select ''Root permissions''.&lt;br /&gt;
*: [[File:Arch_exchange2013_pf_01.png|center|480px]]&lt;br /&gt;
* A new browser window opens. Click on ''+ (Add)''.&lt;br /&gt;
* Use ''Browse'' to choose the Exchange user you want to grant permissions.&lt;br /&gt;
* Choose ''Custom'' as ''Permission level'' and grant ''Read items'' and ''Delete all'' permissions.&lt;br /&gt;
*: [[File:Arch_office365_pf_02.png|center|347px]]&lt;br /&gt;
* Click on ''Save''.&lt;br /&gt;
* Enable the option ''Apply changes to this public folder and all its subfolders.''&lt;br /&gt;
* Click on ''Save''.&lt;br /&gt;
* Click on ''Close'' after saving has been completed successfully.&lt;br /&gt;
=== Step 3: Setting up the Archiving Process ===&lt;br /&gt;
{{Archiving Exchange Public Folder}}&lt;br /&gt;
&lt;br /&gt;
== Shared Mailboxes ==&lt;br /&gt;
{{Archiving Exchange Shared Mailbox}}&lt;br /&gt;
&lt;br /&gt;
== About Archiving Archive Mailboxes ==&lt;br /&gt;
{{Archive_Mailbox_Folder_Structure}}&lt;br /&gt;
&lt;br /&gt;
== Archiving Individual Archive Mailboxes ==&lt;br /&gt;
{{Archiving Single Archive Mailbox Preamble|Microsoft Exchange SE}}&lt;br /&gt;
{{Archiving Exchange Single Archive Mailbox}}&lt;br /&gt;
&lt;br /&gt;
== Archiving Multiple Exchange Archive Mailboxes Centrally ==&lt;br /&gt;
{{Archiving Multiple Archive Mailboxes Preamble|Microsoft Exchange SE}}&lt;br /&gt;
Create a service account that has access on all archive mailboxes as described &lt;br /&gt;
[[#Step_1:_Setting_up_a_service_account_for_accessing_mailboxes|here]].&lt;br /&gt;
{{Archiving Exchange Multiple Archive Mailboxes}} &lt;br /&gt;
&lt;br /&gt;
== Throttling in Exchange SE ==&lt;br /&gt;
{{Archiving Exchange Throttling|SE}}&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* {{MailStore Support}}&lt;br /&gt;
&lt;br /&gt;
[[de:E-Mail-Archivierung von Microsoft Exchange SE]]&lt;br /&gt;
[[en:Archiving_Emails_from_Microsoft_Exchange_SE]]&lt;/div&gt;</summary>
		<author><name>Cstelzmann</name></author>
	</entry>
</feed>