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...
Restricting download and sync for visitor group in a SharePoint site
Recently I came across a requirement from a client where they wanted to restrict download for visitors on a particular library on a Sharepoint Team Site. There were confidential/sensitive documents...