Turn your real-world experience into part of the show.

Power Platform Episodes

Dive into the governance, security, and architecture of the Microsoft Power Platform, focusing on tools like Power Apps and Power Automate. Learn how to implement scalable solutions that are compliant and efficient.
July 30, 2025

Microsoft Graph App-Only Consent Explained

Stop blindly clicking “Grant admin consent.” This deep dive demystifies Microsoft Graph app-only permissions—who consents, which scopes you actually need, and how tokens really work in production. Learn least-privilege setups, admin consent gotchas, secret/cert rotation, managed identity, and audit-ready monitoring so your background jobs don’t break at 2 a.m. or expose tenant-wide data. Ship secure, stable automations—without drowning in consent dialogs.
July 30, 2025

Automate Microsoft 365 with the Cross-Platform CLI

Ditch the tab-juggling and OS headaches. The Microsoft 365 CLI gives admins one cross-platform command set for SharePoint, Teams, Outlook, Planner, and more—on Windows, macOS, and Linux. Build portable automations, run bulk updates, wire into CI/CD, and output clean JSON for dashboards and audits. Learn how to authenticate securely, avoid “nuke-the-tenant” mistakes, and ship repeatable M365 workflows that just work—anywhere.
July 30, 2025

Build Interactive Microsoft Teams Adaptive Cards

Stop posting pretty-but-pointless Teams cards. Adaptive Cards can capture input, fire approvals, update themselves, and even drive bots—without users ever leaving Teams. In this episode, you’ll learn the JSON essentials (body, actions, data binding), how to wire Action.Submit/Execute to Power Automate or a bot, and tricks for personalization and conditional logic so your cards boost engagement (3×+) instead of adding noise.
July 30, 2025

Fix OneDrive Files On-Demand Sync Issues

Tired of OneDrive files spinning forever? This teardown explains exactly why Files On-Demand fails—and how tiny things like path length or a bloated cache can freeze sync. Learn the four core components (filter driver, sync engine, cache DB, cloud module), where each one breaks, and a step-by-step playbook to diagnose red Xs, “file not available,” and ghosted folders before your team loses a day.
July 30, 2025

PnP PowerShell vs PnP Framework

Stop reliving the same SharePoint rollout. This breakdown shows exactly when to use PnP PowerShell for surgical fixes and speed—and when to switch to PnP Framework provisioning for repeatable, audited, at-scale site builds. Learn battle-tested patterns, versioning tips, and a zero-drama migration plan so your templates stick the first time (and the hundredth).
July 30, 2025

Implement DevOps for Power Apps

Your Power Apps aren’t breaking in prod because of bad code—they’re breaking because you’re skipping DevOps. Learn why “Publish” is not a rollback plan, why solution ZIPs are a trap, and how real ALM (source control, pipelines, managed solutions, env strategy) slashes outages, rework, and panic. Ship faster, safer, and without the Monday-morning fire drills.
July 30, 2025

Automate Viva Connections, Topics, Learning, and News

Your Viva rollout isn’t failing—your automation is. Stop hand-typing Topics, chasing Learning content across LMS silos, and waiting for Connections posts to “eventually” appear. Learn the exact auth scopes, payload shapes, and batching tactics to: publish Topics at scale, bulk-load external courses into Viva Learning, and auto-target org-wide news—without cryptic 401s, 403s, or rate-limit faceplants.
July 30, 2025

Fix Microsoft Teams Governance with Lifecycle Automation

Your Teams rollout didn’t fail because you lacked templates—it failed because you lacked lifecycle. This playbook shows how to pair humane templates with quiet, low-friction automation (provision → govern → renew/retire) so users stay inside the guardrails by choice, not force.
July 30, 2025

Strengthen Power Platform DLP and Default Environment Governance

