M365.FM - Modern work, security, and productivity with Microsoft 365

Inside Enterprise Security: AD Tiering & Privileged Access with Viktor Hedberg [MVP - MCT]

46 min · 23. Mai 2026
Episode Inside Enterprise Security: AD Tiering & Privileged Access with Viktor Hedberg [MVP - MCT] Cover

Beschreibung

In this episode of the m365.fm podcast, Mirko Peters sits down with cybersecurity expert Viktor Hedberg to explore one of the most critical — and misunderstood — areas of enterprise IT security: Active Directory tiering, privileged access, identity protection, and defending modern hybrid environments. With years of experience in incident response, offensive security, Active Directory hardening, and enterprise defense at Truesec, Viktor brings practical, real-world insights into how organizations can dramatically improve their security posture before attackers exploit their weaknesses. The conversation begins with Viktor sharing his personal journey into cybersecurity. Unlike many traditional security professionals, Viktor did not come from a university background. Instead, he worked his way from helpdesk and system administration into consultancy and incident response, gaining deep technical knowledge of Windows, Active Directory, infrastructure, and enterprise security along the way. That hands-on experience became the foundation for understanding both how to secure systems and how attackers compromise them. WHY ACTIVE DIRECTORY IS STILL A MASSIVE TARGET One of the strongest themes throughout the episode is the fact that Active Directory is far from dead. Despite the rise of Microsoft Entra ID, cloud-first environments, and SaaS adoption, Active Directory still remains the backbone of identity and access management in countless organizations worldwide. Viktor explains why attackers continue targeting Active Directory environments: * Cached credentials * Password hashes stored locally * Kerberos tickets * Overprivileged accounts * Weak administrative separation * Poor tiering implementation * Excessive lateral movement opportunities The discussion highlights how many organizations unknowingly expose highly privileged accounts simply by allowing administrators to sign into workstations, laptops, and servers without restrictions. Viktor explains that in many environments, compromising a single endpoint can ultimately lead to full domain compromise because of how Windows authentication and credential storage work internally. UNDERSTANDING AD TIERING A major focus of the episode is understanding the concept of Active Directory administrative tiering. Viktor breaks down how organizations can separate systems and administrative responsibilities into different security tiers to limit credential exposure and reduce the blast radius during an attack. The discussion explores: * Tier 0 systems * Tier 1 servers * Endpoint administration * Domain controllers * Entra Connect servers * PKI infrastructure * Administrative boundaries * Credential isolation One of the key lessons from the episode is that organizations often underestimate which systems actually belong in Tier 0. Viktor explains why systems like Microsoft Entra Connect, PKI servers, SCCM infrastructure, and identity synchronization services can effectively become equivalent to domain controllers from a security perspective. THE DANGER OF BUILT-IN ACTIVE DIRECTORY GROUPS Another critical topic is the misuse of built-in Active Directory groups. Viktor shares real-world examples where organizations accidentally introduced major privilege escalation paths by using groups like: * Print Operators * Backup Operators * Server Operators * Account Operators The episode explains why many administrators misunderstand the true permissions behind these legacy groups and how attackers can abuse them to gain elevated access inside the domain. This section serves as a strong reminder that convenience and lack of visibility often create the biggest enterprise security risks. MODERN ATTACKERS ARE CHANGING THEIR STRATEGY One of the most fascinating discussions in the episode focuses on how modern attackers operate today. According to Viktor, traditional offensive tools like Mimikatz, Metasploit, and obvious malware payloads are becoming less common because modern EDR solutions detect them more effectively. Instead, attackers increasingly: * Use native Windows tooling * Abuse PowerShell * Leverage SSH on Windows * Blend into normal system activity * Exploit legitimate administration features * Hide inside normal enterprise traffic Viktor shares examples of how attackers can abuse built-in Windows functionality to bypass monitoring while avoiding traditional malware detection methods entirely. The episode highlights why defenders must understand Windows internals — not just security products — to properly defend enterprise environments. WHY DEFENDER FOR IDENTITY MATTERS Throughout the conversation, Viktor repeatedly emphasizes the importance of Microsoft Defender for Identity and proper security monitoring. The discussion covers: * Identity-based attack detection * Correlation between endpoint and identity events * Privileged account monitoring * Threat visibility * Hybrid identity protection * Security telemetry * Custom indicators * Advanced detection strategies Viktor explains why organizations need both endpoint visibility and identity visibility to properly understand modern attacks. The episode also explores why simply purchasing security products is not enough if organizations fail to configure them correctly or actively monitor their environments. WHAT TO DO DURING A CYBER ATTACK One of the most practical parts of the episode is Viktor’s advice on incident response. When organizations suspect an attack, Viktor strongly recommends: * Do not shut systems down * Disconnect network access if necessary * Preserve forensic evidence * Avoid destroying logs * Contact incident response professionals quickly * Keep systems intact for investigation He explains how many organizations accidentally make investigations harder by turning off firewalls, rebooting systems, or deleting evidence before responders arrive. The conversation provides valuable insight into how professional incident response teams approach compromised environments and why preserving evidence is absolutely critical. Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

