In the below article we will see how to provision Sub Sites in SharePoint Online. As a first step, we need to check whether the subsite is already exists or not. If it doesn’t exits then we will provision the site using CSOM (Console Application).
How To Add WebPart To Newly Provisioned Site (Or Subsite) Using CSOM – C# Programmatically
In the below article we will see how to provision Sub Site and add new Web part into the subsite using CSOM (Console Application).
Configuration Tip – Sharing SharePoint Modern Sites with External Users
Enabling the External Users access in SharePoint Online Tenant level settings – A small Insight
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.
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
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.
How To Update The Regional Settings Of SharePoint Office 365 Site Collection Programmatically Using C# Patterns And Practices CSOM
In this article, let us see how to update the Regional Settings of SharePoint Office 365 Programmatically using C# PNP.