Granting OneDrive Access
Learn about granting OneDrive access for SharePoint migrations.
Migrating into and out of SharePoint with users requires the SharePoint admin registered with Movebot to have access to users' OneDrive accounts. In SharePoint, admins do not have access by default to individual OneDrive accounts so access will need to be granted.
Granting Access to an Individual User
As long as you are a licensed Microsoft 365 Global Administrator, you can take ownership of a user’s OneDrive by following these steps:
1. Log into the Microsoft 365 Admin Center for your tenant
2. Open Active Users under the Users tab and search for the user whose files you need
3. Click on the Display name of the user
4. Open the OneDrive settings tab
5. Click Create link to files
Once the link appears, no further action is required.
Granting Access to all Users
For larger organizations, you can use PowerShell to automate granting permissions at scale.
If you do not have experience with Powershell, consult someone in your organization who does or have a chat with our team for help.
1. Ensure you have the SharePoint PowerShell utilities installed:
Open PowerShell as Administrator and run:
2. Create a new PowerShell Script in Notepad, substituting the fields as appropriate for your domain
3. Run the PowerShell script. Once it has been completed, your SharePoint admin account should have access across the organization.
Please note: Currently, this script only works in Windows PowerShell.
4. Be sure to include the -admin
part of the URL when configuring $AdminSiteURL
5. If your account has 2FA configured, the -credential
argument should be removed.
Tags: sharepoint legacy_sharepoint onprem_sharepoint onedrive
Last updated