In this blog, we have discussed about adding, retrieving, and deleting the SharePoint online quick launch navigation menu using the c# server Object model. Follow the below coding to get the result. Add new term in quick launch: Add the below code in your Program.cs. namespace GetNavigationNode { class Program { static void Main(string[] args) […]
Add, Get and Delete Quick Launch Navigation using c#
How to enable and disable MFA using PowerShell
Introduction-In Office 365, multifactor authentication (MFA) is a security feature in which it authenticates whether the user who trying to access the exchange online is the same user who claims the account. MFA use the user’s phone number or mobile app to connect the Office 365. Providing the steps below to enable MFA. Step1-To run Office 365 to remote […]
CREATE A STYLE HTML TABLE IN AN EMAIL USING POWER AUTOMATE:
Introduction: In this blog I will show how to customize an email using Power Automate. Steps: At first I have created a list as given in the screenshot below: Then go to your Power Automate page of your site. Then select create and then select “Instant Cloud Flow” as given in the screenshot below: Then you have to select “Get […]
What is PowerApps Collection and how to create a Collection in PowerApps?
In simple words, collection by mean is a group of items. PowerApps provides most useful feature i.e. PowerApps Collection. It is an array that is use to keep data in PowerApps memory. Create a Collection in PowerApps Syntax – Collect (Collection Name, record(s)) Here Collect = this is the default function name provided by PowerApps to create the collection. Collection […]
Save a list as template in SharePoint online using PowerShell
Introduction- In SharePoint, the list templates provide re-usability of columns without recreating it on every single site. For e.g. I have created a custom list which name is Project , in a SharePoint site collection with all relevant columns, Now I want this list structure in other site collections, without recreating the list on every single site. Steps to save […]
Microsoft brings Power Fx: the low-code programming language for everyone!
[vc_row][vc_column][vc_column_text] The last 20 years has seen a massive leap of devices and technologies availability to companies across the globe. Consequently, IT pros are done managing tasks that are of similar nature, yet of complex environments. Plus, the environments have radically developed as well as the IT. The rapidity of digital transformation has been further accelerated by the clouds, which […]
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 […]
Add user to a SharePoint group when SharePoint list item is created or modified using Microsoft flow/power automate
[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 […]
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 […]
