Get, Set and Remove Associated site using PowerShell

[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 […]

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. […]

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 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, […]