0

I'm looking for a way to import a sharepoint list of a sharepoint site and export it into another destination. I looked at this Powershell PnP commands

I don't want the CopyList as i need to have the columns and site created on both source and destination. I'm using the latest powershell 7.x and the latest powershell pnp. Can i use a site template for this?

I only need the list. It seems the PnP commands have been changing

Any tips would be appreciated

1 Answer 1

1

You could use the cmdlet "Export-PnPListToSiteTemplate" to export the list and use the cmdlet "Invoke-PnPSiteTemplate" to apply the template on your target site.

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.