It seems like your browser didn't download the required fonts. Please revise your security settings and try again.

Attention

Starting May 1st, 2018, we will no longer offer the ArchiveOne family of products. This includes all editions of ArchiveOne, ArchiveOne for Files, Max Compression, and Access Security Manager. If you currently hold a maintenance and support contract, you will continue to receive our award-winning support until your contract expires, or until May 1st, 2019, whichever occurs first. The license for ArchiveOne is perpetual; therefore the software may continue to be used independently without any updates or support indefinitely.

How to Apply Full Permissions for the ArchiveOne Service Account

  • Last updated on

You can apply or reapply Full Access permissions for the ArchiveOne Service account on an individual mailbox using Exchange Management Shell or the Exchange Management Console, or to a group of mailboxes using Exchange Management Shell.

Set Full Access Permissions Using Exchange Management Shell

  1. On the Exchange server, open Exchange Management Shell.
  2. To apply Full Access permissions to an individual mailbox, run the following command:
    Add-MailboxPermission "UserMailbox" -user "ServiceAccountName" -AccessRights FullAccess
    where UserMailbox is the name of the individual mailbox on which to set the permissions, and "ServiceAccountName" is the ArchiveOne service account.
     
  3. To set full permissions on multiple mailboxes, you can pipe the results of the get-mailbox cmdlet to the add-mailboxpermission cmdlet. For example:
    Get-Mailbox -server "MailboxServerName" | Add-MailboxPermission –User "ServiceAccountName" -AccessRights FullAccess
    where "MailboxServerName" is the name of the mailbox server where the mailboxes reside, and "ServiceAccountName" is the ArchiveOne service account.

Set Full Access Permissions Using Exchange Management Console

  1. On the Exchange server, open the Exchange Management Console.
  2. Expand Recipient Configuration, and click Mailbox.
  3. Click on the mailbox on which you wish to set permissions in the center pane, and click Manage Full Access Permission in the Actions pane on the right.
  4. In the Manage Full Access Permission dialog box, click Add, and then click the ArchiveOne Service account from the list. Click Manage to apply the Full Access permissions to the selected mailbox.