User Tools

Site Tools


computing:backup:ahsay_exchange

Ahsay Backup - Microsoft Exchange

Backup User

Grant full Exchange access permissions at the Organization Management level. It is recommended that the backup user account have full Exchange permissions on the Exchange Server to perform backup and restore operations.

Permissions are then propagated automatically to any new Exchange Servers that you add under the level at which the permissions are assigned. EAC Organization Management Members

:!: You must have Exchange administrative permissions to grant permissions to other accounts.

To grant full permissions for Microsoft Exchange 2010/2013, use an account with the Organization Management role.

Exchange Admin Center - Permissions

Disable Circular Logging

Exchange 2007

Set-StorageGroup -Identity "First Storage Group" -CircularLoggingEnabled $false

Exchange 2010

Get-MailboxDatabase

Set-MailboxDatabase -Identity "Database Name" -CircularLoggingEnabled $false

Get-PublicFolderDatabase

Set-PublicFolderDatabase -Identity "Public Folders" -CircularLoggingEnabled $false
computing/backup/ahsay_exchange.txt · Last modified: 2016/10/14 15:11 by gcooper