-
Recent Posts
- Tip: Connect various M365 PowerShell modules for a demo tenant. January 5, 2023
- How to download ‘ALL’ files from a very large document library? December 13, 2022
- How to use AAD Access Token in Connect-MgGraph? October 7, 2022
- How to get all sites from the tenant using MS Graph API? October 6, 2022
- How to hide welcome message for an empty SharePoint List? September 15, 2022
Recent Comments
Perri on How to create HTML table for G… anonymouse on Why should you use compose ver… Jean-Paul on How to find all associated Pow… Manu kamboj on How to Export Intune reports u… How to automate and… on How does the MS Graph “S… Archives
- January 2023
- December 2022
- October 2022
- September 2022
- August 2022
- July 2022
- June 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- September 2021
- August 2021
- July 2021
- June 2021
- April 2021
- February 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- March 2020
- February 2020
- October 2018
- April 2015
- February 2015
- January 2015
- December 2014
- November 2014
- June 2014
- March 2014
- January 2013
- October 2012
- September 2012
- August 2012
- July 2012
- May 2012
- April 2012
- February 2011
- December 2010
Categories
Meta
Category Archives: Technical Stuff
How to do CI/CD pipelines build for an SPFX on Azure DevOps for the site collection app catalog?
Summary My customer needs a way to help the developers to create CI/CD pipeline build for the developers. The customer has the Azure DevOps Server (ADOS). They need guidelines for the DevOps process for SPFx projects. The requirement is to … Continue reading
Posted in Technical Stuff
Leave a comment
Why should you use compose versus variables in apply-to-each action?
Summary If you have large Power Automate flow and you have used a lot of variables and have looping, I bet your flow performance is not good. If that is the problem, please keep reading you may benefit from this … Continue reading
Posted in Power Automate
1 Comment
How to add Power Virtual Agent (PVA) Bot to a SharePoint page?
Summary As you know the Power Virtual Agent (PVA) is a low-code and no-code solution. It is very easy to create a Bot quickly. Now, if you want this bot on the SharePoint page. There are a few options and … Continue reading
Posted in Technical Stuff
Leave a comment
The tenant-wide flag DisableCustomAppAuthentication in relation to Access Control System (ACS)?
Summary If you have used the Access Control System (ACS) and using its APP ID and APP Secret in the PnP.PowerShell module it may not work. The Connect-PnPOnline will work fine but when I try to get any command to … Continue reading
Posted in Technical Stuff
Leave a comment
How to get a list of Site Collection Admins for a SharePoint site?
Summary My customer had a requirement to get the list of Site Collection Admins (SCAs) for any site within the tenant for anyone in the organization. The need of the user is to find additional information from the SCA. This … Continue reading
Posted in Azure, PnP.PowerShell, SharePoint
Leave a comment
How to automate and govern the “Sites.Selected” permissions using a custom tool?
Summary Earlier, I posted an article regarding the “Sites.Selected” MS Graph permission to create the granular permissions for sites. The following is the link for the article. How does the MS Graph “Sites.Selected” permission work for granular permissions for SPO … Continue reading
Posted in Azure, PnP.PowerShell, SharePoint
1 Comment
How to resolve “The attempted operation is prohibited because it exceeds the list view threshold.” for Remove-PnPWeb?
Summary A customer got the following error for removing a sub-site. Clearly, the issue was due to a large list or lists present in the sub-site. Since the entire subsite needs to be deleted with the large list, to eliminate … Continue reading
Posted in SharePoint, SharePoint 2010, SharePoint 2013
Leave a comment
How does the MS Graph “Sites.Selected” permission work for granular permissions for SPO sites?
Summary To provide granular access for the sites the Azure Access Control (ACS) was used in the past. The app id and secret can be created using the add-ins, more info is described here. Note: Please check ACS retirement info. … Continue reading
Posted in PnP.PowerShell, SharePoint
5 Comments
How to get raw data from PFX certificates?
Summary This article will show the step-by-step PowerShell commands to read the raw data from the certificate. Prerequesite is you need to create a sample PFX file. It is very easy to create such files using the PnP Powershell module. … Continue reading
Posted in PnP.PowerShell, SharePoint, Technical Stuff
Leave a comment
Application Lifecycle Management (ALM) for Power Platform (PP) 2 of 3
Application Lifecycle Management (ALM) for Power Platform (PP) 1 of 3 Application Lifecycle Management (ALM) for Power Platform (PP) 3 of 3 You will have two build pipelines and one release pipeline. 1. Create two build pipelines Follow the following … Continue reading
Posted in Power Apps, Power Apps, Power Automate
1 Comment