In our blog, we will be going to retrieve user name and password from SharePoint lists and using that credential; we will login and navigate to the welcome screen. Steps to Create Login Screen Step 1: Create a custom list having fields with user name and user password as shown in Below image. Step 2: Login to the power app’s […]
Create power apps login screen using credentials from SharePoint list
Add, Update and Remove web part using csom
Introduction- Web parts are the building blocks of the pages by which you can modify the content, appearance and behavior of pages of a SharePoint site. In this blog we are going to discuss How to Add, Update and Remove the web part using csom, here I have used Content Editor Web Part in Wiki page. Adding the web part […]
Add, Get and Delete Quick Launch Navigation using c#
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) […]
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 […]