Placing bulk files from file explorer to SharePoint library

sns 9,231 Reputation points
2023-02-05T16:25:43.25+00:00

I have 45000 files in the local file path, I want to place all those files at a time in to SharePoint Library.

Is there any way to achieve it?, Please suggest. It is SharePoint 2016

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,298 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,300 questions
{count} votes

Accepted answer
  1. Paul de Jong (Administrator) 76 Reputation points
    2023-02-05T19:52:19.9233333+00:00

    The number of tools supporting migrations to on-premise SharePoint 2016 is very limited. The number of items you need to migrate is fairly small though (not M's of documents).

    Basically, you may consider:

    a. PowerShell scripts

    b. Use WebDAV and try to map a network drive (not my favourite)

    c. Use tools supporting SharePoint 2016 (example)


1 additional answer

Sort by: Most helpful
  1. Dillon Silzer 56,681 Reputation points
    2023-02-05T17:27:21.88+00:00

    Hello sns,

    #1 I would recommend (if possible) to start migrating data to SharePoint Online (M365). For this, I would recommend using SPMT (SharePoint Migration Tool):

    Overview of the SharePoint Migration Tool (SPMT)

    https://learn.microsoft.com/en-us/sharepointmigration/introducing-the-sharepoint-migration-tool

    #2 If you are really wanting to go down the path of migration to SharePoint 2016, I would recommend reaching out to a company who has experience migrating data.

    #3 If you want to do this yourself, take a look at the following PowerShell script:

    Migrate Network File Share to SharePoint using PowerShell

    https://www.sharepointdiary.com/2020/03/migrate-network-file-share-to-sharepoint-using-powershell.html


    If this is helpful please accept answer.

    0 comments No comments