-
Recent Posts
- An overview of Meeting-screen template for canvas apps February 10, 2023
- Demystifying ExpandMenu Component from the Creator Kit. February 8, 2023
- 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
Recent Comments
Donna M Allen on How to copy multi choice field… Nick on How to eliminate defining larg… Pushyami on How to find all associated Pow… Y on How to get list of users email… Robin on How does the MS Graph “S… Archives
- February 2023
- 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
Author Archives: Pankaj
An overview of Meeting-screen template for canvas apps
Summary My need was for my app to use some code from the invite schedules tabs of the Meeting-screen template for canvas apps. There is also a detailed reference with the code. However, I want to share my notes and … Continue reading
Posted in Technical Stuff
Leave a comment
Demystifying ExpandMenu Component from the Creator Kit.
Summary Are you developing apps in Power Apps? Have you heard of Creator Kit? https://aka.ms/CreatorKit If yes, great. If you have not heard of it I highly recommend you check that out. I will put some video references at the … Continue reading
Posted in Technical Stuff
Leave a comment
Tip: Connect various M365 PowerShell modules for a demo tenant.
Summary This is a quick tip to connect to a demo tenant using one-time storing of the password (a secured string) to a file and calling the connect command as many times as you want to test for the demo … Continue reading
Posted in powershell
Leave a comment
How to download ‘ALL’ files from a very large document library?
Summary My customer had a large document library on SharePoint Online with a deep folder structure. The total number of items is 2.7 million (2,743,321). They want those documents downloaded to the local folder. I know, this is an actual … Continue reading
How to use AAD Access Token in Connect-MgGraph?
Summary The Microsoft Graph PowerShell SDK is a great and simpler ways to get MS Graph API PowerShell code working quickly. But what I have found the source code and example to utilize the X509 certificate ways of authentication. For … Continue reading
Posted in MS Graph, Technical Stuff
Leave a comment
How to get all sites from the tenant using MS Graph API?
Summary The PnP PowerShell command Get-PnPTenantSite to get all sites from the tenant takes longer time. Additionally, it does not have asynchronous ways to get the information in the Azure Durable Function. This article uses the MS Graph API List … Continue reading
Posted in MS Graph, SharePoint
Leave a comment
How to hide welcome message for an empty SharePoint List?
Summary Create a new custom list, you will notice this new list will have the following message as shown below. An image.. + “Welcome to your new list” + “Select the New button to get started” This post should help … Continue reading
Posted in SharePoint, Technical Stuff
Leave a comment
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
2 Comments
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