[vc_row][vc_column][vc_column_text] In this blog, we will know how to add a user to SharePoint group when item is created or modified using power automate or Microsoft flow. We need to follow below steps to add user to SharePoint group. Step 1: I have created a custom list having a user field. When I will update a item with user […]
Add user to a SharePoint group when SharePoint list item is created or modified using Microsoft flow/power automate
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. […]
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: […]
Cascading Dropdowns using PowerApps
In this blog, we will see how to apply cascade dropdown to a list field using Power Apps. Step1. We need to create two SharePoint generic lists named “Country” and “City”. The SharePoint generic list “Country” holds a column of type “single text line” showing country names and the SharePoint generic list “City” contains two columns. The first column name […]
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 […]
Microsoft To Consolidate SharePoint and OneDrive Admin Portals
As per an announcement last week, Microsoft decides to substitute its OneDrive and SharePoint Admin Center management portals with a merged portal, which will be available with an February Update to Microsoft 365 subscribers. There are plenty of management portals available from Microsoft, to such an extent that it has an MS Portals project in existence that is used 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, […]
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 […]