PnP stands for Pattern and Practices which contains various PowerShell commands that we can use to perform complex actions in SharePoint. You can install PnP PowerShell for different SharePoint versions. We will use the below command in PowerShell: To Install: Install-Module SharePointPnPPowerShellOnlineInstall-Module SharePointPnPPowerShell2013Install-Module SharePointPnPPowerShell2016Install-Module SharePointPnPPowerShell2019 To Update: Update-Module SharePointPnPPowerShellOnlineUpdate-Module SharePointPnPPowerShell2013Update-Module SharePointPnPPowerShell2016Update-Module SharePointPnPPowerShell2019 To Uninstall: Uninstall- … Continue reading How to install PnP PowerShell and connect with SharePoint Online.
Category: SharePoint
How to CRUD items in SQL from SharePoint List
There are no any option available directly to create and update items automatically in SQL Database from SharePoint.We will solve the issue in 3 steps: Creating List in SharePointCreating Table and Stored Procedure in SQLUsing Power Automate as a bridge to sync data. a. Creating List in SharePoint We will use a demo for this … Continue reading How to CRUD items in SQL from SharePoint List
How to Create Money Lending App using PowerApps and SharePoint
Money lending app is basically an app where we can monitor our transactions of lending money to others. In this vast life its hard to keep record of every transactions in pen-paper format. So, we created an app which can be access and monitored from anywhere whether you are in your home or outside while … Continue reading How to Create Money Lending App using PowerApps and SharePoint
A quick overview of Microsoft SharePoint
What is SharePoint? Microsoft SharePoint is a web-based collaborative platform that integrates with Microsoft Office, Launched in 2001. SharePoint isn’t a programme it’s a platform and it’s a collection of many very different products and technologies all wrapped up and given a name “SharePoint”. SharePoint is a server product we don’t install SharePoint on our … Continue reading A quick overview of Microsoft SharePoint

