Recent Discussions
Copilot for Outlook: Automatically Prioritize Your Inbox with AI (New Feature Explained)
🚀 Copilot for Outlook just got smarter: “Prioritize my inbox” is here ✉️🤖 Managing email overload is a daily challenge. With the new “Prioritize my inbox” feature, Copilot for Outlook uses AI to automatically highlight what really matters — without delays or complex rules. ✅ Emails are classified as High, Normal, or Low priority ✅ Copilot explains why an email is important ✅ Priority rules are fully customizable ✅ Works across Windows, Mac, and mobile Instead of spending time filtering and sorting, Copilot helps you focus on action‑required emails first — learning from your preferences over time. I’ve just published a new video where I walk through: How the feature works How to enable it Practical productivity scenarios When it’s better than classic Outlook rules 🎥 Watch it here: https://youtu.be/91WuRsYlRvE 👉 I’m curious: Would you trust AI to prioritize your inbox, or do you still prefer manual rules? #MicrosoftCopilot #Outlook #Microsoft365 #AIProductivity #EmailManagement #CopilotForOutlook #ModernWork #ProductivityTipsPower Apps Vibe + Copilot: Are we moving from coding to just describing apps?
With the new Power Apps Vibe experience, Copilot is making app development feel very different. What used to take hours - planning, data modeling, and UI setup - can now start with just a simple prompt. I recently tried building a non-profit management app, and Copilot generated the full structure (data, roles, UI) in minutes. From there, I refined everything using natural language. It really feels like we’re moving from building apps to describing ideas, and Copilot is doing a lot of the heavy lifting. Curious to hear your thoughts: Is this the future of app development? Or mainly a powerful prototyping tool? I shared a quick walkthrough here if you’re interested: https://medium.com/@sajeda27/power-apps-vibe-coding-build-an-app-from-an-idea-in-minutes-ea914190834636Views0likes0CommentsSingle Agent vs Multi-Agent Architectures: When Do You Need Each?
As artificial intelligence systems grow more sophisticated, the question of how to structure them becomes increasingly important. One of the most fundamental design decisions is whether to use a single-agent architecture or a multi-agent architecture. While both approaches can solve complex problems, they differ significantly in how they scale, adapt, and handle complexity. https://dellenny.com/single-agent-vs-multi-agent-architectures-when-do-you-need-each-with-microsoft-technologies-explained/33Views0likes0CommentsSharePoint lists with Copilot Studio error
I’m seeing a persistent issue when integrating SharePoint lists with Copilot Studio agents. Any SharePoint list I add to an agent results in an error being shown in the Copilot Studio UI, but no error message, diagnostic detail, or failure reason is surfaced. I’ve removed and re-added the list connections multiple times and reproduced the issue across multiple agents, with the same outcome each time. Has anyone encountered this behaviour, or are there known issues or prerequisites (e.g. permissions, connector state, tenant configuration, or recent service changes) that could cause silent failures when integrating SharePoint lists?57Views0likes1CommentCopilot List error
I’m seeing a persistent issue when integrating SharePoint lists with Copilot Studio agents. Any SharePoint list I add to an agent results in an error being shown in the Copilot Studio UI, but no error message, diagnostic detail, or failure reason is surfaced. I’ve removed and re-added the list connections multiple times and reproduced the issue across multiple agents, with the same outcome each time. Has anyone encountered this behaviour, or are there known issues or prerequisites (e.g. permissions, connector state, tenant configuration, or recent service changes) that could cause silent failures when integrating SharePoint lists?37Views0likes1CommentCan my agent use flows as tools when I'm a licensed M365 Copilot user?
I tried to create an agent in Copilot Studio which drafts responses to emails I receive in Outlook. There is no "draft a reply" tool, there is only "Send a reply" or "Draft a message". I don't want an AI agent to immediately send out email replies, I want to review them first, but I also would like to review them in the context of the original message (as opposed to having a bunch of messages in the drafts folder with no visible connection to the original email I received - like the "Draft a message" tool does). So I "added a tool" (which would be a "Flow") to the agent which just does 2 HTTP calls to the outlook graph api (one creates the reply, the second adds the generated content to the body). The flow checker tells me: More Copilot Credits are needed for this flow to run. Runs from agents by M365 Copilot users and testing don't consume credits. I am a "M365 Copilot user", so I'd expect this to work, and manually testing the flow works. However, when the agent tries to run the flow, it's being blocked with the error: The environment 'Default-<...>' does not have sufficient Copilot Credits to run workflows. So, can an agent by a M365 Copilot user run flows? Alternatively: is there a way to draft email responses which in Outlook end up visually connected to the original message?43Views0likes0CommentsCopilot in Outlook Can Now Reschedule Conflicting Meetings Automatically | Microsoft 365 AI
📅 Microsoft Copilot just made Outlook meetings smarter. A new Copilot feature in Outlook can now automatically detect conflicting meetings and propose a reschedule — no more manual calendar juggling. Copilot analyzes: ✔ Your calendar ✔ Existing conflicts ✔ Availability of participants …and suggests the best new time, directly in Outlook. For busy professionals and teams, this is a big productivity win and another step toward truly AI‑assisted workdays. I’ve just published a short video showing how it works in practice 👇 https://youtu.be/xhTkvF8rCq8 Would you trust Copilot to manage your meetings? #MicrosoftCopilot #Outlook #Microsoft365 #AIProductivity #FutureOfWorkCowork can't send emails?
Hi, all. I've been playing around with Copilot Cowork and really loving it, but with one problem. When it tries to send an email to anyone but myself, it can't. It tells me to approve, but I never get the approval prompt. I get errors like this: "Good question. The approval step typically appears as a confirmation dialog right here in our conversation before an email is sent. It worked fine for the test email to your own address, but when I tried sending to [otherperson], the system blocked it before the approval dialog could reach you" and "The platform is blocking the send to an external recipient and the approval dialog isn't surfacing properly." and "All three return the same error: the platform requires an approval step before executing any outbound send action, but that approval dialog isn't rendering in your session. The test email to yourself worked because self-sends appear to be auto-approved. This is a platform-level issue — not something I can fix from my side." Any thoughts? I'm not even sure where to start troubleshooting this.Solved100Views0likes4CommentsHow Copilot Automates Enterprise Workflows (Technical Breakdown)
In today’s enterprise landscape, automation is no longer just a competitive advantage it’s a necessity. However, traditional automation approaches like RPA (Robotic Process Automation) and custom scripting often require significant development effort, rigid rule definitions, and ongoing maintenance. Enter Microsoft Copilot a generative AI-powered assistant that transforms enterprise workflow automation by combining natural language processing, contextual understanding, and deep integration with business systems. This article goes beyond surface-level benefits and explores the technical architecture, real-world scenarios, and implementation strategies that make Copilot a powerful automation engine. https://dellenny.com/how-copilot-automates-enterprise-workflows-technical-breakdown/54Views0likes0CommentsRunning Copilot Retrieval Searches with the Microsoft Graph PowerShell SDK
The Copilot Retrieval API is a Microsoft Graph API that apps can use to search Microsoft 365 locations to find information to ground user prompts. Grounding means that the apps use the information found by Copilot to add context to the queries they submit to a generative AI engine for processing. Although I don’t have an immediate purpose for the API, it provides a nice insight into how grounding works. https://office365itpros.com/2026/04/14/copilot-retrieval-api/22Views0likes0CommentsCowork (Frontier) OneDrive/SharePoint document read errors
We've recently managed to start using the Cowork (Frontier) agent in M365 Copilot and some of the fantastic capabilities it provides. We're seeing an issue where right now the agent it failing to read data from withing documents such as Word documents in SharePoint and OneDrive. We see errors in the detail such as "ReadFileContent tool keeps failing with auth expired" and "Auth expired. Let me retry - the system should have refreshed the token.". Other agents appear to be able to access SharePoint/OneDrive content without error and people trying to access those documents definitely have full permissions (their own OneDrive as an example). Works when files are manually attached to the prompt. We've enabled model sub-processing which is the only dependency I can see for Cowork. Wondering if a widespread known issue or something specific to my environment?Solved128Views3likes2CommentsProposal for a Unified Copilot Architecture and Tiered AI Assistant Model
Submitted by: Craig D. Evans Detroit, Michigan Executive Summary This proposal outlines a strategic redesign of Microsoft Copilot that transforms it from a collection of isolated chat instances into a unified, persistent, account based artificial intelligence assistant. The proposed architecture positions Copilot as the central intelligence that operates all Microsoft Office applications, maintains long term memory, and follows the user across all devices. This model introduces a tiered pricing structure that creates a scalable revenue engine while strengthening Microsoft’s long term dominance in productivity software. The proposal also introduces the concept of a dual AI verification system, in which Copilot performs tasks and a secondary model provides independent review. This structure increases reliability, reduces errors, and enhances user trust. Problem Statement The current Copilot experience is fragmented. Each application instance behaves as a separate assistant with limited continuity, limited memory, and limited cross application intelligence. Users must repeatedly re explain context, re establish preferences, and manually coordinate tasks across Word, Excel, PowerPoint, Outlook, and other Microsoft 365 applications. This fragmentation reduces efficiency, increases cognitive load, and prevents Copilot from functioning as a true personal assistant. It also limits Microsoft’s ability to monetize Copilot at scale, because the product does not yet offer a unified, persistent experience that users would be willing to subscribe to at higher tiers. Vision The vision is a single, persistent Copilot identity that the user logs into, similar to any modern online service. This identity follows the user across all devices and applications, retaining memory, preferences, formatting rules, workflows, and ongoing projects. In this model, Copilot becomes the central intelligence that operates the Microsoft Office ecosystem. Office applications become the tools, and Copilot becomes the operator. This transformation elevates Copilot from a chatbot to a long term digital assistant that remains with the user for decades. Functional Overview 1. Persistent Copilot Identity A single Copilot account that retains:  Long term memory  User preferences  Formatting rules  Writing style  Project context  Cross application workflows  Templates and document structures This identity behaves like any other modern login system, such as Amazon, Walmart, or email services. 2. Copilot as the Central Intelligence of Office Copilot should be capable of:  Opening and managing Word documents  Applying templates and formatting  Building PowerPoint presentations  Managing Excel formulas and data structures  Organizing files and directories  Coordinating tasks across applications  Executing workflows on behalf of the user Office becomes the body. Copilot becomes the brain. 3. Cross Device Continuity The user logs into Copilot once, and the assistant follows the user across:  Desktop  Laptop  Mobile  Web  Cloud environments This creates a seamless, continuous experience. Tiered Pricing Model A tiered structure creates a scalable revenue engine and aligns with Microsoft’s existing subscription model. Tier 1: Free Copilot  Basic chat  No memory  No continuity  Limited functionality This tier serves as the entry point that encourages users to upgrade. Tier 2: Copilot with Memory and Formatting  Persistent memory  Document formatting intelligence  Writing style retention  Basic cross application awareness This tier provides immediate value and will attract a large user base. Tier 3: Cross Device Copilot Identity  Full continuity across devices  Unified assistant experience  Project level intelligence  Long term context retention This tier becomes the premium personal assistant model. Tier 4: Copilot as Full Office Manager  Complete control of Word, Excel, PowerPoint, Outlook  Workflow automation  File management  Multi application coordination  Enterprise grade productivity This tier becomes the flagship offering for professionals and businesses. Optional Tier: Dual AI Verification (Copilot + Reviewer Model) Copilot performs tasks. A secondary model independently reviews output for:  Accuracy  Formatting  Logic  Consistency This reduces errors and increases trust. It becomes a high value premium tier. Competitive Advantage This architecture provides Microsoft with several strategic advantages:  A unified assistant that no competitor currently offers  A multi tier revenue structure that scales with user needs  A long term relationship between user and assistant  Increased adoption of Microsoft 365 subscriptions  Strong differentiation from competing AI products  Reduced user churn due to persistent memory and continuity This model positions Microsoft as the leader in personal and professional AI assistance. Long Term Strategic Value A persistent Copilot identity ensures that users remain within the Microsoft ecosystem for decades. As the assistant accumulates memory, preferences, and workflows, the cost of switching to another platform becomes extremely high. This creates:  Long term subscription stability  Increased enterprise adoption  Stronger user loyalty  A durable competitive moat Copilot becomes not only a feature, but a lifelong digital partner. Closing Statement I respectfully submit this proposal as a long time user who believes that Microsoft has the opportunity to define the future of personal and professional artificial intelligence. A unified Copilot identity, combined with a tiered pricing model and a dual AI verification system, will create a powerful, scalable, and enduring platform that strengthens Microsoft’s leadership in productivity software. Submitted by: Craig D. Evans Detroit, Michigan20Views0likes0CommentsAI-generated feedback summaries for managers - is this a thing yet?
Our managers are responsible for 10-15 direct reports each and the biggest complaint I keep hearing is that writing individual feedback for every person takes forever. Copilot can help draft emails and summarize meetings but I cant figure out how to get it to look at someone's goals progress, recent feedback, and 1:1 notes all together and suggest talking points or review comments. Is anyone using Copilot in any form to help managers write better, more data-backed feedback?107Views0likes3CommentsThe “Copilot Loop” in Loop: Collaborative Content Generation and Iteration in the Flow of Work
Modern work isn’t just fast—it’s fluid. Ideas evolve mid-conversation, documents are never truly “final,” and collaboration happens across time zones and tools. In this environment, traditional content creation draft, review, revise, approve feels too linear. Enter the “Copilot Loop”: a new way of working where AI-assisted creation and human collaboration happen simultaneously, continuously, and contextually inside Microsoft Loop. https://dellenny.com/the-copilot-loop-in-loop-collaborative-content-generation-and-iteration-in-the-flow-of-work/59Views0likes0CommentsSuggestion: Allow users to customize the UI name of MS Copilot (with “Powered by Microsoft 365”)
Background Microsoft Copilot is an extremely capable assistant, but its current visual identity is completely fixed (the name “Copilot” is always shown), even though users interact with it daily as a personal or team assistant. From a user experience perspective, this creates a small but important gap between using a tool and working with an assistant. Proposal Allow users to customize the visible name of their Copilot assistant, while maintaining a clear and consistent Microsoft branding indicator, for example: Holiday (name that the user creates for calling Microsoft Copilot 365 IA) Powered by Microsoft 365 Copilot (Text that Microsoft uses to reflect that it's already Microsoft Copilot). This proposal does not aim to change the underlying model, security, governance, or responsibility. It only affects the identity/presentation layer of the assistant. Why this matters (UX & adoption) Allowing users to name their assistant creates: Psychological ownership (“my assistant” instead of “the assistant”) Higher trust and willingness to delegate complex tasks Stronger long-term adoption and recurring usage In daily work, users naturally refer to assistants by name (“Ask Friday to review this document”), which helps integrate Copilot into real workflows instead of keeping it as an external tool. Enterprise perspective In organizational environments, a named assistant feels like part of the team rather than a generic external service. This improves internal communication, clarity, and acceptance of AI-assisted workflows. Importantly, the “Powered by Microsoft 365 Copilot” label keeps: brand visibility transparency technical and legal responsibility clearly with Microsoft This follows well-established patterns such as “Powered by Azure” or “Powered by Microsoft Security”. Strategic fit Microsoft already enables named and branded assistants through Copilot Studio. Extending this concept to the core Copilot experience feels like a natural next step with: Low technical risk (presentation-level feature) High UX impact No compromise on governance or brand integrity Closing Naming the assistant transforms the relationship from using AI to collaborating with AI. This small change could have a disproportionally positive effect on trust, adoption, and everyday productivity. Thanks for considering this feedback.56Views0likes3CommentsFile Share Connector users not mapping
Hi everyone, In need of some help here. I've setup an on-prem file share connector following this guide: https://learn.microsoft.com/en-us/microsoft-365/copilot/connectors/fileshare-connector I can see the indexed items in my test folder, but, we can't crawl that data because the users are not mapping for some reason. I've been testing using the NTFS file permissions option. Has anyone had any success with using this option to sync/map users to the connector? If so, what were the requirements? The users are AD to entra id connect synced and the group I created is also AD to entra id connect synced as well. I applied ntfs perms to the test folder directly using the synced identity and tried using the group and the full crawl still does not populate users. I am not using nested groups neither. I also tried removing built-in groups such as administrators, authenticated users, etc. I've had a ticket open for weeks with Microsoft now with no answers.30Views0likes0CommentsThe Open Nature of Microsoft 365 Copilot Diagnostic Logs
The Microsoft 365 admin center includes an option for administrators to send Copilot diagnostic logs on behalf of users to Microsoft for investigation. Sounds good, but the diagnostic logs are in plain text (JSON format) and the prompts and responses for Copilot user interactions can be viewed by administrators. That doesn’t seem like a good way to preserve anyone's privacy. Vote for the feedback item to close this loophole. https://office365itpros.com/2026/04/09/copilot-diagnostic-logs/30Views1like0CommentsFrom Requirements to High-Level Design in Minutes with Copilot for Solution Architects
In today’s fast-paced digital landscape, solution architects are constantly under pressure to translate complex business requirements into scalable, reliable, and secure system designs often within tight timelines. Traditionally, this process involves hours (or even days) of analyzing requirements, drafting architecture diagrams, validating assumptions, and aligning with stakeholders. But with the emergence of AI-powered tools like Copilot, this workflow is being transformed dramatically. https://dellenny.com/from-requirements-to-high-level-design-in-minutes-with-copilot-for-solution-architects/45Views0likes0CommentsHow Agile Teams Can Save 10+ Hours a Week Using Copilot in Windows 11
In today’s fast-paced development environment, Agile teams are constantly under pressure to deliver faster without compromising quality. Sprint deadlines are tighter, collaboration is more complex, and the demand for innovation never slows down. Amid all this, one question keeps surfacing: how can teams work smarter, not harder? https://dellenny.com/how-agile-teams-can-save-10-hours-a-week-using-copilot-in-windows-11/39Views0likes0Comments
Events
Recent Blogs
- Anthropic Claude Opus 4.7 now available in Microsoft 365 Copilot Chat.Apr 16, 202612KViews5likes1Comment
- Learn about the new capabilities of Copilot in Word designed for legal, finance, and compliance workflows in mind.Apr 08, 202616KViews6likes4Comments