[vc_row][vc_column][vc_column_text]In this blog, we are going to discuss about how to create Hub site, associate a site to it, get the associated site and remove the associated site using PowerShell. What is Hub Site: Hub sites brings the related sites together to roll up news, events & to simplify search with shared navigation across the sites. These sites are […]
Get, Set and Remove Associated site using PowerShell
Microsoft brings Azure IoT Edge Modules for Linux on Windows in Public Preview
[vc_row][vc_column][vc_column_text] Microsoft recently announced the public preview of Azure IoT Edge for Linux on Windows, aka EFLOW. The produce will let customers run production Linux-based cloud-native workloads on Windows IoT. With Azure IoT Edge, storage and compute are closer to IoT devices, where it’s being gathered. The Azure IoT Edge open-source solution is offered by Microsoft to deploy Docker containers. […]
Move items of a source list of a SharePoint site to the destination list of same SharePoint site and by using flow:
Here, I have described that how to move items of a source list of a SharePoint site to the destination list by using power automate. =>At first create a source list in your SharePoint site. =>After that you should create your destination list and add fields as same as of your source list. =>After it you should create a flow as below: […]
Create A Webpart Which will retrieve the List and Document using SPFx
In this Blog, we are going to discuss about the creation of a new webpart using SPFx(No JavaScript framework).This webpart will represent the data of the corresponding site such as website Name ,website URL ,Total List Count & retrieves the name of all custom list and documents. Let us get started … Step-A:(Creation of Webpart): Open Command Prompt. Go to […]
ADD, RETRIEVE & REMOVE THE NAVIGATION NODE USING JSOM
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, […]
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 […]
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 […]
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 […]
How to Create a Client, Customer or Vendor Portal in SharePoint Online
External sharing is unavoidable these days and when you use SharePoint, content exchange with external parties is almost mandatory. Documents and folders are needed to exchange with those you collaborate with which was achieved via secure FTP sites in the past. With SharePoint Online, we can achieve this in a more direct mechanism. Today, I would like to explain you, […]