User Tools

Site Tools


public:microsoft_exchange_mail_level

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
public:microsoft_exchange_mail_level [2019/08/20 10:49]
ronnie.chan [Documentation]
public:microsoft_exchange_mail_level [2019/08/20 14:43]
ronnie.chan
Line 1: Line 1:
 ====== Microsoft Exchange Mail Level Backup Set ====== ====== Microsoft Exchange Mail Level Backup Set ======
  
-AhsayOBM allows you to back up individual mailboxes in your Microsoft Exchange Server with the MS Exchange Mail Level Backup ​Set+AhsayOBM allows you to back up individual mailboxes in your Microsoft Exchange Server with the MS Exchange Mail Level Backup ​ModuleThis module provides a set of tools to protect your mailboxes and public folders on Microsoft Exchange Server 2007/​2010/​2013. This includes backup and recovery of individual emails, contacts, calendars and other mail items in your mailboxes and public folders, with snapshots / versioning, and retention policy to protect even email that you may have accidentally deleted from your Exchange 2007/​2010/​2013 mailboxes or public folders.  
-{{public:ahsay_wiki_exchange_2016_mail_level_backup_set.png?640}}+ 
 +AhsayOBM supports backup of mailboxes on both MS Exchange Server for deployed in standalone and Database Availability Group (DAG).  
 + 
 +An MS Exchange mail level backup must be utilized in conjunction with full Information Store backup (Exchange Database backup set), as mail level backup for Microsoft Exchange Server is not designed to fully protect an Exchange Server, but to facilitate easy and fast recovery of emails, contacts, calendars for individual mailboxes and public folder items. 
 + 
 +{{public:ahsay_wiki_exchange_mail_level_backup_set.png?640}} 
 + 
 +===== System Architecture ===== 
 +Below is the system architecture diagram illustrating the major elements involved in the backup process among the Microsoft Exchange Server, AhsayOBM backup client, AhsayCBS backup server, and Cloud storage.  
 + 
 +{{public:​ahsay_wiki_module_exchange_2007_mail_01.png?​640}} 
 + 
 +---- 
 + 
 +===== Requirements ===== 
 +You are strongly recommended to check all the settings below before you proceed with the MS Exchange Mail Level 2007/​2010/​2013 backup and restore. 
 + 
 +==== Software Requirement ====  
 +For the list of compatible operating systems and application versions, refer to: [[public:​8001_faq:​ahsay_software_compatibility_list_scl_for_version_8.1_or_above|Ahsay Software Compatibility List (SCL)]] 
 + 
 +==== Antivirus Exclusion Requirement ==== 
 +To optimize performance of AhsayOBM on Windows, and to avoid conflict with your antivirus software, refer to this [[public:​8014_faq:​suggestion_on_antivirus_exclusions|list of processes and directory paths that should be added to all antivirus software white-list / exclusion list]] 
 + 
 +<WRAP indent><​code>​ 
 +NOTE 
 +For AhsayOBM version 8.1 or above, the bJW.exe process is automatically added to Windows Defender exclusion list for Windows 10 and 2016, during installation / upgrade via installer or upgrade via AUA. 
 +</​code>​ 
 +</​WRAP>​ 
 + 
 +==== AhsayOBM Installation ==== 
 +The latest version of AhsayOBM must be installed on the MS Exchange Server hosting the mailbox database.  
 + 
 +For backup of mailboxes on MS Exchange Server 2010/2013 Database Availability Group (DAG), ensure the same AhsayOBM version is installed on all member servers. 
 + 
 +For MS Exchange Server 2010/2013, Database Availability Group (DAG) backup option is available. 
 + 
 +==== AhsayOBM Licenses ====  
 +AhsayOBM licenses are calculated on a per device basis. 
 +  * For backup of mailboxes on a standalone Microsoft Exchange 2007/​2010/​2013 Server, one AhsayOBM license is required.  
 +  * For backup of mailboxes on a Microsoft Exchange Server 2010/2013 DAG setup, the number of AhsayOBM licenses required is equal to the number of members (nodes) in the DAG. For example, if there are three members then three AhsayOBM licenses are required. 
 + 
 +==== Backup Quota Requirement ==== 
 +Make sure that your AhsayOBM user account has sufficient storage quota assigned to accommodate the storage of additional Exchange mailbox and public folder items for the new mail level backup set. 
 + 
 +==== Microsoft Exchange Mailbox Add-On Module ==== 
 +One Microsoft Exchange Mailbox license is required for the backup of each user mailbox.  
 + 
 +Make sure the Microsoft Exchange Mailbox feature has been enabled as an add-on module in your AhsayOBM user account and there is sufficient Microsoft Exchange Mailbox license quota to cover the backup of your mailboxes.  
 + 
 +{{public:​ahsay_wiki_module_exchange_2007_mail_02.png?​640}} 
 + 
 +==== Scheduled Backup for Exchange Server in Data Availability Group (DAG) Option ====  
 +Scheduled backup is required if you choose to backup MS Exchange server 2010/2013 setup in DAG option, as AhsayOBM on all DAG members will use the scheduled backup time to start backups on all individual DAG members at the same time. 
 + 
 +An MS Exchange server 2010/2013 DAG backup cycle is considered complete only when scheduled backup on all DAG members have been run successfully. A backup report will be generated and emailed to the recipients when a complete MS Exchange server 2010/2013 DAG backup cycle has taken place.  
 + 
 +Please keep in mind that manual backup will only be considered as individual mail level backup, and therefore will not be counted as part of the DAG backup cycle. 
 + 
 +==== Temporary Directory Folder ====  
 +The Temporary Directory folder is used by AhsayOBM for storing backup set index files and any incremental or differential delta files generated during a backup job. To ensure optimal backup/​restoration performance,​ the temporary directory folder is located on a local drive with plenty of free disk space. 
 + 
 +==== Backup Source ====  
 +Ensure “Hide from Exchange address list” is unchecked for user mailboxes, otherwise the mailbox will not be visible in the AhsayOBM backup source and therefore cannot be selected for backup. 
 + 
 +{{public:​ahsay_wiki_module_exchange_2007_mail_03.png?​640}} 
 + 
 +==== Mailbox Access Permission ====  
 +The Active Directory account used to authenticate the backup must have full access to the mailboxes. ​ To grant full access right for the account, enter the following command in Exchange Management Shell. 
 + 
 +Open the Exchange Management Shell by clicking Start > Microsoft Exchange Server > Exchange Management Shell.  
 + 
 +<WRAP indent>​ 
 +=== Exchange Server 2007 === 
 +Enter the following command in Exchange Management Shell 
 +<​code>​ 
 +Get-MailboxServer | Add-ADPermission -User "​%os_username%"​ - 
 +AccessRights GenericAll -ExtendedRights ms-exch-store-admin,​receive-as,​send-as -InheritanceType All 
 +</​code>​ 
 +where %os_username% is the username of the operating system account for backup. 
 + 
 +Example: granting permission to local account "​system"​ 
 +<​code>​ 
 +Get-MailboxServer | Add-ADPermission -User "​system"​ - 
 +AccessRights GenericAll -ExtendedRights ms-exch-store-admin,​receive-as,​send-as -InheritanceType All 
 +</​code>​ 
 + 
 +Other useful commands: 
 +<WRAP indent>​ 
 +1. To show added permission for an AD account 
 +<​code>​ 
 +Get-MailboxServer | Get-ADPermission -User "​%os_username%"​ 
 +</​code>​ 
 +Example, to show added permission for local account "​system"​ 
 +<​code>​ 
 +Get-MailboxServer | Get-ADPermission -User "​system"​ 
 +</​code>​ 
 + 
 +2. To remove permission from an AD account 
 +<​code>​ 
 +Get-MailboxServer | Remove-ADPermission -User "​%os_username%"​ - AccessRights GenericAll -ExtendedRights ms-exch-store-admin,​receive-as,​send-as -InheritanceType All 
 +</​code>​ 
 + 
 +Example, to remove permission from local account "​system"​ 
 +<​code>​ 
 +Get-MailboxServer | Remove-ADPermission -User "​system"​ - AccessRights GenericAll -ExtendedRights ms-exch-store-admin,​receive-as,​send-as -InheritanceType All 
 +</​code>​ 
 +</​WRAP>​ 
 +Reboot the Exchange Server after executing the command.  
 + 
 +=== Exchange Server 2010 / 2013 === 
 +Enter the following command in Exchange Management Shell 
 +<​code>​ 
 +Get-Mailbox | Add-MailboxPermission -User "​%os_username%"​ -AccessRights FullAccess 
 +</​code>​ 
 + 
 +Example: granting permission to local account "​system"​ 
 +<​code>​ 
 +Get-Mailbox | Add-MailboxPermission -User "​system"​ -AccessRights FullAccess 
 +</​code>​ 
 + 
 +Other useful commands: 
 +<WRAP indent>​ 
 +1. Remove permission from an AD account 
 +<​code>​ 
 +Get-Mailbox | Remove-MailboxPermission -User "​%os_username%"​ -AccessRights FullAccess 
 +</​code>​ 
 + 
 +Example: 
 +<​code>​ 
 +Get-Mailbox | Remove-MailboxPermission -User "​system"​ -AccessRights FullAccess 
 +</​code>​ 
 + 
 +2. To view the mailbox permission of a user 
 +<​code>​ 
 +Get-Mailbox | Get-MailboxPermission -User "​%os_username%"​ 
 +</​code>​ 
 + 
 +Example:  
 +<​code>​ 
 +Get-Mailbox | Get-MailboxPermission -User "​system"​ 
 +</​code>​ 
 +</​WRAP>​ 
 +Reboot the Exchange Server after executing the command.  
 + 
 +</​WRAP>​ 
 +                         
  
 ===== Documentation ===== ===== Documentation =====
  
-  * [[https://​www.ahsay.com/​download/​download_document_v8_obm-user-guide-exchange-2016.jsp|Microsoft Exchange Server ​2016 Mail Level Backup and Restore Guide]]+  * [[https://​www.ahsay.com/​download/​download_document_v8_obm-user-guide-exchange-mail.jsp|Microsoft Exchange Server ​2007/​2010/​2013 ​Mail Level Backup and Restore Guide]]
  
 ===== FAQs ===== ===== FAQs =====
public/microsoft_exchange_mail_level.txt · Last modified: 2022/11/28 11:05 by kirk.lim

Page Tools