SharePoint Online: Create a Content Type using PowerShell

What is Content Type in SharePoint Online? Content types are a set of columns grouped together to serve a specific purpose. Think about an Invoice template! Instead of you and your users ending up creating different templates each time from scratch, you can define an Invoice template once, and your users can…

Read more

How to Create SharePoint 2016 Farm using PowerShell?

SharePoint 2016 is a powerful platform for creating and managing collaborative websites and business applications. Creating a SharePoint farm can be a complex task, but PowerShell can simplify the process significantly. This blog post will show you how to create a SharePoint 2016 farm using PowerShell. This can be useful if you…

Read more

SharePoint Online: Version History Report using PowerShell

Requirement: Generate version history report for all sites in a SharePoint site collection. SharePoint Online PowerShell to Get Version History Details of a Document Library The version history feature in SharePoint Online maintains a history of all changes made to any file or list item. When multiple users are working on a…

Read more

SharePoint Online: Audit Versioning Settings on All Lists and Libraries using PowerShell

Requirement: Audit versioning settings for all lists and libraries in the SharePoint Online site collection. PowerShell to Generate Versioning Settings Analysis for SharePoint Online Site Collection: Looking for a way to audit versioning on all lists and libraries in your SharePoint Online environment? PowerShell can help! In this post, we’ll look at…

Read more

How to Create State Service Application in SharePoint 2016?

Many components like InfoPath Form services, Visio, Search Service, workflows, etc., relies on the State Service Application of SharePoint to store the application sessions. If it’s not configured already, you’d probably see error messages such as: “The form cannot be rendered. This may be due to a misconfiguration of the Microsoft SharePoint…

Read more