Introduction: Navigation Bar provides us the infrastructure to add different navigation link options in a site. We can provide the navigation links within “Top Navigation” and “Quick Launch Navigation”. Here, I am providing the code through which we can manipulate the navigation links both in Top navigation & Quick Launch navigation. I have added two navigation nodes i.e., TeamSiteNavigation, […]
ADD, RETRIEVE & REMOVE THE NAVIGATION NODE USING JSOM
Get,Add & Remove Navigation Using PnP-Powershell
Introduction : In this blog, I have discussed how to add, retrieve, and delete the SharePoint navigation menu using PowerShell. Follow the steps to get the result. Steps : 1. Get the Navigation Node 2. Add the Navigation 3. Remove/Delete the Navigation In this blog, added the coding of HubNavigation Menu but you can also Add, Retrieve and […]
Convert Classic pages to Modern pages using PNP Powershell Script
Introduction- Classic SharePoint sites have classic pages like wiki pages, web part pages, blog pages or publishing pages which cannot be used in modern user interfaces. But a classic site can host modern pages which enables a great end user experience. In this blog we are going to discuss about how to transform classic pages to modern page using PNP […]
Display UserName and GroupName of a SharePoint Site in a webpart by using react in Spfx:
At first create your solution named as “itemwebpart” by using “yo @microsoft/sharepoint” as given below: After that you have to give the information as mentioned below. What is your solution name? Listview-webpart Which baseline packages do you want to target for your component(s)? SharePoint Online only (latest) Where do you want to place the files? Use the current folder Which type of client-side […]
Add,Update & Delete Webpart of a SharePoint Page Using PNP PowerShell
In this blog, I have discussed about how to edit and delete a webpart of a SharePoint page using PNP PowerShell. Follow the below instructions to edit and delete a webpart. • Add a webpart • Edit webpart property • Remove a webpart • Run PowerShell script Add a webpart : Follow the below code to add a webpart to […]
Creating Content Type and Field Using JSOM
In this blog we are going to discuss about how to create list content type and its field under site content type using JSOM. Content type is the set of columns which we can reuse in all lists and libraries in a site. Providing the steps below to create content type and its fields. Step 1 : First get the […]
Retrieve Recycle Bin Items Using Different Filters Condition & Restore Them Using PNP PowerShell
In this blog, we will learn how to get number of items present in recycle bin and apply different filter conditions on it. We will also see how to restore the items to its previous location. Steps: First we need to connect site. We can do this following below command Open SharePoint Online Management Shell as administrator and add Connect- […]
How to Create and Delete Managed Metadata Terms in The Term Store
Introduction: In this blog I will show you some of the options those are available in TermStore. For example, creating and deleting TermGroup and TermSets in the TermStore. How to go to the TermStore of your site: • At first you should click the ribbon button in the left corner of the panel. • After clicking the ribbon button select […]
How to Create a New SharePoint List and Adding a Choice Field in it By Using PNP
Now a days there is high demand in PNP as there is less execution of codes and all is done by executing a number of commands in PNP. Procedure: Connect to the site: At first connect to the site where you want to create a new list and choice field of it. To connect to the SharePoint list you must […]
SharePoint Permission Tasks Using PnP PowerShell
In this blog, we are going to discuss about the SharePoint permission in different scenarios like how to assign & remove permission to a user, how to assign unique permission. Also, we will retrieve the users and the corresponding role associated with them. SharePoint Permission is used for assigning different types of roles/permission to different users. A user can perform […]