How to Promote a Site Page to News Post in SharePoint Online?

Requirement: Convert Site Page into News post in SharePoint Online. How to convert a Site Page into News Post in SharePoint Online? In modern SharePoint Online sites, any existing site page can be converted into the News page so that it appears in News web parts. To promote a site page to…

Read more

SharePoint Online: How to Make a List Read-Only?

Requirement: Make a SharePoint Online list to read-only. How to make a list read only in SharePoint Online? In SharePoint Online, you may want to make a list read-only to prevent users from editing or deleting items. This can be useful if you want to publish a list as a reference or…

Read more

How to Enable Mega Menu in SharePoint Online?

Requirement: Enable the mega menu in SharePoint Online. How to Enable Mega Menu in SharePoint Online? Mega menus are a type of drop-down menu that display a large, organized list of links and options. They are a great way to help users navigate complex websites and can improve the overall user experience….

Read more

SharePoint Online: Copy a Document Library using PowerShell

Requirement: PowerShell to Copy a Document Library in SharePoint Online. How to copy a Document Library in SharePoint Online? Have you ever wanted to copy a document library in SharePoint Online? Perhaps you want to create a new library with the same structure and content as an existing one, or you need…

Read more

How to Disable Quick Edit in SharePoint Online?

Requirement: Disable Quick Edit in SharePoint Online. Quick edit is a great feature in SharePoint Online that allows users to quickly change list items and document metadata. While this is a convenient feature, there may be times when you need to disable Quick Edit for some reason. In this post, I will…

Read more

SharePoint Online: Copy a Document Library to another Site using PowerShell

Requirement: Copy a document library to another SharePoint Online site using PowerShell. How to copy a Document Library to another site in SharePoint Online? Have you ever needed to copy a document library from one SharePoint Online site to another? Maybe you needed to move content from an old site to a…

Read more

How to Change Personal View to Public in SharePoint Online?

Requirement: Change a personal view to public in SharePoint Online. How to make a Personal View to Public in SharePoint?  We cannot change a personal view to the public in SharePoint either through web UI or with programmatic approaches (C#, PowerShell, etc.). This is because, When a view is created, The SPView.PersonalView…

Read more

How to Convert Word to PDF in SharePoint Online?

Requirement: Convert Word document into PDF in SharePoint Online. How to Convert Word to PDF in SharePoint Online?  Here is a nifty trick to convert word documents to PDF in SharePoint Online without using any 3rd party tools. Prerequisites: Make sure the library is in “Classic Experience”. You can change the UI…

Read more

SharePoint Online: Disable Access Requests for All Sites using PowerShell

Requirement: Disable access requests for SharePoint Online sites. How to Disable Access Requests in SharePoint Online? You may want to disable access requests in SharePoint Online in specific scenarios. We can disable the ability for people to request access to your SharePoint Online site, either from site settings or by using PowerShell….

Read more