Kommentare

0

Sei die erste Person, die kommentiert

Melde dich jetzt an und werde Teil der M365.FM - Modern work, security, and productivity with Microsoft 365-Community!

Loslegen

2 Monate für 1 €

Dann 4,99 € / Monat · Jederzeit kündbar.

  • Podcasts nur bei Podimo
  • 20 Stunden Hörbücher / Monat
  • Alle kostenlosen Podcasts

Alle Folgen

637 Folgen

Episode Building Private RAG: A Blueprint for SharePoint & n8n Cover

Building Private RAG: A Blueprint for SharePoint & n8n

Most organizations already have the ingredients for enterprise AI success. They have SharePoint. They have years of accumulated knowledge stored across documents, spreadsheets, policies, manuals, contracts, and project files. They may even have access to powerful AI models. Yet when employees ask questions, the answers are often incomplete, inaccurate, or missing entirely.The problem isn't the AI model.The problem is retrieval.In this episode of the M365 FM Podcast, we take a deep dive into building a fully private Retrieval-Augmented Generation (RAG) platform using SharePoint, Microsoft Graph, n8n, Mistral OCR, Azure OpenAI, PostgreSQL, Supabase, and Open WebUI. Rather than focusing on theory, this episode walks through the complete architecture required to transform a traditional SharePoint environment into a secure, enterprise-grade AI knowledge system capable of answering questions based on your organization's own content. WHAT RAG REALLY IS Retrieval-Augmented Generation is often described as giving AI access to your documents, but that explanation barely scratches the surface. The reality is that a RAG system introduces an entirely new layer between the user and the language model. This retrieval layer determines what information reaches the model and ultimately dictates the quality of every answer.We explore how vector embeddings work, why semantic search differs fundamentally from keyword search, and why organizations that focus solely on upgrading models often fail to improve answer quality. You'll learn why retrieval accuracy is the true foundation of successful enterprise AI. WHY SHAREPOINT SEARCH IS NO LONGER ENOUGH Traditional SharePoint search was designed for finding documents. Modern knowledge workers need answers.Throughout the episode, we examine why keyword-based search struggles to understand intent, context, and meaning. Questions asked in natural language rarely match the exact vocabulary used inside documents, creating a gap between what users need and what traditional search engines can deliver.This discussion highlights how vector search solves the vocabulary problem by searching for meaning rather than words, allowing organizations to unlock knowledge that was previously hidden behind folders, file names, and inconsistent terminology. BUILDING THE COMPLETE PRIVATE AI ARCHITECTURE The heart of the episode focuses on the architecture itself. We walk through every layer of the solution, beginning with SharePoint as the primary source of truth and Microsoft Graph API as the bridge between SharePoint and the automation layer.From there, n8n acts as the orchestration engine, coordinating ingestion workflows, retrieval workflows, document processing, and AI interactions. Mistral OCR transforms complex documents into structured content, while Azure OpenAI generates embeddings and powers the language model experience. PostgreSQL and Supabase provide storage and vector search capabilities, while Open WebUI delivers a familiar ChatGPT-style interface for end users.The result is a completely private AI environment where organizations maintain full control over their data, infrastructure, and compliance obligations. DOCUMENT INGESTION, OCR, AND AGENTIC CHUNKING One of the biggest challenges in enterprise AI is document preparation. Most organizational knowledge doesn't exist as clean text. Instead, it lives inside PDFs, scanned documents, spreadsheets, images, diagrams, contracts, and complex reports.This episode explores why OCR quality directly impacts retrieval quality and why Mistral OCR has become one of the most compelling options for enterprise document processing. We also dive into agentic chunking, a more advanced approach to document segmentation that uses AI to identify logical boundaries instead of relying on fixed character limits.By preserving context and meaning throughout the ingestion process, organizations can dramatically improve retrieval accuracy and overall answer quality. FROM VECTOR SEARCH TO AGENTIC RAG Basic RAG systems stop at vector retrieval.This architecture goes much further.Instead of relying on a single retrieval mechanism, the AI agent can dynamically choose between multiple tools depending on the question being asked. For semantic questions, it uses vector search. When additional context is required, it retrieves complete source documents. When calculations, aggregations, or structured data analysis are needed, it generates and executes SQL queries against relational data.This multi-tool approach creates a significantly more capable assistant that can handle both unstructured knowledge and structured business data within the same conversation. GDPR, DATA SOVEREIGNTY, AND COMPLIANCE Privacy and compliance are not afterthoughts in this architecture. They are foundational design principles.We discuss how to build a solution that remains entirely within European infrastructure, leveraging EU-hosted services, Azure Data Zone deployments, self-hosted components, and privacy-conscious design decisions. The episode covers data residency, vector database sovereignty, retention strategies, deletion workflows, and the practical realities of building enterprise AI systems that satisfy GDPR requirements.For organizations operating in regulated industries, this section provides valuable insights into balancing innovation with compliance. SELF-HOSTING, SCALING, AND PRODUCTION DEPLOYMENTS Building a proof of concept is easy. Running a production-grade AI platform is something entirely different.The conversation explores infrastructure decisions, Docker deployments, worker architectures, Redis queues, PostgreSQL scaling, and the trade-offs between self-hosting and managed services. We explain why certain advanced capabilities require self-hosted environments and how organizations can start small before scaling into more sophisticated architectures.Special attention is given to reliability, monitoring, and operational best practices that become critical once users begin relying on the system every day. KEY TOPICS COVERED * Private RAG architecture using SharePoint and n8n * Microsoft Graph API integration * Mistral OCR for document intelligence * Azure OpenAI embeddings and language models * Agentic chunking strategies * Vector databases and semantic search * SQL-powered retrieval for structured data * Open WebUI deployment * GDPR and data sovereignty considerations * Enterprise AI infrastructure and scaling FINAL THOUGHTS This episode serves as a complete blueprint for anyone looking to build a private, enterprise-grade AI assistant powered by organizational knowledge. Whether you're a Microsoft 365 architect, IT leader, consultant, AI engineer, or business decision-maker, you'll gain practical guidance on designing systems that are accurate, scalable, secure, and compliant.If you're serious about moving beyond AI demos and building something that delivers real business value, this episode provides the architectural foundations, implementation strategies, and lessons learned necessary to make it happen.If you enjoyed this episode, please subscribe to the M365 FM Podcast, leave a review on Apple Podcasts, and connect with Mirko Peters on LinkedIn to continue the conversation around Microsoft 365, SharePoint, n8n, enterprise AI, automation, and Retrieval-Augmented Generation. Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

