Find all lists and libraries with more than 5000 items for each web and its subwebs with the amount you want to check for using a PowerShell Gallery script.
Download and synchronize documents from SharePoint using CSOM
I have created a script in 2015 to download all documents from a site collection to a file share or local drive (blogpost) but we now received the request to download and synchronize documents from SharePoint Online. The customer wants to download all documents from one library and keep the documents updated on the file … Read More
Configure SharePoint managed metadata columns using PowerShell CSOM
I received the request from a colleague to create a script that will configure all managed metadata columns in SharePoint Online to allow people to fill in values. My colleague first tried this using PnP but was unable to configure the necessary property of a managed metadata column. It is possible to set this property … Read More