copilot
1082 TopicsMicrosoft 365 & Power Platform Community call
💡 Microsoft 365 & Power Platform Development bi-weekly community call focuses on different use cases and features within the Microsoft 365 and Power Platform - across Microsoft 365 Copilot, Copilot Studio, SharePoint, Power Apps and more. Demos in this call are presented by the community members. 👏 Looking to catch up on the latest news and updates, including cool community demos, this call is for you! 📅 On 19th of March we'll have following agenda: Latest on SharePoint Framework (SPFx) Latest on Copilot prompt of the week PnPjs CLI for Microsoft 365 Dev Proxy Reusable Controls for SPFx SPFx Toolkit VS Code extension PnP Search Solution Demos this time Darshan Magdum (Nihilent) – Auto Language Detection & Dynamic Multilingual Responses in Copilot Studio Anoop Tatti (Advania UK) – Summarizer web part using Chrome's built-in Summarizer API (Gemini Nano) Chris Kent (Takeda) – List Formatting Tips & Tricks 📅 Download recurrent invite from https://aka.ms/community/m365-powerplat-dev-call-invite 📞 & 📺 Join the Microsoft Teams meeting live at https://aka.ms/community/m365-powerplat-dev-call-join 💡 Building something cool for Microsoft 365 or Power Platform (Copilot, SharePoint, Power Apps, etc)? We are always looking for presenters - Volunteer for a community call demo at https://aka.ms/community/request/demo 👋 See you in the call! 📖 Resources: Previous community call recordings and demos from the Microsoft Community Learning YouTube channel at https://aka.ms/community/youtube Microsoft 365 & Power Platform samples from Microsoft and community - https://aka.ms/community/samples Microsoft 365 & Power Platform community details - https://aka.ms/community/home 🧡 Sharing is caring!3Views0likes0CommentsMicrosoft Power Platform community call - March 2026
💡 Power Platform monthly community call focuses on different extensibility options for builders, makers and developers within the Power Platform. Typically demos are from our awesome community members who showcase the art of possible within the Power Platform capabilities. 👏 Looking to catch up on the latest news and updates, including cool community demos, this call is for you! 📅 On 18th of March we'll have following agenda: Power Platform Updates & Events Latest on Power Platform samples Shiv Sharma (Ameriprise Financial Services) - Design Full App Pages in Minutes with AI‑Powered Generative Pages in Power Apps Darshan Magdum (Nihilent) - Adding Filters and Microsoft Teams Width to Adaptive Cards, and Tooltips & Anchor Tags via YAML in Copilot Studio Giridhar Mungamuri (EY) - Getting Started with Power Apps Code Apps: Build Your First Real App with the New Pro‑Code Experience 📅 Download recurrent invite from https://aka.ms/powerplatformcommunitycall 📞 & 📺 Join the Microsoft Teams meeting live at https://aka.ms/PowerPlatformMonthlyCall 💡 Building something cool for Microsoft 365 or Power Platform (Copilot, SharePoint, Power Apps, etc)? We are always looking for presenters - Volunteer for a community call demo at https://aka.ms/community/request/demo 👋 See you in the call! 📖 Resources: Previous community call recordings and demos from the Microsoft 365 & Power Platform community YouTube channel at https://aka.ms/community/videos Microsoft 365 & Power Platform samples from Microsoft and community - https://aka.ms/community/samples Microsoft 365 & Power Platform community details - https://aka.ms/community/home12Views0likes0CommentsMicrosoft 365 & Power Platform product updates call
💡Microsoft 365 & Power Platform product updates call concentrates on the different use cases and features within the Microsoft 365 and in Power Platform. Call includes topics like Microsoft 365 Copilot, Copilot Studio, Microsoft Teams, Power Platform, Microsoft Graph, Microsoft Viva, Microsoft Search, Microsoft Lists, SharePoint, Power Automate, Power Apps and more. 👏 Weekly Tuesday call is for all community members to see Microsoft PMs, engineering and Cloud Advocates showcasing the art of possible with Microsoft 365 and Power Platform. 📅 On the 17th of March we'll have following agenda: News and updates from Microsoft Together mode group photo Sébastien Levert – Grounding your Copilot Chat declarative agent with knowledge Mike Francis – Message Center Agent - Natural language query and comms generation for Microsoft Admin Center messages and M365 Roadmap Paolo Pialorsi – Consuming an MCP server with OAuth 2.0 in Copilot Studio 📞 & 📺 Join the Microsoft Teams meeting live at https://aka.ms/community/ms-speakers-call-join 🗓️ Download recurrent invite for this weekly call from https://aka.ms/community/ms-speakers-call-invite 👋 See you in the call! 💡 Building something cool for Microsoft 365 or Power Platform (Copilot, SharePoint, Power Apps, etc)? We are always looking for presenters - Volunteer for a community call demo at https://aka.ms/community/request/demo 📖 Resources: Previous community call recordings and demos from the Microsoft Community Learning YouTube channel at https://aka.ms/community/youtube Microsoft 365 & Power Platform samples from Microsoft and community - https://aka.ms/community/samples Microsoft 365 & Power Platform community details - https://aka.ms/community/home 🧡 Sharing is caring!25Views0likes0CommentsDemystifying GitHub Copilot Security Controls: easing concerns for organizational adoption
At a recent developer conference, I delivered a session on Legacy Code Rescue using GitHub Copilot App Modernization. Throughout the day, conversations with developers revealed a clear divide: some have fully embraced Agentic AI in their daily coding, while others remain cautious. Often, this hesitation isn't due to reluctance but stems from organizational concerns around security and regulatory compliance. Having witnessed similar patterns during past technology shifts, I understand how these barriers can slow adoption. In this blog, I'll demystify the most common security concerns about GitHub Copilot and explain how its built-in features address them, empowering organizations to confidently modernize their development workflows. GitHub Copilot Model Training A common question I received at the conference was whether GitHub uses your code as training data for GitHub Copilot. I always direct customers to the GitHub Copilot Trust Center for clarity, but the answer is straightforward: “No. GitHub uses neither Copilot Business nor Enterprise data to train the GitHub model.” Notice this restriction also applies to third-party models as well (e.g. Anthropic, Google). GitHub Copilot Intellectual Property indemnification policy A frequent concern I hear is, since GitHub Copilot’s underlying models are trained on sources that include public code, it might simply “copy and paste” code from those sources. Let’s clarify how this actually works: Does GitHub Copilot “copy/paste”? “The AI models that create Copilot’s suggestions may be trained on public code, but do not contain any code. When they generate a suggestion, they are not “copying and pasting” from any codebase.” To provide an additional layer of protection, GitHub Copilot includes a “duplicate detection filter”. This feature helps prevent suggestions that closely match public code from being surfaced. (Note: This duplicate detection currently does not apply to the Copilot coding agent.) More importantly, customers are protected by an Intellectual Property indemnification policy. This means that if you receive an unmodified suggestion from GitHub Copilot and face a copyright claim as a result, Microsoft will defend you in court. GitHub Copilot Data Retention Another frequent question I hear concerns GitHub Copilot’s data retention policies. For organizations on GitHub Copilot Business and Enterprise plans, retention practices depend on how and where the service is accessed from: Access through IDE for Chat and Code Completions: Prompts and Suggestions: Not retained. User Engagement Data: Kept for two years. Feedback Data: Stored for as long as needed for its intended purpose. Other GitHub Copilot access and use: Prompts and Suggestions: Retained for 28 days. User Engagement Data: Kept for two years. Feedback Data: Stored for as long as needed for its intended purpose. For Copilot Coding Agent, session logs are retained for the life of the account in order to provide the service. Excluding content from GitHub Copilot To prevent GitHub Copilot from indexing sensitive files, you can configure content exclusions at the repository or organization level. In VS Code, use the .copilotignore file to exclude files client-side. Note that files listed in .gitignore are not indexed by default but may still be referenced if open or explicitly referenced (unless they’re excluded through .copilotignore or content exclusions). The life cycle of a GitHub Copilot code suggestion Here are the key protections at each stage of the life cycle of a GitHub Copilot code suggestion: In the IDE: Content exclusions prevent files, folders, or patterns from being included. GitHub proxy (pre-model safety): Prompts go through a GitHub proxy hosted in Microsoft Azure for pre-inference checks: screening for toxic or inappropriate language, relevance, and hacking attempts/jailbreak-style prompts before reaching the model. Model response: With the public code filter enabled, some suggestions are suppressed. The vulnerability protection feature blocks insecure coding patterns like hardcoded credentials or SQL injections in real time. Disable access to GitHub Copilot Free Due to the varying policies associated with GitHub Copilot Free, it is crucial for organizations to ensure it is disabled both in the IDE and on GitHub.com. Since not all IDEs currently offer a built-in option to disable Copilot Free, the most reliable method to prevent both accidental and intentional access is to implement firewall rule changes, as outlined in the official documentation. Agent Mode Allow List Accidental file system deletion by Agentic AI assistants can happen. With GitHub Copilot agent mode, the "Terminal auto approve” setting in VS Code can be used to prevent this. This setting can be managed centrally using a VS Code policy. MCP registry Organizations often want to restrict access to allow only trusted MCP servers. GitHub now offers an MCP registry feature for this purpose. This feature isn’t available in all IDEs and clients yet, but it's being developed. Compliance Certifications The GitHub Copilot Trust Center page lists GitHub Copilot's broad compliance credentials, surpassing many competitors in financial, security, privacy, cloud, and industry coverage. SOC 1 Type 2: Assurance over internal controls for financial reporting. SOC 2 Type 2: In-depth report covering Security, Availability, Processing Integrity, Confidentiality, and Privacy over time. SOC 3: General-use version of SOC 2 with broad executive-level assurance. ISO/IEC 27001:2013: Certification for a formal Information Security Management System (ISMS), based on risk management controls. CSA STAR Level 2: Includes a third-party attestation combining ISO 27001 or SOC 2 with additional cloud control matrix (CCM) requirements. TISAX: Trusted Information Security Assessment Exchange, covering automotive-sector security standards. In summary, while the adoption of AI tools like GitHub Copilot in software development can raise important questions around security, privacy, and compliance, it’s clear that existing safeguards in place help address these concerns. By understanding the safeguards, configurable controls, and robust compliance certifications offered, organizations and developers alike can feel more confident in embracing GitHub Copilot to accelerate innovation while maintaining trust and peace of mind.Microsoft Teams Takes Center Stage at the 2026 Microsoft 365 Community Conference
Microsoft Teams is where people, Microsoft 365 Copilot, and agents come together to collaborate, communicate, and get work done—before, during, and after every interaction. Contributing to and benefiting from Work IQ, Copilot in Teams understands the context, relationships, and signals behind real work, bringing meetings, calling, chat, and collaboration into a single, connected experience across Microsoft 365. At the 2026 Microsoft 365 Community Conference, Teams will be front and center with a broad set of sessions that reflect how teamwork is evolving. From everyday collaboration and meetings to frontline communications, external collaboration, and Copilot‑powered workflows, Teams is designed to help organizations move work forward with clarity and confidence. Register for the M365 Conference today and save $150 with code SAVE150. #M365Con26 Across the Teams sessions at the conference, you’ll see how AI‑powered capabilities—like intelligent meeting recap, real‑time language interpretation, AI‑assistance for calling, and collaborative agents—help teams stay aligned whether work happens in the office, on the front line, or across time zones. What to Expect from the Teams Track The Teams track at the M365 Community Conference offers a practical, end‑to‑end view of how Teams supports new ways work gets done and how organizations can continue their journey toward becoming a Frontier Firm by connecting communication, collaboration, intelligence, and governance in one AI-powered platform. Sessions span key areas including: Collaboration across meetings and events, chats and channels AI-powered communications and modern calling Enabling frontline teams Seamless and secure external collaboration Workplace collaboration and management Operational excellence for IT admins Protection against modern and evolving threats How Teams integrates across Microsoft 365 and contributes to Work IQ for Copilot Whether you’re deploying Teams, managing it at scale, building on it, or using it to drive business outcomes, the Teams track is designed to meet you where you are and help you plan what’s next. You can find the full list of sessions here. Start Here: The Teams Track Session You Shouldn’t Miss To set strategic context for the Teams track, start with Your Guide: What’s New in Teams — Collaboration, Communication, and Copilot. Led by Ilya Bukshteyn, Corporate Vice President, Microsoft Teams, and Chandra Chivukula, Vice President, Microsoft Teams Engineering, this session sets the foundation for the Teams track. You’ll get a high‑level view of where Teams is headed—how it’s becoming more intelligent, easier to manage, and increasingly shaped by Copilot across collaboration, meetings, and calling—before diving deeper into the rest of the Teams sessions throughout the conference. Women in Tech and Allies Lunch: featuring Lan Ye and Sumi Singh Lan Ye and Sumi Singh will join this year’s Women in Tech and Allies Lunch as featured panelists. As Corporate Vice Presidents leading Microsoft Teams product and engineering, they’ll share insights, experiences, and advice on fostering diversity and empowerment in technology. Their participation promises a dynamic and engaging discussion you won’t want to miss. Exclusive: Executive Teams Pre-Day Microsoft Teams will host an exclusive Teams Pre‑Day on Monday, April 20, 2026, in Orlando, FL., the day before the conference begins. This full‑day experience is designed for executive IT and business decision makers who shape productivity, collaboration, and communications strategy within their organizations. The day features direct engagement with Microsoft Teams leaders and product experts, with a focus on what’s next across Teams, including Copilot and AI within Teams, and how to maximize value across meetings, calling, devices, and collaboration. Space is limited, and attendance will be aligned to the intended audience for the day. If you’re interested in attending, connect with your Microsoft account team to see if there is still availability. Explore 1:1 Strategic Discussions at the Conference A limited number of 1:1 side meetings will be available during the conference for customers looking to discuss Teams strategy, roadmap alignment, and organizational priorities. These conversations are designed for higher‑level planning discussions and complement the technical depth available across breakout sessions and the Teams booth. Availability is limited. Connect with your Microsoft account team to explore options. Experience Teams Beyond the Sessions In addition to breakout sessions and lightning talks, visit the Microsoft Teams product demos in the Microsoft Innovation Hub on the show floor. It’s a great opportunity to see the latest Teams capabilities in action, explore real‑world scenarios, and connect directly with the product experts behind the experiences. Register for the M365 Conference today and save $150 with code SAVE150. We hope to see you there!375Views0likes0CommentsLevel up your data security at Microsoft 365 Community Conference
Technology is evolving at a startling rate, and it’s no longer enough for an organization to maintain their security measures, they must evolve along with it. Don’t let your data, employees, or clients become another headline. Join us in Orlando on April 21–23 for the Microsoft 365 Community Conference, where you’ll learn how to safeguard your most valuable data during expert-led discussions and hands-on sessions . Chart your course forward with Microsoft’s security roadmap Do you ever wish you had a crystal ball that could show you how the changing tech landscape is going to affect your data protection needs? We can give you the next-best thing, an inside look at where the future of work is taking security solutions and what that means for you, straight from the experts leading the way. Register now, and you’ll be in the room as Vasu Jakkal, Corporate Vice President, Microsoft Security and Rohan Kumar, Corporate Vice President, Microsoft Security unveil Microsoft’s vision for securing the new frontier of AI. They’ll discuss the ways frontier firms are protecting their data, identities, and models amid rapid AI adoption and Agents. Microsoft is helping IT and security teams adapt to AI driven work with security built in, not bolted on, gain practical guidance on how organizations are modernizing security controls, reducing data exposure, and supporting AI adoption at scale, without adding complexity for admins or end users. And that’s not all; we have a full schedule of innovators and trailblazers scheduled throughout the program. You’ll discover exclusive insights, best practices, and strategies that will redefine your organization’s data security. Check out the speaker directory on the Microsoft 365 Community Conference homepage and then register to save your seat today. Attend a session for every security need We all know that securing our data is important, but it can be hard to know where to start when different sectors require different security measures. That’s why we’ve designed the sessions at Microsoft 365 Community Conference to provide attendees with both a comprehensive overview and a deep dive into specific critical topics. • Agent 365: The control plane for all Agents with Nikita Bandyopadhyay and Sesha Mani • Agent Lifecycle Management and Governance leveraging FastTrack with Azharullah Meer and Pratik Bhusal • Copilot readiness & resiliency with M365 Backup & Archive with Sree Lakshmi and Aditi Gangwar • Copilot Studio Governance for Public Sector with Richie Wallace and William McLendon • Deep dive into Agent insights and content governance across SharePoint and Microsoft 365 with Nikita Bandyopadhyay • Extending Microsoft Purview with APIs & SDK: Governance-by-Design for AI Apps and Agents with Martin Gagne • How Microsoft Digital adopted Baseline Security Mode to improve Microsoft's security posture with Adriana Wood • How Microsoft Does IT: Managing and governing Agents - empower with risk aligned oversight with David Johnson, Naveen Jangir, and Mike Powers • How Microsoft Does IT: Microsoft 365 Governance in the age of Copilot & agents with David Johnson • Microsoft Baseline Security Mode: Simplify, secure, succeed with Adriana Wood and Sesha Mani • Microsoft Purview: AI-Powered Data Security for Microsoft 365 with Aashish Ramdas • Mission Readiness - Cybersecurity and Copilot in the Public Sector with Karuana Gatimu • Protect and govern agents with Microsoft Purview with Shilpa Ranganathan • Protect your data from oversharing to AI with Microsoft Purview with Roberto Yglesias • Public Sector Roadmap Review with Karuana Gatimu and Tuwanda Perez • Securing AI with Microsoft Purview: From Visibility to Action with Shilpa Ranganathan • Tracing the Truth: Accelerate Insider Risk Investigations with Microsoft Purview with Rod Trent • What's new in Security & Compliance for SharePoint, OneDrive, and Teams with Sanjoyan Mustafi, Vithalprasad Gaitonde No matter your security needs, we have a can’t-miss session waiting for you at Microsoft 365 Community Conference. Explore all Security, Compliance, and Governance sessions here. You can’t halt the march of progress, but by attending the Microsoft 365 Community Conference, you can make sure you're in a position to take advantage of it. Register now, and we’ll see you April 21–23 in Orlando.155Views0likes0CommentsLive AMA: Microsoft Agent 365
Learn more about the capabilities of Agent 365 in this live 'Ask Microsoft Anything' with product and engineering team experts! Get your questions answered about capabilities for agent observability, security, and governance, developer resources, and how to get started as you confidently scale agents in your organization. How to Participate Register for the Microsoft Tech Community using your email if you haven’t already. This allows you to post comments and ask questions. Visit this page during its scheduled time to join the conversation. You can post your questions in the comments, and product team members will respond live during the AMA. Watch the session live or catch the recording on demand after the event. Keep the conversation going in the Agent 365 discussion space after the sessions conclude. It’s a great place to follow up, share what’s working, and connect with others exploring similar topics. Hope to see you there! Come ready to learn and ask our experts all of your burning questions!2.7KViews3likes1CommentWhat's New in Microsoft EDU - March 2026
Join us on Wednesday, March 25th, 2026 for our latest "What's New in Microsoft EDU" webinar! We will be covering all of the latest product updates from Microsoft Education. These 30-minute webinars are put on by the Microsoft Education Product Management group and happen once per month, this month both 8:00am Pacific Time and 4:00pm Pacific time to cover as many global time zones as possible around the world. And don’t worry – we’ll be recording these and posting on our Microsoft Education YouTube channel in the new “What’s New in Microsoft EDU” playlist, so you’ll always to able to watch later or share with others! Here is our March 2026 webinar agenda: 1) M365 Copilot and AI updates for Educators and Students - Modify Existing Content - Minecraft EDU Lesson Plans - New Learning Activities: Fill in the Blanks, Matching and Self-Quizzing - Study & Learn agent for studnets 2) Learning Zone General Availability and the Copilot+ PC 3) Microsoft 365 LTI and Teach Module for Learning Management Systems 4) AMA - Ask Microsoft EDU Anything (Q&A) We look forward to having you attend the event! How to sign up 📅 OPTION 1: March 25th, Wednesday @ 8:00am Pacific Time Register here 📅 OPTION 2: March 25th, Wednesday @ 4:00pm Pacific Time Register here This is what the webinar portal will look like when you register: We look forward to seeing you there! Mike Tholfsen Group Product Manager Microsoft Education786Views1like1Comment