6. Juni 20261 h 11 min
Episode How to Bridge the Gap: Connecting Copilot to Predictive Power BI Cover

How to Bridge the Gap: Connecting Copilot to Predictive Power BI

rtificial Intelligence is rapidly changing how organizations interact with data, but many businesses are still searching for practical ways to connect AI-powered assistants with advanced analytics and predictive insights. In this episode, we explore how Microsoft Copilot and Power BI can work together to transform the way users discover, analyze, and act on business data.As organizations invest in Microsoft 365, Power Platform, Microsoft Fabric, and AI technologies, the challenge is no longer collecting data—it's turning that data into actionable intelligence. We discuss how Copilot helps bridge the gap between complex analytics and everyday business users by enabling natural language interactions that simplify reporting, dashboard exploration, and data discovery. When combined with predictive Power BI capabilities, organizations can move beyond historical reporting and begin forecasting future outcomes with greater confidence.Throughout the episode, we examine real-world scenarios where business leaders, analysts, and IT professionals can leverage Copilot to surface trends, identify opportunities, detect risks, and accelerate decision-making. We also discuss how predictive analytics, machine learning models, forecasting tools, and AI-driven insights can enhance Power BI solutions to create a more proactive approach to business intelligence.Whether you're responsible for executive reporting, data analytics, digital transformation, or enterprise AI adoption, understanding the connection between Copilot and Power BI is becoming increasingly important. This conversation provides practical insights into how organizations can create more intuitive analytics experiences while maintaining governance, security, compliance, and trust in AI-generated recommendations. WHAT YOU'LL LEARN In this episode, you'll discover how Microsoft Copilot can enhance the Power BI user experience by making data analysis more conversational and accessible. We explore how predictive analytics can be incorporated into dashboards and reports, allowing organizations to move from reactive reporting toward proactive planning and strategic decision-making.You'll also learn how AI-powered insights can help business users uncover patterns and trends without requiring advanced technical skills. By combining Copilot's natural language capabilities with Power BI's analytics engine, organizations can empower a wider audience to interact with data and generate meaningful business outcomes. TOPICS COVERED * Microsoft Copilot and its role in modern business intelligence * Connecting conversational AI experiences with Power BI * Predictive analytics and forecasting strategies * AI-powered data exploration and natural language querying * Power BI best practices for business users and analysts * Microsoft Fabric and the future of enterprise analytics * Governance, compliance, and security considerations * Driving adoption of AI-powered reporting solutions * Creating data-driven cultures across organizations * Practical implementation strategies and lessons learned WHY THIS MATTERS Many organizations have invested heavily in analytics platforms but still face barriers when it comes to making data accessible across the business. Complex dashboards, technical terminology, and limited analytical skills can prevent users from extracting value from their data investments.Copilot changes that dynamic by enabling users to ask questions in natural language and receive relevant insights more quickly. When paired with predictive Power BI capabilities, organizations can move beyond understanding what happened in the past and begin focusing on what is likely to happen next. This shift represents one of the most significant opportunities in modern business intelligence and AI adoption. KEY TAKEAWAYS The future of analytics is increasingly conversational, intelligent, and predictive. Organizations that successfully connect Microsoft Copilot with Power BI can empower employees at every level to interact with data more effectively, uncover hidden opportunities, and make better-informed decisions.By combining AI-powered assistance, predictive modeling, advanced analytics, and trusted governance frameworks, businesses can create a modern data experience that drives productivity, innovation, and competitive advantage. WHO SHOULD LISTEN This episode is ideal for: * Power BI Developers * Data Analysts * Business Intelligence Professionals * Microsoft 365 Administrators * Power Platform Consultants * IT Decision Makers * Data Architects * Digital Transformation Leaders * Microsoft Fabric Practitioners * Enterprise AI Strategists RESOURCES For more insights on Microsoft 365, Microsoft Copilot, Power Platform, Power BI, Microsoft Fabric, AI adoption, enterprise productivity, business intelligence, analytics, and digital transformation, visit M365.fm and subscribe for future episodes covering the latest Microsoft technologies and best practices. Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

