Posts

Upgrade your SharePoint Framework (SPFx) projects to v1.12.1 with CLI for Microsoft 365

Context With the recent release of SharePoint Framework (SPFx) v1.12.1, it's now time to upgrade your projects for this brand new version. I made my first project upgrade last week and everything went well! This task can be greatly reduced in time by using CLI for Microsoft 365 especially the spfx commands group. In this … Continue reading Upgrade your SharePoint Framework (SPFx) projects to v1.12.1 with CLI for Microsoft 365

Export Power Apps and Power Automate user licenses

Context During a Power Platform audit for a customer, I was looking for exporting all user licenses data into a single file to analyze it with Power BI. In this article, I'll show you the easy way to export Power Apps and Power Automate user licenses with PowerShell! Download the user licenses To do this, … Continue reading Export Power Apps and Power Automate user licenses

[EN] Microsoft Certification Saturday 2021: Power Platform Functional Consultant PL-200 Exam Prep (10/04/2021)

Last Saturday, I made an exam prep (english) for PL-200: Microsoft Power Platform Functional Consultant at Microsoft Certification Saturday 2021 and you can find the full recording below. The gist with all resources is available here. Thanks again to Julian Sharp for having me at his event! https://youtu.be/cfOYq1NLbHA

Remove a SharePoint Online site redirect

Context Last week, I had a problem with a line of business application which uses a SharePoint Online site as backend, this application initialize the backend automatically (site, content types and lists creation) when it's not already created. In this environment which was not mine, it was requested to start from zero but with the … Continue reading Remove a SharePoint Online site redirect

Microsoft 365 PnP Weekly – Episode 120

Hi everybody, New week and new mention of my Microsoft Tech Community article in the last Microsoft 365 PnP Weekly - Episode 120. As Vesa said, it's not recommanded to use SPFx v1.12 in a production environment at the moment (deprecated) but you can try it yourself for development purpose (testing). We are now waiting … Continue reading Microsoft 365 PnP Weekly – Episode 120

Manage sites content types with Microsoft Graph (beta)

Context Project Cortex uses AI for recognizing content types across systems then creates a knowledge network based on relationships among topics, content, and people (Viva Topics/SharePoint Syntex). This is my second article about Content services in Microsoft 365 and today I'm covering Content types APIs in Microsoft Graph (beta endpoint) which provide CRUD operations like … Continue reading Manage sites content types with Microsoft Graph (beta)