Category: SharePoint

According to Wikipedia, SharePoint is a web-based collaborative platform that integrates with Microsoft Office. Launched in 2001, SharePoint is primarily sold as a document management and storage system, but the product is highly configurable and usage varies substantially between organisations.

Due to the highly configurable nature of SP and the multitude of versions available, we offer a vast collection of classic and moder SP information within this category which covers everything from Enterprise Users of the latest SP Release.

Therefore, this category is broad too, and is full of handy tips, tricks and advise. Check out some of the Step by Step blogs or learn with our eBooks, How To videos and Webinars.

Integration @PnP/Graph and SPFx – 1
Integration @PnP/Graph and SPFx – 1
Blog Posts

I am planning to write series of articles to cover the @PnP/Graph artifacts. I am starting with @PnP/Graph/Users object.Article provides the steps how to integrate PnP Graph in SPFx and best practices to initialize the class and call methods.The SharePoint Development community also known as PnP Community.An open source initiative coordinated by SharePoint engineering.Let’s Start: Create a new web… READ MORE

How to Provision Sharepoint Sites using Power Automate
How to Provision Sharepoint Sites using Power Automate
Blog Posts

Provisioning Sharepoint Sites and their customization often becomes a time-consuming and unattractive task. To step up this process, you only need an E3 license. This process allows you to create sites and subsites using a Sharepoint List that will trigger a flow, thus creating a new site from a customizable template. Create a Sharepoint List… READ MORE

Get file (download) from Sharepoint through PowerShell script
Get file (download) from Sharepoint through PowerShell script
Blog Posts

Another simple article, which provides a PowerShell script that I need to use to download a file from a Sharepoint site. So for that we are using the Pnp.Powershell module by giving the Sharepoint online credentials and then we use Connect-PnPOnline function to connect in the account from the PowerShell. The documentation of this module can be found here: PnP… READ MORE

Delete rows from a SharePoint list through Powershell script
Delete rows from a SharePoint list through Powershell script
Blog Posts

Another simple article, which provides a PowerShell script that I need to use to download a file from a Sharepoint site. So for that we are using the Pnp.Powershell module by giving the Sharepoint online credentials and then we use Connect-PnPOnline function to connect in the account from the PowerShell. The documentation of this module can be found here: PnP… READ MORE

Preservation Hold Library And The Site Storage Quota
Preservation Hold Library And The Site Storage Quota
Blog Posts

This blog post idea comes from a reader’s recent question… “Is there any way to get a size of our PHLs in each site collection?” Background… when you publish a retention policy to a SharePoint site with a setting to retain for a period of time, changes and deletions are preserved in a special library… READ MORE

SharePoint Document Sets
SharePoint Document Sets
Blog Posts

I’m a fan of Document Sets for complex document management scenarios. Document Sets are a great way to store related documents together (folder style) while also adding metadata that can inherit to each document stored in the document set. The use case for Document Sets is usually where you have a requirement to store related documents in… READ MORE