Category Archives: SharePoint
How to Prevent M365 Users from Executing SharePoint Online and PnP PowerShell
While SharePoint Online and PnP PowerShell can be useful for legitimate purposes, they can also be misused by unauthorized or malicious users to perform actions that are not compliant with the SharePoint Online policies or the organization’s governance rules. For example, a user could use SharePoint Online or PnP PowerShell to: These actions could compromise…
How to Enable M365 Groups, Teams and SharePoint Sites Option in Sensitivity Labels in Microsoft Purview
Microsoft Purview offers a comprehensive suite of tools designed to ensure the protection and governance of data across your organization’s digital landscape. One of its key features is the ability to apply sensitivity labels to Teams, Microsoft 365 Groups and SharePoint sites. In this blog post, we’ll walk through the steps to enable the Groups…
Generating “Request Files” link in SharePoint with Power Automate for Anonymous Users to upload files in specified folders
Scenario I recently got involved in a project where the client, an educational institution, needed us to facilitate a way for parents of students to complete an online information form and attach various documents, all anonymously, without requiring usernames, passwords, Microsoft account or Microsoft 365 accounts. The organization had Microsoft 365 accounts for its staff…
How to Create Column Formatting with Custom Hyperlink to another List based on a Lookup Column
In this post I’m going to show you how you can create a hyperlink column in a list that customized with Column Formatting feature and will filter another list items based on a lookup column value. This scenario was a request from my colleague, and I decided to share it with you : To implement…
How to display data from multiple SharePoint lists using PnPjs and DataTables in CEWP
In this article, we will learn how to use PnPjs to get data from multiple SharePoint lists and display the collected data in a jQuery Datatables in SharePoint 2013/2016/2019 or online without a SPFx webpart. You will also learn how to filter data in PnPjs and also group items with count in DataTables. What is…