New-MailboxRepairRequest which admin roles (RBAC) need to perform repair user mailbox corrupted

Hello All ,

I have Exchange 2013 , one of the user mailboxes   need to  rapier corrupted mailbox  using this command "New-MailboxRepairRequest"

kindly please Which "RBAC " need to add on Exchange admin permission to perform this action ?

Thank you . 

September 1st, 2015 2:48pm

Hi ,

   Please use the below mentioned command to find out the list of management roles that contains the parameter "New-MailboxRepairRequest"

Get-ManagementRoleEntry -identity "*\new-MailboxRepairRequest" | ft -au

Then run the below mentioned command to find out the list of role group names.

Note : On the below command management role name is case sensitive.

Get-RoleGroup | Where {$_.Roles -Eq "management role name"} | ft name -au

Free Windows Admin Tool Kit Click here and download it now
September 1st, 2015 4:12pm

Thank you , I will do and update you .
  • Marked as answer by Mohammad B 1 hour 39 minutes ago
  • Unmarked as answer by Mohammad B 1 hour 39 minutes ago
September 1st, 2015 4:17pm

Thank you , I will do and update you .
  • Marked as answer by Mohammad B Wednesday, September 02, 2015 5:50 AM
  • Unmarked as answer by Mohammad B Wednesday, September 02, 2015 5:50 AM
Free Windows Admin Tool Kit Click here and download it now
September 1st, 2015 8:16pm

Hi,

Try a mailbox repair job with New-MailboxRepairRequest:

New-MailboxRepairRequest -Mailbox tony@contoso.com -CorruptionType FolderView

Please refer to the following article:

https://technet.microsoft.com/en-us/library/Ff625221(v=EXCHG.141).aspx

Regards,

David 


September 1st, 2015 10:17pm

Hello David ,

I tried it but I have problem wih job state Failed as shown below how can fix it

{SearchFolder}          False                   Failed                  100
{AggregateCounts}       False                   Failed                  100

Thank you .

Free Windows Admin Tool Kit Click here and download it now
September 2nd, 2015 1:53am

Hi,

Please add the detailed command you have typed.

I suggest you can refer to the below blog to complete the repairing:

http://www.blog.edbtopst.org/how-to-use-new-mailbox-repair-request-in-exchange-server-2013.html

You can access event log application from the Exchange server, where need to check the repair status along with event IDs.

Or you can use the command "Get-MailboxRepairRequest" to check the status:

https://technet.microsoft.com/en-us/library/dn306060(v=exchg.150).aspx

Regards,

David 


September 2nd, 2015 2:42am

Hi,

Please add the detailed command you have typed.

I suggest you can refer to the below blog to complete the repairing:

http://www.blog.edbtopst.org/how-to-use-new-mailbox-repair-request-in-exchange-server-2013.html

You can access event log application from the Exchange server, where need to check the repair status along with event IDs.

Or you can use the command "Get-MailboxRepairRequest" to check the status:

https://technet.microsoft.com/en-us/library/dn306060(v=exchg.150).aspx

Regards,

David 


Free Windows Admin Tool Kit Click here and download it now
September 2nd, 2015 6:41am

Thank you  for all , I disabled the user mailbox and recreate new mailbox for this user .

September 3rd, 2015 2:14am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics