Forum Discussion
Gleb Krylov
Aug 31, 2017Copper Contributor
Is it possible to migrate one list with all permissions to another farm?
Is it possible to migrate one list with all permissions to another farm? I was advised to do it by PNP PowerShell but as I understood PnP allows to migrate whole sites not lists separatly. Or is it ...
- Aug 31, 2017
You could have a look at the Tenant Migration sample in PnP PowerShell.
I've made a start with copying the data as well.
https://github.com/SharePoint/PnP-PowerShell/tree/master/Samples/Tenant.Migration
Matti Paukkonen
Aug 31, 2017Iron Contributor
Are both on-premises SharePoint farms?
If so, you can always use Export-SPWeb cmdlet.
Couple of examples here: https://blogs.technet.microsoft.com/fromthefield/2016/07/14/export-spweb-exporting-lists/
- Gleb KrylovSep 01, 2017Copper Contributor
Export and Import command do not work if a list has unique permissions.
Here, what is written about parameter IncludeUserSecurity - Preserves the user security settings except for SPLists that have broken inheritance and item level permissions set.
https://technet.microsoft.com/en-us/library/ff607613.aspx