How to Enable or Disable Comments in SharePoint Online List?

The “Comment” feature introduced in SharePoint Online modern lists allows users to comment on SharePoint Online list items. Commenting is a great way to collect feedback and keep track of changes in essential documents. However, in some cases, you may want to disable comments on a list to prevent unwanted content. This…

Read more

How to Disable the App Bar in SharePoint Online?

The App Bar is a new navigation menu on the left-hand side of your SharePoint Online modern sites that brings a consistent navigation experience to every SharePoint Online site, featuring quick access to global navigation to quickly access sites, news, and files globally. App Bar is a handy and great new feature,…

Read more

Enable-Disable Automatic News Digest in SharePoint Online

Requirement: Disable the automatic news digest in SharePoint Online. How to Disable the SharePoint Online Automatic News Digest Emails? The Auto News Digest Feature in SharePoint Online sends automated emails to users on the latest relevant News posts from SharePoint sites to which they have access but have not viewed yet, on…

Read more

How to Connect to Azure AD using PowerShell?

Requirement: Connect to Azure AD with PowerShell. How to Connect to Azure Active Directory using PowerShell? Azure Active Directory (Azure AD) is Microsoft’s cloud-based identity and access management service. Azure AD allows you to manage user identities and access rights to your applications, whether on-premises or in the cloud. With the Power…

Read more

How to Exclude a SharePoint Online Site from Retention Policy?

Requirement: Remove retention policy from SharePoint Online site. Exclude a SharePoint Online site from the Retention Policy When you create a retention policy in Microsoft 365 – SharePoint Online, it’s automatically applied to all sites within your organization. You can remove the policy if you don’t want the policy to apply to…

Read more

How to Change the Page Layout of a Modern SharePoint Online Page?

Requirement: Change the page layout in modern SharePoint Online sites. How to change the page layout in SharePoint Online? In SharePoint Online, a page layout is a predefined design for a page that determines the overall look and feel of the page, including the layout of the content, the location of web…

Read more

SharePoint Online: Bulk Add/Update/Delete Faster with New-PnPBatch in PowerShell

The PnP PowerShell Module brings the ability to perform bulk operations in batches in SharePoint Online using the New-PnPBatch cmdlet. This is extremely helpful when dealing with larger lists with create, edit or delete operations. The PnP Batch operations are accelerated and relatively reduce execution time and deliver faster performance. So now,…

Read more

How to Create a Folder using PowerShell?

Requirement: Create a new folder in PowerShell. PowerShell to create a Folder As an Administrator, I always look for ways to streamline my workflow and increase productivity. One tool that has been a game-changer for me is PowerShell. PowerShell is designed to automate tasks, so if you find yourself doing something repeatedly,…

Read more

How to Check the PowerShell Version?

Requirement: Get the PowerShell version. How to check the PowerShell version? PowerShell is a powerful scripting language that enables you to automate tasks, manage your environment, and more. The latest version of PowerShell has brought many new features. Hence, it’s important to know what version of PowerShell you have. Do you know…

Read more

How to Remove a Redirect Site in SharePoint Online?

Problem: When you edit the URL of an existing SharePoint Online site, it automatically creates a new redirect from the old site to the new site. So, You can’t use the old site URL for new sites as there is an existing redirect site with the old URL already in place! Delete…

Read more