6. Juni 20261 h 17 min
Episode Steps to Microsoft 365 Copilot Extensibility with Gautam Sheth [MVP] Cover

Steps to Microsoft 365 Copilot Extensibility with Gautam Sheth [MVP]

In this episode of the M365 Show, host Mirko Peters sits down with Gautam Sheth, a five-time Microsoft MVP, Microsoft 365 developer, open-source contributor, and one of the key maintainers behind some of the most widely used community tools in the Microsoft ecosystem. Gautam has spent years helping organizations build, automate, and extend Microsoft 365 solutions while contributing to projects such as PnP PowerShell, PnP Core SDK, and other community-driven initiatives that thousands of developers rely on every day.The conversation explores the evolution of Microsoft 365 development, the growing importance of Microsoft Graph, the rise of Microsoft 365 Copilot Extensibility, and how artificial intelligence is fundamentally changing the way software is designed, developed, deployed, and maintained. Gautam shares real-world insights from his work with enterprise customers, open-source communities, and modern AI-driven development workflows.Whether you're a Microsoft 365 developer, SharePoint consultant, Teams developer, solution architect, IT professional, or simply curious about the future of AI-powered software development, this episode offers practical guidance and valuable perspectives on where the Microsoft ecosystem is heading next. FROM SHAREPOINT DEVELOPER TO MICROSOFT 365 EXPERT Gautam begins by sharing his professional journey through the Microsoft ecosystem. Starting in the traditional SharePoint server-side development world, he witnessed firsthand the industry's shift toward cloud-first architectures and Microsoft 365 services.Over the years, the Microsoft development landscape has evolved dramatically. What once revolved around SharePoint Server customization and farm solutions has transformed into a modern ecosystem powered by SharePoint Online, Microsoft Teams, Microsoft Graph, Power Platform, and now Microsoft 365 Copilot.Gautam discusses how developers have had to continuously adapt their skills while embracing new technologies and development models. His story serves as a reminder that successful developers remain lifelong learners who evolve alongside the platforms they support. WHY OPEN SOURCE MATTERS IN THE MICROSOFT ECOSYSTEM One of the most fascinating parts of the discussion focuses on open-source software and community-driven innovation.Gautam explains how projects like PnP PowerShell emerged because developers needed capabilities that weren't fully addressed by Microsoft's first-party tools. Instead of waiting for new features to arrive, community contributors built solutions that filled important gaps and helped developers become more productive.The conversation highlights how open-source projects often move faster than traditional software releases, enabling developers to experiment, innovate, and solve real-world business challenges more effectively.Listeners will gain a deeper understanding of: • How open-source projects complement Microsoft's official tooling. • Why community-driven innovation continues to thrive within Microsoft 365. • The role contributors play in improving developer experiences. • How developers can participate in and benefit from open-source communities. • Why collaboration remains one of the most powerful forces in modern software development. UNDERSTANDING PNP POWERSHELL AND PNP CORE SDK For many Microsoft 365 professionals, PnP PowerShell and PnP Core SDK have become essential tools.Gautam explains how these tools simplify common Microsoft 365 operations, automate administrative tasks, and provide more developer-friendly experiences when working with SharePoint, Teams, OneDrive, Microsoft Graph, and other Microsoft 365 services.The discussion covers why organizations continue to adopt PnP solutions and how these community-maintained tools help address real-world challenges encountered by developers and administrators every day.He also provides behind-the-scenes insight into what it takes to maintain libraries used by thousands of organizations worldwide and how community contributions help drive continuous improvement. THE ROLE OF MICROSOFT GRAPH IN MODERN DEVELOPMENT No discussion about Microsoft 365 development would be complete without Microsoft Graph.Gautam describes Microsoft Graph as the central API layer powering nearly every Microsoft 365 experience. From SharePoint and Teams to Outlook and Planner, Microsoft Graph serves as the connective tissue that enables developers to build integrated business solutions.The conversation explores:How Microsoft Graph has evolved over time.The benefits of Graph-first development.Challenges developers face when working directly with APIs.How SDKs simplify Graph development.The future role of Graph in AI-powered applications.As Microsoft continues investing heavily in AI and Copilot experiences, Graph remains one of the most important technologies developers should understand. WHY COPILOT EXTENSIBILITY IS A GAME CHANGER One of the major themes throughout the episode is Microsoft 365 Copilot Extensibility.Gautam explains why extensibility represents one of the biggest opportunities for developers in the Microsoft ecosystem today. Organizations are increasingly looking for ways to customize Copilot experiences, connect business data, integrate external systems, and create AI-powered workflows tailored to their unique needs.The discussion examines:How Copilot extensibility works.Why enterprises are investing in custom AI experiences.The role of Microsoft Graph and Microsoft 365 services in Copilot.Opportunities for developers entering the space.How extensibility can unlock significant business value.According to Gautam, developers who invest in learning Copilot extensibility today are positioning themselves for one of the fastest-growing areas in enterprise technology. AI-POWERED DEVELOPMENT IS CHANGING EVERYTHING Artificial Intelligence is no longer a future concept—it is becoming a core part of the software development lifecycle.Gautam discusses how AI tools have evolved from simple autocomplete systems into sophisticated development assistants capable of generating code, reviewing pull requests, identifying issues, and accelerating delivery cycles.The conversation explores how AI helps developers:Write code faster.Prototype applications more efficiently.Debug complex issues.Generate documentation.Improve development productivity.Reduce repetitive tasks.At the same time, Gautam emphasizes that AI should be viewed as an accelerator rather than a replacement for technical expertise. AI ASSISTANTS VS AGENTIC AI One of the most insightful moments of the episode focuses on the difference between AI assistants and Agentic AI.While traditional AI assistants help users complete individual tasks, Agentic AI systems can perform entire workflows with limited human intervention.Examples include:Creating development branches.Writing application code.Running automated tests.Reviewing code quality.Generating pull requests.Executing end-to-end workflows.This distinction is becoming increasingly important as organizations explore new ways to automate software development and operational processes. GITHUB COPILOT AND THE FUTURE OF SOFTWARE ENGINEERING GitHub Copilot has rapidly become one of the most influential AI tools available to developers.Gautam shares his perspective on how GitHub Copilot has evolved from a coding assistant into a complete AI development platform.The discussion covers:GitHub Copilot agents.Model selection strategies.Cloud-based development workflows.AI-assisted pull request reviews.Repository automation.Future trends in AI-powered software engineering.He also discusses how developers can maximize the value of GitHub Copilot while maintaining strong engineering standards and code quality. SECURITY, GOVERNANCE, AND COMPLIANCE IN THE AGE OF AI As organizations adopt AI technologies, security and governance concerns continue to grow.Gautam explains why governance remains critical regardless of how advanced AI systems become.Key topics include:Authentication design.Permission management.Least-privilege security models.Compliance requirements.Data governance.Auditing and monitoring.Responsible AI implementation.Organizations that successfully combine innovation with governance will be best positioned to realize the benefits of AI while minimizing risk. THE FUTURE OF MICROSOFT 365 DEVELOPMENT Looking ahead, Gautam predicts continued growth in AI-powered development, Copilot extensibility, agent-based workflows, and intelligent automation.While technologies continue to evolve rapidly, he believes several principles remain unchanged:Strong technical fundamentals matter.Developers should understand the code they ship.AI should enhance—not replace—engineering judgment.Continuous learning remains essential.Community collaboration drives innovation.These principles will continue guiding successful developers regardless of which tools become popular in the future. RAPID FIRE HIGHLIGHTS During the rapid-fire round, Gautam shares some personal favorites and predictions:His current favorite development tool is Claude Code.He believes Copilot CLI deserves more attention from developers.Debugging remains one of the most underrated skills in software engineering.Documentation continues to be one of the best ways to learn new technologies.He predicts that AI will dramatically reshape software development over the coming years.His advice to developers is simple: learn AI-assisted development now and become comfortable working alongside intelligent tools. Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

