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
Gleb Krylov
Aug 31, 2017Copper Contributor
Yes, I want include all data and all permissions
Aug 31, 2017
PnP PowerShell doesn't copy the data. You might have to use some 3rd party tool to do this.
- Gleb KrylovSep 01, 2017Copper Contributor
It's working! By this function
Add-PnPDataRowsToProvisioningTemplate
https://msdn.microsoft.com/en-us/pnp_powershell/addpnpdatarowstoprovisioningtemplate
- Gleb KrylovAug 31, 2017Copper ContributorOk, thank you for the info.
Maybe you how to do it without any 3rd party tool? Maybe some opensourse tools like PNP?- 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