Azure Search Service – Create a Data Source programmatically – C# Programmatically
Let us know, how to create a data source in Azure Search Service Programmatically using C#
How To Add Microsoft Teams In Your Office 365 Tenant
In this article we’ll look into how to setup and add Microsoft Teams in your O365 tenant. Here, I am using Office 365 Developer Tenant, (to sign up for Office 365 Developer program, please use this link, free for one year). Once you successfully signed up, you can login to this page https://www.office.com/ In my Office 365 Home page nothing has been added so far, so its bit empty as you can see from the below screenshot.
Quick Authentication From PnP PowerShell To Access SharePoint
In this article we will see how to easily access SharePoint from PnP PowerShell by quick authentication (no need to provide username and password each time). This could help when there’s a need to run a scheduled task which access SharePoint. The first and foremost step to access SharePoint from PnP PowerShell is authentication.
How to Identify the In-Active Users from SharePoint Online using C# CSOM Programmatically
A common problem during the data management within SharePoint is, some of the users might be leaving the company and the documents created by them will remain on their name. Though, the admin will delete the user from the Admin portal, the Users will be available on the Site Collection Level. Recently, I came up with a requirement to update these users with a given service account.
Windows Task Scheduler – Environment.CurrentDirectory Issue – Simple Tip
A Small tip about Windows Task Scheduler – Environment.CurrentDirectory Issue
Upload And Set Office 365 Profile Image Using Microsoft Graph API
In this article, I have explained how to change your profile image in Office 365 and set it into Office 365 from SharePoint online using Microsoft Graph API
Getting User Properties From Office 365 Using Microsoft Graph API
In this article, I have explained how to retrieve user properties from Office 365 using Microsoft Graph API. In my previous article, I have explained how to fetch the access token to consume graph API. The first
Graph API Introduction
In this article, I have explained how Microsoft Graph API works; then how to create an app to consume Microsoft Graph API in your web applications, mobile apps, and web API
Step By Step Procedure To Create (Provision) Office 365 Groups Programmatically Using C# And Microsoft Graph
Let us create the Office 365 Groups Programmatically using Microsoft Graph and C#
How to Add Video Embed Webpart on SharePoint Office 365 Modern pages using C# CSOM Programmatically
In this article, let us see how to add a Video Embed Webpart Programmatically using C# in Office 365 Modern Pages.