Forum Discussion
Alex Gonsales
Nov 07, 2017Brass Contributor
SharePoint Online MD5 Checksum
I've written a PnP-PowerShell script to migrate network file shares and local drives to SharePoint Online, the script is absolutely gorgeous, it preserves metadata, maps users, creates and fill out D...
skumar93421
Apr 09, 2024Copper Contributor
Its an old script I created but start with this link -
https://learn.microsoft.com/en-us/dotnet/api/microsoft.sharepoint.client.list.parserdisabled?view=sharepoint-csom
https://sharepoint.stackexchange.com/questions/203609/disable-document-parser-using-csom
https://github.com/rclone/rclone/issues/2599
https://learn.microsoft.com/en-us/dotnet/api/microsoft.sharepoint.client.list.parserdisabled?view=sharepoint-csom
https://sharepoint.stackexchange.com/questions/203609/disable-document-parser-using-csom
https://github.com/rclone/rclone/issues/2599
DavidG4P
Apr 09, 2024Brass Contributor
Thanks very much! So as I understand, this will prevent Office and MSG files from being altered ("enlarged") after upload, but "enlarged" files that already exist in SharePoint will remain there with their "wrong" file size, correct?
- DavidG4PApr 09, 2024Brass ContributorThanks very much for your help, much appreciated.
- skumar93421Apr 09, 2024Copper ContributorYes.