Forum Discussion
Nigel_Price9911
Mar 27, 2017Iron Contributor
PnP-Powershell to upload files into Document Sets
Hi Has anyone seen any PnP-PowerShell to upload a) a file in Windows filestore into an existing document set or b) upload multiple files in Windows filestore into an existing document set ? I ca...
Mar 27, 2017
Try in the below format, specify the document set as <Library Name>/<Document Set Name>
Add-PnPFile -Folder "Shared Documents/docsetfolder1" -Path "C:\test1.xml"
Nigel_Price9911
Mar 28, 2017Iron Contributor
Thanks NarasimaPerumal Chandramohan Pieter Veenstra for the responses. Works good.