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

AI In Microsoft 365 Episodes

Explore how AI innovations, including Microsoft Copilot, are reshaping productivity and collaboration across Microsoft 365. Discuss architectural concerns, security implications, and evolving automation strategies.
Aug. 11, 2025

Build Production AI Apps with Azure OpenAI and Power Platform

“Add a connector” isn’t an AI strategy. Real deployments pair Power Apps or Dynamics 365 with Power Automate orchestration, Azure OpenAI for intelligence, and Azure API Management for security, throttling, and observability. This episode details the end-to-end pattern: clean and enrich payloads in flows, pick the right model and prompts per use case (classification vs. summarization vs. generation), cap tokens and rate-limit requests, and log everything. We cover scaling pitfalls (latency, runaway costs, hallucinations), security must-haves (key protection, IP restrictions, per-user quotas), and governance essentials (cost tags, budgets/alerts, the Power Platform CoE Starter Kit, audits). You’ll leave with a step-by-step build plan, KPIs to track, and guardrails to keep performance predictable and compliant—so your AI features move from demo to durable.
Guest: Mirko Peters
Aug. 9, 2025

Use Fabric Notebooks for Data Transformation and ML

Stop wrestling Power BI with endless clicks. Microsoft Fabric Notebooks let you prep, model, and feature-engineer data end-to-end—in Python or R—right inside your Lakehouse with Spark scale and Git governance. This guide shows a proven workflow: ingest to Bronze, clean and join to Silver, feature-engineer to Gold, and publish to Power BI or ML—all from one notebook. Learn the overlooked switch pros miss: treat notebooks as your single source of truth (code-first, Git-backed, env-parametrized), not as ad-hoc helpers. You’ll get patterns for data lineage, environment configs, access control, and can’t-miss guardrails (snapshots, canary checks, idempotent writes) so rollbacks are painless and dashboards stay accurate.
Aug. 8, 2025

Extend Microsoft Fabric with Custom APIs and Power BI Models

Fabric’s UI is great for quick wins—but it hits limits with niche data sources, complex business logic, and real-time automation. The way through is building custom API integrations (secure, least-privilege, monitored) and surfacing them with Power BI semantic models (single source of truth, governed measures, embedded where people work). The result: live, cross-system analytics without manual exports, brittle hacks, or stale dashboards.
Aug. 8, 2025

Predictive Lead Scoring with Dynamics 365

Turn Dynamics 365 lead scoring into a revenue engine. This guide shows how D365’s AI turns behaviors (opens, replies, page views, meetings), firmographics, and sales outcomes into predictive scores—then converts those scores into next-best actions. You’ll get a clean, step-by-step rollout plan, data hygiene checklist, automation recipes, and metrics (lift, precision@k) to prove impact fast.
Aug. 8, 2025

Build Machine Learning Models in Microsoft Fabric

Ship ML faster on Microsoft Fabric. This guide shows how to go from Lakehouse data to production models—without the spreadsheet chaos. You’ll get a practical blueprint for curated data layers, reproducible notebooks, MLflow tracking, governed model registry, and one-click batch/real-time serving. Includes a 14-day rollout plan, reliability/ROI metrics, and copy-paste snippets for Python + Fabric.
Aug. 7, 2025

Copilot in Dynamics 365 Sales: Productivity or Hype?

Copilot in Dynamics 365 Sales is a quiet force multiplier, not a miracle. It reliably saves minutes on drafting emails, nudging follow-ups, and surfacing status—especially in standard motions. It stumbles when CRM data is stale, workflows are bespoke, or you expect it to replace nuance. Treat outputs as first drafts and pair AI ranking with human judgment to avoid chasing noisy leads. Pilot with clean data, tight guardrails, and clear success metrics—then scale.
Aug. 7, 2025

Build Data Models with Copilot in Microsoft Fabric

This episode breaks down where Microsoft Copilot truly speeds up data work in Microsoft Fabric—and where you still need a human in the loop. You’ll see how Copilot catches schema issues at ingestion, suggests fixes (naming, types, dates, partitions) before pipelines break, and then accelerates transformation with optimized steps, ready-to-use DAX, and auto-documentation. We cover performance tuning, debouncing bottlenecks, and Copilot’s visual guidance in Power BI that turns numbers into narratives people actually use. Finally, we show how feedback loops train Copilot—and sharpen your own modeling instincts—so every project gets faster and more accurate over time.
Aug. 3, 2025

Create Role-Based Dashboards in Power Platform

Your role-based dashboard isn’t failing because of DAX—it’s failing because Azure AD, Power BI RLS, and Power Apps aren’t speaking the same identity language. This playbook shows how to wire dynamic AAD groups to dataset roles, pass user context from Power Apps into Power BI, and automate memberships so views personalize instantly (and safely) at scale. Stop shipping pretty demos that leak data or hide insights—build a zero-trust, persona-aware executive control center that actually holds up after go-live.
Aug. 1, 2025

Fix Microsoft Graph Change Notifications and Webhooks

Stop missing SharePoint updates because your Microsoft Graph webhooks go silent. The #1 reason your change notifications fail? A tiny validation echo your endpoint mishandles in the first five seconds—no JSON, no wrappers, just the raw token back. From airtight token checks to smart retries, automated subscription renewals, and real monitoring, this guide shows the exact fixes that turn flaky webhooks into a reliable, compliant, and auditable pipeline. Nail these steps and you’ll never lose another critical business trigger.
Aug. 1, 2025