Think your DLP rules have your Microsoft Power Platform locked down? Think again. The biggest data leak in your tenant may be hiding in plain sight—the default environment. In this episode, we expose why environment strategy—not just connector blocking—is the silent weak link behind surprising Power Apps and Power Automate data spills. You’ll learn how proof-of-concept apps quietly turn into “production,” how over-blocking connectors pushes users into risky shadow IT, and why “trust internal, block external” sharing policies fail in hybrid work. We unpack real-world failure patterns (hello, permissive HTTP connector) and show how leaks happen between business units when environments aren’t mapped to data sensitivity or ownership. Then we flip the script with three practical moves: define business-aligned environments, apply targeted connector governance based on actual data flows, and enforce risk-based, time-boxed sharing with reviews and expiries. If you’ve ever asked, “Why do issue…
July 30, 2025

Link Microsoft 365 Usage to Real Business Results

“Your M365 dashboards look busy—but do they move revenue, reduce cycle time, or raise CSAT? Stop counting clicks and start proving ROI: tie Teams, SharePoint, and Outlook activity directly to sales closed, cases resolved, and projects delivered with a unified Power BI model, What-If sliders, and a handful of DAX measures.”
July 30, 2025

Enterprise Microsoft 365 Analytics with Graph Data Connect

Most teams are making big decisions with tiny slices of Office 365 data—throttled exports, missing fields, short retention, and brittle PowerShell scripts. That ends now. This episode exposes why traditional O365 APIs and admin exports were never built for enterprise analytics—and how Microsoft Graph Data Connect flips the script by piping complete, governed data (mail, Teams, SharePoint, audits, calendars) straight into your Azure data lake. No more CSV archaeology. No more “logs don’t go back that far.” Get the whole story securely, at scale, and turn foggy dashboards into decision-grade insight.
July 30, 2025

Use Microsoft Loop Components Across Teams and Outlook

Stop wasting hours reconciling “almost real-time” data across CRM, Power BI, and Teams. In this episode, you’ll see how Microsoft Loop components act like living, embeddable data that updates everywhere at once—no copy-paste, no scheduled syncs, no tab-hopping. We break down why traditional integrations create silos, how Loop flips the script with one canonical object, and the gotchas to watch (permissions, identity, and monitoring). If your sales pipeline lives in five apps and zero people trust the numbers, this is your blueprint for a single source of truth that actually follows you. Fewer debates, faster cycles, cleaner decisions—starting now.
July 30, 2025

Build Custom Microsoft Teams Bots, Tabs, and Extensions

Most Teams users have never opened App Studio—and they’re leaving massive productivity on the table. In this episode, I show how you can build custom bots, tabs, and message extensions in minutes—no code, no chaos. We break down why built-in features hit a wall, how App Studio turns wish lists into working automation, and the simple steps to go from idea to live bot (plus the maintenance habits that keep it all running). Stop duct-taping Power Automate flows and start shipping real workflows—inside Teams—today.
July 30, 2025

How Microsoft 365 Office Co-Authoring Works

Five people editing the same Excel—no chaos, no “file locked,” no drama. 🤯 How?! Today we peel back the UI illusion and show the real machinery behind Microsoft 365 co-authoring: optimistic concurrency, batching, conflict resolution, Microsoft Graph’s global “traffic cop,” and the fail-safes (version history, checkpoints, offline queues) that keep your work safe—even on café Wi-Fi. If you think it’s just pretty cursors, wait till you see how the system decides who “wins” a cell clash and how you can recover when the magic cracks.
July 29, 2025

Automate Microsoft 365 Tenant Cleanup with PowerShell

Still spending Fridays hunting zombie accounts, risky guest links, and wasted licenses? 😵‍💫 Stop the whack-a-mole. In this episode, I show how a small, ruthless set of PowerShell scripts can patrol your Microsoft 365 tenant 24/7—finding dormant users, flagging bad sharing, right-sizing licenses, and pushing clean reports to your inbox (or Teams). We cover the exact modules, schedules, safety rails, and “read-only first” patterns that turn governance from guesswork into a boring, beautiful routine—so your weekends stay yours.
July 29, 2025

Build Secure Custom Connectors for Power Apps

