Overview
The Archiver Mailbox Restore tool provides you with the facility to restore emails archived within Archiver Stores to a mailbox in Microsoft Exchange Server.
Prerequisites
Administrative access to your Exchange or Microsoft 365:
- Microsoft Exchange
- Microsoft 365 (previously known as Microsoft Office 365)
- Microsoft Exchange Management Shell
Solution
The user running the Archiver Mailbox Restore tool requires the following permissions:
- Executable rights on the computer running the Mailbox Restore tool.
- Access to the source mailbox in Archiver.
- Read/write access to the destination Microsoft Exchange Server mailbox.
Follow the steps given in this article to set mailbox permissions through the following applications:
- Microsoft Exchange
- Microsoft 365
- Microsoft Exchange Management Shell
Microsoft Exchange 2013/2016/2019 (with GFI MailArchiver 2013 or newer), or
Microsoft 365 (with GFI MailArchiver 2014 or newer):
NOTE: Specifically for Microsoft 365, knowledge of the password of the destination mailbox is required and it must be entered manually when using the Mailbox Restore tool.
- Ensure that MAPI (Messaging Application Programming Interface) is enabled for the destination mailbox.
- The following cmdlet can be used for this:
Set-CASMailbox -Identity "Username" -MAPIEnabled $true
- The following cmdlet can be used for this:
- Ensure a public folder is available per this Microsoft article and the user has access to that public folder.
- Install the SSL certificate of OWA in the Trusted Root Certificate Authorities of the GFI Archiver server using the steps below.
- Copy the certificate to the client machine
- On the client machine go to Start > Run...> type mmc.exe and press Enter
- In the MMC window, select File > Add/Remove Snap-in
- Click the Add... button, select Certificates and click Add
- Select Computer Account and click Next
- Select Local computer and click Finish
- In the MMC, browse to the Certificates (Local Computer) > Trusted Root Certification Authories node
- Right click the node and select All Tasks > Import
- Locate the certificate copied in step 1 and import the certificate
- Leave the password field blank and proceed to the end of the wizard
Microsoft Exchange 2007/2010:
- Open the Microsoft Exchange Management Console.
- Expand Recipient Configuration > Mailbox.
- Right-click the user you want to set the permissions for.
- Select Full Access Permissions.
- Click Add... and select the user that should have full permission on this mailbox.
- Click Manage and then Finish to apply the changes.
Microsoft Exchange 2003:
- Open Active Directory Users and Computers.
- Right-click the organization domain name, point to View and then click Advanced Features.
- Click the Users container (or the organizational unit where the user is located).
- Right-click the user account, and then select Properties.
- Click the Exchange Advanced tab.
- Click the Mailbox Rights button.
- In the Permission window, click the Add button to add yourself to the list of those whose are allowed to access this mailbox.
- In the next Permission window, click to select the Allow check box under Full Mailbox Access, and then click Apply to implement the changes.
You may also use Microsoft Exchange Management Shell to set the Permissions for a Mailbox:
- Open the Microsoft Exchange Management Shell.
- Enter the following command by replacing names as needed:
Add-MailboxPermission -Identity "John Smith" -User TedBrem -AccessRights Fullaccess -InheritanceType all
- The example grants user 'Ted Bremer' full access to the mailbox of the user 'John Smith'.
- Learn more about applying and managing permissions from Microsoft support.