How To Get Inventory report Of Web parts added to SharePoint site page In...
While planning for the Migration or other purpose sometimes, we need to know the web parts added to the SharePoint Pages, This inventory is not available on any of the existing migration tools handy....
View ArticleExecuteQuery” with “0” argument(s): “The remote server returned an error:...
The above said exception looks very strange. Because, I have installed the SP Online Management Shell and all the DLLs were properly installed. But, when I try to execute the below code, on the...
View ArticleHow to connect to SharePoint Online using PnP PowerShell and SharePoint...
Hello,Here we are going to connect SharePoint Online using PnP PowerShell and SharePoint Online Management Shell from your machine. If you have an issue while accessing PnP from your Windows 7 or 8...
View ArticleHow to use PnP PowerShell in Windows 7 or Windows 8 machine
Hi, If you are not using windows 10 and still you want to use PnP PowerShell then you are at the right place. Follow the below steps and install whatever is necessary to make your PnP PowerShell work...
View ArticleHow to enable site classification in modern SharePoint site
The site classification option is not enabled by default in modern site, and you need to configure it using either CSOM or PowerShell script. Site classification is basically used to define the...
View ArticleHow to Delete the Modern Sites Using PowerShell in SharePoint Office 365
In this article, a small PowerShell Snippet to delete the SiteCollections from Office 365 is explained. There are two methods used in this script. Which is mandatory. Because, when we delete from the...
View ArticlePowerShell script to change the People web part properties on a modern...
In this article, let us see how to change the site contact properties on a People web part for the multiple site since we can’t go and change it manually every time if we need to update the properties...
View ArticlePowerShell script to set user email in the access request settings on Modern...
In this article, let us see how to change or add the user to access request list The access request feature allows people to request access to content that they do not currently have permission to see....
View ArticlePowerShell script to create bulk sub sites in modern site and associate group...
In this article, let us see how to create bulk sites by accessing csv in modern site and associate default group to that site. Clear-host Write-Output -msg "Start : Module loading Process" $modulePath...
View ArticlePowerShell script to change the content type for an existing document in...
During our O365 Migration, we had an issue with removing old content type at library level since the items are attached with the old content type, hence I wrote script to change the old content type...
View ArticleQuick Authentication from PnP PowerShell to access SharePoint
Hello everyone, 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...
View Article