Forum Discussion
Rodrigo Fernandez
Aug 27, 2018Copper Contributor
Using PowerShell Workflows to improve performance on creating Document Libraries
Hi I recently worked on a project to create document libraries for each folder seating on a file share. The folders totaled over 2000. Creating a document library for each was super slow calling ...
Aug 28, 2018
Do you mean to improve the performance of list creation? Not really since you have to rely on the SPO API, something you are doing with the New-PnPList...one possibility here would be to explore if the Site Scripts and Site Design options is faster here