Forum Discussion
FrodeH
Jan 14, 2020Copper Contributor
Using Apply-PnPProvisioningTemplate to create a library with a different name than the template
I've been trying allsorts but unsuccssessful so far. Can i use Apply-PnPProvisioningTemplate to create a new list/library with a new and different name from the one in the template? I dont want to edit the template file.
This is how i get the template:
Get-PnPProvisioningTemplate -out $templatePath -Handlers Lists -ListsToExtract "IMS Documents"
This is how i try to make the new one:
Apply-PnPProvisioningTemplate -Path $templatePath -Parameters @{"ListInstance Title"="EMS"}