Gestern47 min
Episode I building a Synthetic Market for M365 Strategy Cover

I building a Synthetic Market for M365 Strategy

What if you could test every major Microsoft 365 decision before making it?What if you could simulate governance changes, Copilot deployments, security investments, automation initiatives, and organizational transformation strategies before spending a single dollar?In this episode of M365 FM, Mirko Peters explores a groundbreaking approach to Microsoft 365 strategy: building a synthetic market of digital organizations to simulate decision-making, predict outcomes, and understand how governance choices impact AI adoption at scale.Using Azure AI Foundry, GraphRAG, synthetic company personas, and multi-agent simulations, Mirko created a virtual market consisting of 100 unique organizations. Each organization had its own governance model, collaboration patterns, security posture, identity architecture, and operational culture. The goal was simple: understand why some organizations successfully scale AI while others repeatedly fail despite investing in the same technology. WHY MOST AI ADOPTION FAILS The biggest obstacle to AI success isn't technology.It's governance.Most organizations approach AI adoption as a procurement exercise. They purchase licenses, launch pilot programs, measure usage, and expect business value to emerge automatically. The reality is far different. The simulation revealed that most AI initiatives fail because they are deployed into operating models that were never designed for AI-driven work.Throughout the episode, Mirko demonstrates how identity sprawl, collaboration chaos, automation debt, unclear ownership, and compliance theater create predictable failure patterns that appear in almost every organization.The surprising discovery wasn't that organizations fail.It was how consistently they fail. THE FIVE FAILURE PATTERNS After running more than 1,000 simulation iterations across 100 synthetic organizations, five governance patterns repeatedly emerged as the primary causes of AI adoption failure.These patterns include: * Identity Blind Spots * Collaboration Sprawl Without Lifecycle Management * Automation Without Governance * Ownership and Accountability Gaps * Compliance Theater Each pattern emerged at predictable stages of AI adoption and produced measurable business consequences, including stalled adoption, compliance incidents, security concerns, operational failures, and declining user trust.Most importantly, the simulation revealed exactly what successful organizations did differently. SYNTHETIC ORGANIZATIONS AND DIGITAL MARKETS Traditional strategy relies heavily on historical data and executive intuition.Synthetic markets introduce a different approach.By creating realistic digital representations of organizations, leadership teams can simulate future scenarios, test strategic assumptions, evaluate governance models, and predict outcomes before making investments.Mirko explains how Azure AI Foundry, GraphRAG, Knowledge Graphs, and Multi-Agent Systems were combined to create a virtual market where synthetic CISOs, Architects, Compliance Officers, and Business Leaders interacted with one another and made decisions under realistic constraints.The result was a living laboratory for Microsoft 365 strategy. THE GOVERNANCE-FIRST MODEL One of the most important findings from the simulation was that governance is not a constraint on innovation.Governance is the foundation that makes innovation possible.Organizations that treated governance as documentation consistently struggled. Organizations that treated governance as an operational system of ownership, automation, monitoring, and accountability consistently outperformed their peers.The episode explores how modern governance must evolve beyond policy documents and become embedded directly into the architecture of Microsoft 365 through automated controls, lifecycle management, access reviews, and operational guardrails.Topics covered include: * Identity Governance * Data Classification * Lifecycle Management * Automation Governance * Continuous Compliance THE IDENTITY READINESS FRAMEWORK Everything starts with identity.Before organizations can safely scale Microsoft Copilot, AI Agents, or Automation, they must understand who has access to what and why.The simulation showed that organizations with mature identity governance consistently achieved higher adoption rates, fewer security incidents, and faster time-to-value.Learn how identity cleanup, least privilege, access reviews, managed identities, and ownership models create the foundation for successful AI transformation. THE DATA, COLLABORATION, AND AUTOMATION LAYERS Once identity is under control, organizations must address the remaining governance layers.Mirko introduces a practical readiness framework that covers: * Data Classification and Protection * Collaboration Lifecycle Management * Workspace Ownership * Power Automate Governance * Logic Apps Governance * Environment Separation * Automation Monitoring Together, these capabilities create the operational foundation required for trustworthy AI systems. FROM GOVERNANCE TO INTELLIGENCE Most organizations try to deploy AI first and fix governance later.The simulation proved this approach repeatedly fails.Instead, successful organizations follow a clear adoption sequence:Identity → Data → Collaboration → Automation → IntelligenceOnly after the first four layers are operational should organizations scale Copilot, AI Agents, and intelligent automation.This sequence dramatically increases adoption success rates while reducing security incidents, compliance risk, and operational disruption. THE 90-DAY READINESS ASSESSMENT How ready is your organization for AI?To answer that question, Mirko introduces a practical readiness framework that evaluates five critical domains: * Identity Readiness * Data Readiness * Collaboration Readiness * Automation Readiness * Governance Readiness The resulting score provides a surprisingly accurate predictor of AI adoption success and helps organizations identify where they should focus before scaling AI initiatives. WHO SHOULD LISTEN? * Microsoft 365 Architects * CIOs and CTOs * Governance Leaders * Security Professionals * Compliance Teams * Enterprise Architects * Copilot Strategy Teams * AI Transformation Leaders * Digital Workplace Teams * Microsoft MVPs IN THIS EPISODE * Building synthetic organizations * Creating digital markets for strategy simulation * Azure AI Foundry and GraphRAG * Multi-Agent Systems * Microsoft 365 Governance * AI Adoption Models * Identity Governance * Copilot Readiness * Automation Governance * Compliance and Security * Digital Twins for Organizations * Strategic Simulation * Enterprise AI Adoption * Governance Operating Models KEY TAKEAWAYS * Governance predicts AI success more accurately than technology selection * Most AI failures are structural, not technical * Synthetic markets allow organizations to test decisions before implementation * Identity is the foundation of AI readiness * Governance should be automated, not documented * AI amplifies existing organizational weaknesses * Successful organizations build foundations before scaling intelligence * Governance is not a barrier to innovation—it enables innovation at scale The future of Microsoft 365 strategy won't be built on assumptions, best practices, or intuition alone.It will be built on simulation.The organizations that win with AI will increasingly test their decisions in synthetic environments before making them in the real world. Those that do will move faster, reduce risk, and create a significant competitive advantage in the age of intelligent work. Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

