Category: PnP.Framework

PowerShell - Connnect-PnPOnline - using ClientID and Certificate 2

Microsoft 365 : Detailed steps using Connect-PnPOnline with Client ID and X509 certificate

Microsoft 365 : Detailed steps using Connect-PnPOnline with Client ID and X509 certificate

fig : PowerShell - snap of complete script and output 0

Small Tricks and Tips : Microsoft 365 – PnP PowerShell – Breaking permission inheritance on subsites, all lists and list items

In this article we will discuss – how to break inheritance on SharePoint online subsites, lists and listitems using PnP PowerShell.

HAVE A GREAT LEARNING AHEAD!!!

fig : Microsoft 365 - Connect-PnPOnline - exception while connecting to site, this exception is because MFA is enabled for the current user 2

Microsoft 365 : PowerShell – Connect-PnPOnline – resolving error – AADSTS50126: Error validating credentials due to invalid username or passwordMicrosoft – even though user name and password are correct

In this article we will discuss – how to resolve error while connecting to SharePoint using Connect-PnPOnline

We will also discuss how to connect SharePoint site using Connect-PnPOnline when MFA is enabled

HAVE A FANTASTICE LEARNING AHEAD!!!

Microsoft 365 – Connecting to Microsoft tenant using PnP PowerShell – Connect-PnPOnline - DeviceLogin parameter 5

Microsoft 365 – Connecting to tenant using PnP PowerShell – Connect-PnPOnline – exploring DeviceLogIn (Device code flow) parameter- Part 2

In last article – we discussed few approaches / options for connecting SharePoint site / generating context using PnP Connect-PnPOnline cmdlet.

In this article we will discuss about -DeviceLogIn parameter or DeviceCodeFlow

Microsoft 365 - Connecting to Microsoft tenant using PnP PowerShell - Connect-PnPOnline 5

Microsoft 365 – Few approaches / options for Connecting to tenant using PnP PowerShell – Connect-PnPOnline – Part 1

Microsoft 365 – Connecting to Microsoft tenant using PnP PowerShell – Connect-PnPOnline

This is two part article. In first part we will discuss few approaches to connect to Microsoft 365 using Connect-PnPOnline and in next few.

Have a GREAT day ahead 🙂

Microsoft 365 - PowerShell script - Get all SharePoint sites where respective security group has permissions - using PnP PowerShell (connecting Tenant using Azure app client id and client secret key) 1

Microsoft 365 – PowerShell script – Get all SharePoint sites where respective security group has permissions – using PnP PowerShell (connecting Tenant using Azure app client id and client secret key)

Hi All, today one more powershell script to our collection – Get all SharePoint sites where respective security group has permissions – using PnP PowerShell (connecting Tenant using Azure app client id and client secret key)

Thanks . STAY SAFE 🙂 STAY HEALTHY 🙂

0

PowerShell – Connecting to SharePoint Online using PowerShell

What is the PowerShell?

PowerShell consists of two parts, a command-line shell and a scripting language. It started out as a framework to automate administrative tasks in Windows. PowerShell has grown into a cross-platform tool that’s used for many kinds of tasks.

M365 - SharePoint Online - adding OOB default client side web part - DefaultClientSideWebParts 1

M365 – SharePoint Online – Adding / Provisioning client side webpart on modern page using CSOM in .NET Core application

Hi All, greetings for the day:)
In this article we will discuss how to add OOB default client side webpart / component and our custom SPFX component on communication sites modern client side page using CSOM

Detailed steps are given please have a look once.

Thank 🙂

M365 - SharePoint Online - Error - You can only promote home pages as site home page - error while calling ClientSidePage.PromoteAsHomePage() in CSOM 2

M365 – SharePoint Online – Resolving error – You can only promote home pages as site home page – error while calling ClientSidePage.PromoteAsHomePage() in CSOM

Hi All,
Greetings for the day 🙂
Today new issue 🙂 solution 🙂

In this article we will discuss solution for error – “You can only promote home pages as site home page” – exception while calling ClientSidePage.PromoteAsHomePage() in CSOM

PnP.Framework.AuthenticationManager class 0

M365 – SharePoint Online – CSOM – Getting SharePoint client context using PnP.Framework in .NET Core application

In this article we will discuss how to get SharePoint Online Client Context using new PnP Framework 🙂