I have ran a backup for the microsoft exchange, now i am testing the restore. We have deleted an email from the inbox. Now I have selected restore application item, microsoft exchange mailbox, the veeam explorer for microsoft exchange opened, I went to the mailbox, selected the email and started the restore. Step by step i added the target mailbox that i want to restore to, selected the onprem microsoft exchange server, i specified the admin user that has access to the exchange server, it didnt automatically populate, so i added the mailbox server manually and selected restore to original folder, is that correct? It is stuck at validating for a while
I am following the guide step by step : https://helpcenter.veeam.com/docs/vbr/userguide/restore_to_onprem.html?ver=13
Exchange Mailbox Restore Issue
Best answer by mhakmd
I did the following,
Creating a new role veeam.restore adding it to organizational management, giving it veeam impersonation role
This single command below:
- creates AD user
- creates Exchange mailbox
- enables login
New-Mailbox -Name "Veeam Restore" -UserPrincipalName veeam.restore@<exchange_server> -Alias veeam.restore -OrganizationalUnit "Users" -Password (ConvertTo-SecureString "Test1234" -AsPlainText -Force)
Add-RoleGroupMember "Organization Management" -Member veeam.restore
New-ManagementRoleAssignment -Name "Veeam-Impersonation" -Role ApplicationImpersonation -User veeam.restore
Enable mailbox for veeam.restore
Enable-Mailbox -Identity veeam.restore
Add user as applicationimpersonation
New-ManagementRoleAssignment -Name "VeeamImpersonation" -Role "ApplicationImpersonation" -User Administrator
Check that user is added
Get-ManagementRoleAssignment -Role ApplicationImpersonation
Instead of full IIS reset, you can restart only EWS app pool:
Open IIS Manager → Application Pools → restart: MSExchangeServicesAppPool
Restart-WebAppPool MSExchangeServicesAppPool
Get-WebAppPoolState MSExchangeServicesAppPool
after that the restore worked
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