Gestern1 h 16 min
Episode My Microsoft Copilot is now JARVIS: This is how I built it Cover

My Microsoft Copilot is now JARVIS: This is how I built it

Most people are using Microsoft Copilot completely wrong.They treat it as a smarter search engine, a better chatbot, or a productivity feature tucked away inside Outlook, Teams, or Word. They ask a question, get an answer, and move on to the next task.But that's not JARVIS.In this episode of M365 FM, Mirko Peters explores how Microsoft Copilot can evolve from a reactive assistant into a true operating system for work. Instead of simply responding to prompts, JARVIS combines memory, reasoning, orchestration, governance, and automation to create an AI system that understands how you work, remembers what matters, and proactively helps you get things done.The future of AI isn't better prompts.The future is architecture. WHY COPILOT FAILS AT AGENCY The biggest limitation of most AI systems isn't intelligence. It's memory.Every new chat starts from zero. The system doesn't remember your decisions, your communication style, your business priorities, or the lessons learned from previous projects. This forces users to repeatedly provide context and creates AI experiences that remain generic and reactive.Mirko explains why context windows are not memory, why chat interfaces are not workflows, and why true agency requires persistence, structure, and orchestration.Key concepts include: * Context vs Memory * Reactive vs Proactive AI * Copilot as a Feature vs Copilot as a Platform * The Architecture Gap THE JARVIS MODEL JARVIS is not a new AI model.It's an architectural pattern built on top of Microsoft Copilot that transforms AI from a tool into a system.The model consists of four foundational layers that work together to create agency, decision-making, and orchestration across Microsoft 365 and beyond.The four layers include: * Memory * Action * Reasoning * Governance Together, these layers create an AI operating system capable of understanding context, executing workflows, making decisions, and operating safely within organizational boundaries.THE MEMORY LAYERMemory is the foundation of everything.Most organizations focus on storing information. JARVIS focuses on storing operational knowledge. Instead of simply saving documents and conversations, the system captures how decisions are made, how work gets done, and which rules should guide future actions.Learn how structured SKILL.md files create reusable capabilities that allow Copilot to understand workflows, communication preferences, decision frameworks, stakeholder relationships, and organizational knowledge.Discover why memory isn't about storing data.It's about encoding behavior. COPILOT COWORK AND THE EXECUTION LAYER Microsoft's new Copilot Cowork capabilities fundamentally change how work gets executed.Rather than drafting content and waiting for manual action, Cowork orchestrates multi-step processes across Microsoft 365 applications. It can summarize meetings, draft communications, create presentations, schedule follow-ups, update systems, and coordinate workflows from a single goal.This episode explores how orchestration differs from assistance and why execution is the missing ingredient in most AI deployments.Topics covered include: * Copilot Cowork * Multi-Step Orchestration * Microsoft Graph * Human Approval Gates * Enterprise Automation AGENT FLOWS AND DECISION MAKING Traditional workflows follow predefined paths.Agent Flows introduce reasoning.Built on Power Automate and powered by Large Language Models, Agent Flows enable systems to evaluate context, identify exceptions, apply business rules, and choose the best path forward dynamically.Mirko explains how organizations can move beyond rigid automation and build systems capable of handling ambiguity, escalation paths, stakeholder sensitivity, compliance requirements, and real-world complexity.This is where automation becomes intelligence. GOVERNANCE, TRUST, AND CONTROL Every organization wants AI agency.Nobody wants uncontrolled automation.The episode explores why governance is the most important layer in any AI architecture. From permissions and policy enforcement to audit trails, observability, compliance, and human oversight, governance creates the boundaries that allow intelligent systems to operate safely.Learn why successful AI systems are not built on trust in the model itself but on trust in the architecture surrounding it.Topics include: * Governance by Design * Data Loss Prevention * Human-in-the-Loop Architecture * Auditability and Transparency * AI Risk Management MICROSOFT GRAPH AS THE BACKBONE At the center of the JARVIS architecture sits Microsoft Graph.Graph provides unified access to emails, meetings, Teams conversations, SharePoint documents, tasks, approvals, calendars, and organizational data. It becomes the nervous system that connects memory, workflows, reasoning, and execution.You'll learn how Graph enables grounding, orchestration, context awareness, and cross-platform automation while respecting permissions, governance policies, and security boundaries. THE FUTURE OF PROACTIVE AI Most AI waits for instructions.JARVIS doesn't.The episode explores how webhooks, background processes, heartbeat jobs, semantic search, grounding strategies, Work IQ, and multi-agent systems combine to create proactive intelligence that identifies opportunities, surfaces risks, and initiates actions before users even think to ask.This shift from reactive assistance to proactive orchestration represents one of the most important architectural transitions happening in AI today. IN THIS EPISODE * Why most Copilot implementations fail * The JARVIS architecture * Persistent memory and SKILL.md files * Copilot Cowork orchestration * Agent Flows in Power Automate * Microsoft Graph architecture * Grounding and contextual reasoning * Governance and compliance * Multi-agent orchestration * Work IQ and organizational intelligence * Proactive AI systems * Building AI operating systems WHO SHOULD LISTEN? * Microsoft 365 Architects * Copilot Studio Developers * IT Leaders * Enterprise Architects * AI Strategy Teams * Automation Specialists * Power Platform Developers * CIOs and CTOs * Digital Transformation Leaders * Microsoft MVPs and Community Builders KEY TAKEAWAYS * Copilot is not the product—the architecture is * Memory transforms assistants into systems * Skills outperform prompts * Orchestration creates real business value * Agent Flows enable intelligent automation * Governance is a prerequisite for agency * Microsoft Graph is the foundation of enterprise AI * The future belongs to proactive systems, not reactive assistants The organizations that win with AI won't have better prompts.They'll have better systems.JARVIS isn't about replacing people. It's about creating an intelligent operating system that amplifies human decision-making, automates orchestration, and continuously learns how work gets done.The future of Microsoft Copilot isn't a chatbot.It's an operating system for knowledge work. Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

4. Juni 20261 h 16 min