Change Regional setting using PnP PowerShell

Introduction               Changing Regional settings of a SharePoint Online site manually is straight forward but if someone needs to change the regional settings for all the sites then it will be a time-consuming procedure.               So here I have tried to make the task a bit easier. I have made a PowerShell script to change the regional setting in the […]

Office 365’s new feature ensures uninterrupted user access, even without internet?

[vc_row][vc_column][vc_column_text] A new feature has been added to office 365 apps by Microsoft, which is set to ensure seamless user activities even if there is no connectivity, i.e. Internet connectivity, plus another option for shared devices. To sign and stay up to date, it generally requires for Microsoft apps in customers’ devices to have connectivity once in a month. Apps […]

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

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

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