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...
Microsoft Teams – What and How?
Recently there has been a great shift in workplace dynamics due to the coronavirus pandemic. Companies are encouraging employees to work from home and most of the companies plan to...
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...