Adding default content to a document set using PnP PowerShell
Given below is the code snippet you could use to add default content to your document set using PnP PowerShell #Get Document Set $DocSet=Get-PnPDocumentSetTemplate -Identity [Doc set CT Name] #get...