-
Recent Posts
- How to extract User Profile Photo using MS Graph API? August 5, 2022
- How to Export Intune reports using Graph APIs? July 7, 2022
- How to prevent ListView WebPart from making frequent Search API calls? June 22, 2022
- How to turn on versioning on ALL document libraries for a site? June 16, 2022
- Build 2022 – May 24 to May 26 June 3, 2022
Recent Comments
Archives
- 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 extract User Profile Photo using MS Graph API?
Summary The existing Champion Management Platform Teams app created in the PnP community uses the User Profile Photo MS Graph API to extract and update the profile picture with the badge. This article will demonstrate how to do the same … Continue reading
Posted in Technical Stuff
Leave a comment
How to Export Intune reports using Graph APIs?
Summary The following REST API call is to get the InTune report data for the tenant. Please refer here for more details on the API. Step By Step Solution Step # 1 Create an Azure AD app with the MS … Continue reading
Posted in Technical Stuff
Leave a comment
How to prevent ListView WebPart from making frequent Search API calls?
Summary My customer has migrated the classic sites to SharePoint Online. Some sites’ home pages are with the list view web part, these pages make multiple query calls to Search API every 60 seconds. This will make Search API throttle … Continue reading
Posted in Technical Stuff
Leave a comment
How to turn on versioning on ALL document libraries for a site?
Summary The requirement is to turn on versioning for all site document libraries, including subsites. Also, the Major version number should be 500. The following Set-PnPList command can be used to set the Versioning and Major version as 500 for … Continue reading
Posted in PnP.PowerShell, SharePoint
Leave a comment
How to get SharePoint audit reports using Office 365 Management APIs?
Summary The following are the customer concerns with the SharePoint sites on Microsoft 365 cloud regarding audit reports. SPO site collection admins do not receive the same GUI presentation for site audit reports that were available on the SharePoint on-premises. … Continue reading
Posted in PnP.PowerShell, SharePoint 2010, SharePoint 2013, Technical Stuff
1 Comment
Application Lifecycle Management (ALM) for Power Platform (PP) 3 of 3
Summary This is the final part of the three-part blog post. Part1 and Part2 posts were focused on the basic settings for the Classic UI mode pipeline setup. In this post, I will explain more advanced, modular, and factory pattern … Continue reading
Posted in Power Apps, Power Apps, Power Automate, SharePoint, Technical Stuff
1 Comment
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
Leave a 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