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 Restore Deleted Files in Microsoft Teams?

Requirement: Restore deleted files from teams. How to restore a deleted file in Teams? Microsoft Teams is a popular collaboration platform that allows team members to chat, share files, and work together on projects. It can be used to store project files, presentations, and other important documents. Sometimes significant files can be…

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

SharePoint Online: How to Grant Permissions to a Document?

Requirement: Share a document in SharePoint Online. Permissions are hierarchical in SharePoint Online, from the Top-level Site collection to the file level. When documents are created in the libraries, they inherit the permissions of that library by default. However, This inheritance can be broken, and permissions can be applied directly to the…

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