Power Apps doesn’t have a connector for your mission-critical system? Build your own. In this episode, I show you—step by step—how to create a secure custom connector that speaks any API’s language (even the “fun” ones with OAuth quirks), so your apps can pull live inventory, post orders, or track shipments without CSVs or copy-paste. We’ll cover auth, OpenAPI, error handling, throttling, and the guardrails that keep your connector rock-solid in production.
July 29, 2025

Automate Microsoft 365 with Microsoft Graph API

Microsoft 365 looks like apps—Outlook, Teams, SharePoint. The real power is the Microsoft Graph API: one gateway to automate onboarding, sync calendars, govern groups, and ship dashboards the admin centers can’t. In this episode, I show you how Graph actually works (endpoints, scopes, tokens), how to make your first real query, and how to chain calls into business-grade automations—without over-permissioning or breaking compliance.
June 22, 2025

Microsoft Dataverse as a Business Data Backbone

Your data isn’t the problem—your data plumbing is. Microsoft Dataverse turns scattered silos into a governed, secure backbone for apps, automations, and analytics across Power Platform and Dynamics 365. In this episode, we show how to model faster, ship apps sooner, lock down security, and light up insights—without duct-tape integrations.
June 21, 2025

Build Intelligent Power Apps with AI Builder

Stop waiting on data scientists. Power Apps AI Builder drops ready-to-use AI—document processing, prediction, object detection, text models—straight into your apps and flows. Build it, ship it, retrain it, all inside the Power Platform with enterprise-grade security.
May 20, 2025

Empower Citizen Developers with Power Platform Governance

Imagine transforming your business challenges into innovative solutions without relying on complex coding skills. Citizen developers are making this possible every day. By using tools like the Power Platform, you can empower your team to create apps, automate workflows, and analyze data faster than ever. This approach not only accelerates problem-solving but also helps your business stay ahead in a competitive market. The future belongs to those who embrace these game-changing opportunities . ...
May 20, 2025

Fix Power BI Models That Fail to Deliver Results

Have you ever wondered why some Power BI Models seem to fall flat? It often happens because they lack a clear purpose or proper structure. Without a solid foundation, your data turns into a maze rather than a roadmap. When your model misses the mark, it’s harder to make sense of the numbers, let alone use them for smart decisions. The good news? Fixing this starts with understanding the basics of data modeling. Key Takeaways * Begin with a clear goal for your Power BI model. Decide what questi...
May 19, 2025

Improve Collaboration with Microsoft Teams Governance

Imagine a workplace where every team operates in harmony, trust flourishes, and productivity soars. Teams governance holds the hidden power to make this vision a reality. It creates order by defining clear structures and roles, ensuring that collaboration thrives without chaos. Without it, organizations often struggle to gather meaningful metrics or maintain data quality. A well-implemented governance strategy enhances trust and safety while aligning teams with organizational goals. By focusing ...
May 15, 2025

Advanced Power Apps Components and Form Design

This episode explores how to design model-driven Power Apps forms that feel intuitive instead of frustrating. It explains why structure is the foundation of good form design and how model-driven apps use that structure to stay consistent, scalable, and reliable across devices. Rather than treating forms as simple pages for data entry, the episode reframes them as the primary way users experience and interact with information. The discussion walks through how core form elements like headers, tabs, and sections shape flow and usability, and why thoughtful organization matters more than adding features. It explains how subgrids reduce context switching by showing related records directly within a form, and how quick view forms provide instant reference to parent data without interrupting workflow. Together, these components help surface the right information at the right time while keeping interfaces clean and focused. The episode also highlights the importance of responsive design…
May 9, 2025

Balance Power Platform Security and Innovation

Everyone remembers that one time they broke something at work—maybe you were given a bit too much access, clicked the wrong button, and messed up that important report (guilty as charged!). The world of Microsoft’s Power Platform is basically a grown-up version of that story, but with bigger consequences. In this first episode, I team up with Marcel to navigate what happens when incredible innovation tools crash into the real need for practical security. This isn’t a dry how-to; it’s a mix of ha...