Standardize Microsoft 365 Branding Across Every Surface

Your M365 looks branded… until users hit login, password reset, or SharePoint—and your logo vanishes. Those tiny gaps crush trust and spike support tickets. This guide exposes every hidden Microsoft 365 branding surface (Teams, SharePoint, Entra/Azure AD, emails, mobile) and shows exactly how to lock down end-to-end consistency with pilots, PowerShell, and a quarterly “brand audit” so users always know they’re in the right place.
Aug. 1, 2025

Fix Microsoft Teams Rooms Reliability Issues

Your Teams Rooms look enterprise-ready, but users still get echo, failed logins, and random reboots. The culprit isn’t the shiny hardware—it’s hidden gotchas in networking, provisioning, room acoustics, and adoption. This guide shows how to stop “it worked yesterday” chaos with the right devices, VLAN/QoS, zero-touch provisioning, acoustic fixes, just-in-time training, and proactive monitoring—so every room becomes a dependable hybrid meeting hub.
Aug. 1, 2025

Connect Internal Data to Microsoft 365 Copilot Safely

Think your Microsoft 365 tenant is locked down? Think again. Shadow apps, rogue Teams bots, and over-privileged OAuth connectors are likely siphoning data and dodging your policies. This guide shows how to expose everything hiding in your logs, tame app consent chaos with Conditional Access and approval workflows, and turn your tenant from Wild West to well-governed—without breaking productivity.
July 31, 2025

CAML vs REST vs JSON for SharePoint Lists

Stop Wasting Hours on Slow Microsoft Lists: CAML vs REST vs JSON—Which One Actually Wins in the Real World? If you’ve ever hit a performance wall in Microsoft Lists or SharePoint, you’re not alone. In this episode, we expose why the “modern” choice isn’t always the fastest. We break down where CAML quietly crushes complex filters and huge lists, where REST shines (and then faceplants at scale), and how flashy JSON formatting can turn into a hidden UX and performance tax. You’ll learn the exact scenarios where CAML outperforms REST by a mile, why REST is irresistible but risky under throttling and bulk ops, and when JSON should be used for quick wins—not mission-critical dashboards. Before your next Power Automate flow or Lists rollout, listen to this. The right data strategy can save you from 5,000-item threshold headaches, silent API throttling, and browser-melting views. Spoiler: the “obvious” choice might be the wrong one for your scale, security, and sanity.
July 31, 2025

PowerShell vs Microsoft Graph API for Automation

Choosing between PowerShell and Microsoft Graph API in Microsoft 365 can significantly impact automation, security, and scalability. While PowerShell remains the go-to tool for administrative scripting and tenant operations, Microsoft Graph API enables modern, application-driven integrations and large-scale automation. In this guide, we break down the core differences, security implications, performance considerations, and real-world use cases to help you decide when to use PowerShell, when to use Graph API, and when combining both makes the most sense. If you're building enterprise-grade automation, governance frameworks, or scalable integrations in Microsoft 365, this comparison gives you a practical decision framework you can apply immediately.
July 31, 2025

Design Around Microsoft 365 Service Limits

Your Flows Didn’t “Randomly Fail”—M365 Limits Tripped a Domino Chain (Here’s How to Beat Them) If Power Automate runs stall, SharePoint lists crawl, or Teams starts acting haunted, you’ve likely hit a Microsoft 365 service limit—often without a single warning. In this episode, we expose the cross-service ripple effects (SharePoint’s 5K view threshold, Teams membership ceilings, Graph API throttling, connector/action quotas) and show you proven patterns to stay fast and stable: indexed views, list partitioning, incremental queries, exponential backoff with Retry-After, controlled concurrency, and workload-aware scheduling. Stop firefighting “mystery” outages—build solutions that cooperate with the limits instead of crashing into them.
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

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 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.
July 29, 2025

Build a OneNote System for Notes and Follow-Ups

You’re not disorganized—your notes are. Most people use ~10% of OneNote and build digital junk drawers that hide decisions and kill follow-ups. In this episode, I show you how to flip OneNote into a working system: action-ready tags, linked pages, smart templates, and a workflow-first notebook structure that thinks like you do. Less hunting, more doing.
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 26, 2025

Why Power BI Copilot Needs a Broader Data Strategy

Power BI Copilot revolutionizes how you analyze data, enhancing productivity and accuracy. However, relying solely on this tool limits its potential. To unlock its full power, you need a broader approach. Strong data practices ensure high-quality inputs, while complementary tools expand its functionality. Training equips your team to use it effectively. By combining these elements, you transform Power BI Copilot into a cornerstone of your data strategy, driving better outcomes. Key Takeaways *...
May 20, 2025

Use Microsoft Copilot to Protect Data from Cyber Threats

Protecting sensitive data from cyber threats has become essential in today’s digital landscape. Microsoft Copilot leverages AI to enhance data security and empower users to stay ahead of threats. It accelerates risk remediation by providing AI-generated summaries and actionable insights, enabling you to address vulnerabilities faster. The Data and AI security dashboard offers a unified view of your resources, helping you identify sensitive data locations and prioritize critical issues. These cap...