On this page
5.2) Microsoft Copilot
1. Architecture & The “Oversharing” Risk (The #1 Priority)
- The Golden Rule of Copilot: Copilot never bypasses existing permissions. It utilizes the Microsoft Graph and Semantic Index to surface data, meaning it can only read what the user executing the prompt explicitly has access to.
- The Oversharing Crisis: If a tenant has historically relied on “security by obscurity” (e.g., HR files stored on a public SharePoint site but the link was never shared), Copilot will find them and use them to answer user prompts.
- Remediation Strategy: Before deploying Copilot, you must execute a “Data Readiness” assessment. Use SharePoint Advanced Management (SAM) or Purview Data Access reports to identify and lock down sites with excessive “Everyone except external users” permissions or broad sharing links.
2. Licensing & Versions
- Microsoft Copilot (formerly Bing Chat Enterprise): Free with E3/E5 licenses. Provides AI chat grounded in the public web, but with Commercial Data Protection (prompts are not saved, data is not used to train the model, Microsoft cannot see the data).
- Microsoft 365 Copilot: The paid enterprise add-on. This version is grounded in the tenant’s Microsoft Graph data (emails, chats, SharePoint files) and integrates directly into the M365 desktop apps (Word, Excel, PowerPoint, Teams).
- Prerequisites: Users must be on the “Current Channel” or “Monthly Enterprise Channel” for M365 Apps. Copilot relies heavily on OneDrive; if a user does not have OneDrive provisioned or enabled, their Copilot experience in desktop apps will break.
3. Administration & Governance Controls
- Web Grounding Toggle: In the M365 Admin Center, you can control whether Microsoft 365 Copilot is allowed to query the public web (Bing) to supplement its answers, or if it must only use internal Graph data. (Highly regulated industries often disable web grounding).
- Plugin & Extension Management: Copilot’s capabilities can be extended via Microsoft Teams apps and custom plugins. The enterprise standard is to block all third-party plugins by default via the Integrated Apps portal, requiring a security review before enabling them for Copilot.
- Semantic Index: A backend capability that maps relationships between users and data. It is enabled at the tenant level. Without it, Copilot’s ability to find relevant internal documents drops significantly.
4. Security & Purview Integration
- Sensitivity Labels (Information Protection): Copilot natively respects Purview Sensitivity Labels.
- If a user prompts Copilot to summarize a Word document labeled “Highly Confidential,” the generated response in the chat will also be marked as “Highly Confidential.”
- If a document’s label restricts the “Extract” usage right, Copilot will refuse to summarize or read that document.
- Data Loss Prevention (DLP): Copilot interactions are audited. You can configure Endpoint DLP policies to prevent users from copying/pasting sensitive Copilot responses into unsanctioned applications.
5. Adoption & Stakeholder Management
- Managing Expectations: Stakeholders often treat Copilot like a search engine. A Consultant must educate them that it is a reasoning engine. It hallucinates, and its outputs require human verification.
- Prompt Engineering Framework (The 4 Pillars): Teach users how to structure requests. A good prompt requires:
- Goal: What do you want? (e.g., “Draft an email”)
- Context: Why do you need it? (e.g., “To update the marketing team on the Q3 delays”)
- Expectation: How should it look? (e.g., “Make it a bulleted list and keep the tone professional”)
- Source: What data should it use? (e.g., “Based on the attached /ProjectStatus.docx”)
- High-Value Quick Wins: Point delivery teams to the highest ROI features first: Teams Meeting Recap (summarizing action items from a transcript), drafting Word documents based on PowerPoint presentations, and summarizing unread email threads in Outlook.