Add and remove operation of Role Definition (Permission Level) in SharePoint site using PnP PowerShell.

In this blog, we will see how we can add a custom permission level in SharePoint site using PnP PowerShell. Also we will see how we can get a particular permission level and remove it from SharePoint site using PnP PowerShell. Add Custom Permission Level in SharePoint site: – The following command snippet will help you to create the permission level […]

Create Classic TeamSite, Modern Team Site, Communication Sites And Retrieve All Site Collections From Tenant Using PnP PowerShell

In this blog, we are going to create classic TeamSite, modern team site and communication sites using PnP PowerShell. Also, we will see how to retrieve all site collections from the tenant and its subsites using PnP PowerShell. First, we need to connect to the Site. To perform connection add, First We Need to Connect to Site. To Perform Connection Add […]

Create A Microsoft Form In Office 365 Site

Microsoft Forms is nothing but a new O365 app. By using Microsoft Forms, we can create a survey, quiz, and pooling like work easily in O365. Using this we can get the responses of users, members for a different organization in a very simple and easy way. In office 365, we can create and Microsoft Forms and add required input […]

CRUD Operations on SharePoint List Using PnP PowerShell

PnP PowerShell can be used to Create, Update and Delete of lists in Sharepoint online as well as Sharepoint on-premises. In this blog, we will look at steps to Create, Update and Delete of SharePoint Generic list from site using PnP PowerShell. Connect to SharePoint site: Connect-PnPOnline -Url https://softreetechnology.sharepoint.com/sites/TestsiteCollBibuti Creating a Generic list: –> New-PnPList -Title TestGenList -Template GenericList Updating […]

Installation of SQL Server 2014 SP1

  Seeing many people eager to install SQL Server 2014 SP1, gave me the perfect opportunity to post an article on “Installation of SQL Server 2014 SP1”. Go through the “below–mentioned” steps for installing SQL Server 2014. I have performed these steps for configuring the SharePoint 2016. Please extract the software and run the setup.exe as “Run as administrator” 2. […]