Ask the Community
Groups
Troubleshooting: Permissions error rights added but may not yet have applied will wait 15 minutes and try again - Connect IT Community | Kaseya
<main> <article class="userContent"> <p>When the Exchange Migrator runs it checks to see if the Admin account specified has access to the mailbox it is operating against. If it does not, it assigns itself permission and then waits 15 minutes for the permissions to take effect. To prevent this delay you must grant your admin account full access to your Office 365 mailboxes before running the Migrator. To do that you must first connect to the remote PowerShell in Office 365.</p> <p><a title="How to connect to Office 365 remote PowerShell" rel="nofollow" href="/home/leaving?allowTrusted=1&target=https%3A%2F%2Fkaseya.zendesk.com%2Fentries%2F37031317-How-to-manually-connect-to-Office-365-remote-PowerShell">How to connect to Office 365 remote PowerShell</a></p> <p>After you are connected, run the following command to give your admin account full access to all mailboxes:</p> <p><em>Get-Mailbox -resultsize unlimited| Add-mailboxpermission -user admin@yourdomain.com -AccessRights FullAccess -Automapping $false</em></p> <p>Or run this command to give the account access to a single mailbox:</p> <p><em>Add-mailboxpermission –identity user@yourdomain.com -user admin@yourdomain.com -AccessRights FullAccess -Automapping $false</em></p> <p>To later remove the permissions, run the following command:</p> <p><em>Get-Mailbox -resultsize unlimited| Remove-mailboxpermission -user admin@yourdomain.com -AccessRights FullAccess</em></p> <p> </p> <p><em><em>Updated: April 16, 2016</em></em></p> </article> </main>