Jump to content

Recommended Posts

Posted

Hey Guys!

 

Our heads PA has access to a few mailboxes in our school. Every time she logs on to OWA to access her emails, she gets a message saying that her request can't be completed at this time. she keeps clicking on the 'Retry' option but to no avail.

 

She can access her own mailbox fine but its all the other mailboxes she has to. I have checked on the Admin portal and she definately has full access all the other mailboxes. I have attached a picture for reference

 

any thoughts?

 

Thanks,

 

Simon

Office365issue.JPG

Posted

Cannon, you don't need to be an admin for Office 365 to be able to do it. We have many users who have permissions on others mailboxes here at my office (non education) and have had no issues. We normally grant EAs and PAs Read and manage and Send as permissions as standard.

 

Have you checked that it's showing up with full access on the Exchange Admin Centre? If not, might be worth opening a new service request with Microsoft. as they are normally quite good at getting to the bottom of issues like that.

  • Thanks 1
Posted
I had the same issue last week. I had to run some powershell scripts to move the mailbox onto another server and it repaired the mailbox while moving. It took around 4 hours to do this on a 6GB mailbox. I'll dig out the cmds after dinner. I did log a ticket with MS and they give me what I needed to run.
  • Thanks 1
Posted

To repair/reindex mailbox in 365 there is no longer the New-MailboxRepairRequest cmdlet

 

instead use:

 

 

To start the move issue the following command:

New-MoveRequest -Identity [email protected]

To check on the status of a move you can use either of these two commands:

Get-MoveRequestStatistics -Identity [email protected]

Get-MoveRequest -Identity [email protected]

Once the Get-MoveRequest status is "Completed", then you should run:

Remove-MoveRequest -Identity [email protected]

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...