Microsoft Roadmap, messagecenter and blogs updates from 01-11-2025

het nieuws van Microsoft message center roadmap en blogs - KbWorks - SharePoint and Teams Specialist

01-November-2025 Below you will find a collection of news published yesterday. This news consists of Microsoft’s Roadmap when it is updated it will be below with items. Then there will be a section with the message center, if there is anything new there, this will be automatically included. And it contains a piece from blogs that I follow myself and would like to share with you. If I miss something in the blogs that do have an RSS feed, please let me know.

This entire post was automated via Microsoft Flow
have fun reading!

Office 365 Roadmap Updated: 2025-11-01

Additions : 0
Updates : 1

More Details At: www.roadmapwatch.com


Updated FeaturesCurrent StatusUpdate Type
Microsoft Copilot (Microsoft 365): Preview and chat with Microsoft Word, Excel, and PowerPoint files in the Microsoft 365 Copilot app on iPhoneCancelledStatus, Description

Office 365 Roadmap Updated: 2025-10-31

Additions : 11
Updates : 4

More Details At: www.roadmapwatch.com


New FeaturesCurrent Status
Microsoft Copilot (Microsoft 365): [Copilot Extensibility] [Search UX] Custom filter support for data sources on Copilot SearchIn Development
Microsoft Copilot (Microsoft 365): Admins can now edit user mappings and query filters for connected tools like Jira, Confluence, and SalesforceIn Development
Microsoft Copilot (Microsoft 365): Improved content freshness using Copilot connectors with webhooks-led notificationsIn Development
Microsoft Copilot (Microsoft 365): Improved content freshness using Copilot connectors with webhooks-led notificationsIn Development
Microsoft Copilot (Microsoft 365): Copilot chats conversationsIn Development
Microsoft Copilot (Microsoft 365): Data source specific filtersIn Development
Microsoft Copilot (Microsoft 365): Copilot edits on a Page are highlighted by defaultIn Development
Universal Print: audit loggingIn Development
Microsoft Copilot (Microsoft 365): Ask Copilot about highlighted response contentIn Development
Microsoft Teams: Restart your Town hall eventIn Development
Microsoft Viva: Viva Glint – Add a Partner to Viva GlintIn Development
 
Updated FeaturesCurrent StatusUpdate Type
Microsoft 365 app: Microsoft Places – Built in Admin role supportLaunchedStatus
Microsoft Viva: Introducing Viva Engage Role Management APIs on Microsoft GraphLaunchedStatus
Microsoft Edge: v.142 – Open external links in another profile when recommended by external applicationsLaunchedStatus, Title
Microsoft Teams: Enhanced privacy and stability for live captionsLaunchedStatus

Items from the MessageCenter in Microsoft 365

(Updated) Microsoft Purview: New Personalization settings
Category:Microsoft Purview
Nummer:MC1030008
Status:stayInformed

Updated October 30, 2025: Due to emerging changes, we are postponing this feature launch. We will communicate updated launch timelines as soon as they are available. We apologize for any inconvenience.

Microsoft Purview is launching a new Personalization page that will help users personalize their individual experience on Purview.

This message is associated with Microsoft 365 Roadmap ID 483884.

[When this will happen:]

Public Preview (Worldwide): We will communicate via Message center when we are ready to proceed.

General Availability (Worldwide): We will communicate via Message center when we are ready to proceed.

[How this will affect your organization:]

The following features will be included in this initial rollout:

  • Ability to pin or unpin solutions to the left navigation bar
  • A new Personalization page where users can:
    • Toggle visibility of the solution bar
    • Choose to show solution walk-through on next sign in
    • Export personalization data stored for the signed-in user
    • Delete preferences one by one or all at once

The new Personalization page will be at Microsoft Purview > Settings (in top right corner) > Personalization:

user settings

On the new Personalization page, users will be able to hide or remove solution tiles and choose to show solution walk-throughs:

user settings

These changes will be available by default.

[What you need to do to prepare:]

This rollout will happen automatically by the specified dates with no admin action required before the rollout. You may want to notify your users about this change and update any relevant documentation.

(Updated) Microsoft Teams Copilot without transcription becomes default for meetings – conversation history now persists
Category:Microsoft Teams
Nummer:MC1139493
Status:stayInformed

Updated October 30, 2025: We have updated the timeline and the content. Thank you for your patience.

Introduction

We’re updating the default behavior of Microsoft Teams Copilot in meetings. Copilot without transcription will become the default mode for newly scheduled Teams meetings where Copilot is allowed. Additionally, conversation history will now persist during meetings, improving multitasking and continuity of insights.

This update is associated with Microsoft 365 Roadmap ID 478611.

When this will happen

General Availability (Worldwide): We will begin rolling out in mid-January 2026 (previously early November 2025) and expect to complete by early February 2026 (previously mid-November 2025).

[What’s changing?]

Who is affected:

  • Affected tenants: If your TeamsMeetingPolicy was created or modified before the Copilot without transcription policy option was introduced (June 2024), your tenant will be affected by this change.
  • Not Affected: If your TeamsMeetingPolicy was created or modified after June 2024 when the Copilot without transcription option was introduced, your tenant will not be affected.

What will happen:

  • The default Copilot policy will change from EnabledWithTranscript to Enabled for both new and existing Teams meetings where Copilot is allowed.
  • Copilot and Facilitator will no longer automatically start transcription for meetings in affected tenants.
  • Users must manually enable transcription to use post-meeting Copilot or Facilitator queries.
  • Conversation history will persist during meetings for Copilot without transcription.
  • Tenants with TeamsMeetingPolicy created or modified after June 2024 are not affected.
[What you can do to prepare:]

If adopting the new defaults:

  • Review TeamsMeetingPolicy for transcription dependencies.
  • Update internal documentation and training.
  • Communicate to users how to enable transcription when needed.

Optional admin steps to retain current behavior:

  • Update Global and Custom TeamsMeetingPolicy settings via TAC or PowerShell.
  • TAC UI Portal: Navigate to Teams Admin Center and set the Copilot policy default value as required. For example, if the current default value is desired, update it to a different value, then set it back. Please ensure both TeamsMeetingPolicy and all Custom Policies are updated.
  • PowerShell example to set Copilot policy to EnabledWithTranscript for all relevant meeting policies:
    get-csteamsmeetingpolicy | ? {
      $_.Identity -ne "Tag:AllOn" -and
      $_.Identity -ne "Tag:AllOff" -and
      $_.Identity -ne "Tag:Default" -and
      $_.Identity -ne "Tag:Kiosk" -and
      $_.Identity -ne "Tag:RestrictedAnonymousAccess" -and
      $_.Identity -ne "Tag:RestrictedAnonymousNoRecording"
    } | % {
      $_.Identity;
      set-csteamsmeetingpolicy -identity $_.Identity -Copilot EnabledWithTranscript
    }
        

Learn more: 

Compliance considerations

QuestionAnswer
Does the change alter how existing customer data is processed, stored, or accessed?Conversation history is now retained during the meeting instead of being cleared when switching panels.
Does the change introduce or significantly modify AI/ML or agent capabilities that interact with or provide access to customer data?Copilot behavior is updated to persist conversation history, enhancing AI-driven meeting insights.
Does the change provide end users any new way of interacting with generative AI?Users can now maintain a continuous Copilot interaction during meetings without transcription.
Does the change include an admin control and, can it be controlled through Entra ID group membership?IT admins can enforce or override defaults via Teams meeting policy.
Does the change allow a user to enable and disable the feature themselves?Users can manually enable transcription during meetings to retain Copilot insights post-meeting.

(Updated) Microsoft Teams | Enhanced privacy and improved stability for live captions and transcripts
Category:Microsoft Teams
Nummer:MC1146824
Status:stayInformed

Updated October 30, 2025: We have corrected the timeline to reflect the actual rollout dates. Thank you. 

Introduction

To enhance privacy and improve meeting reliability, we’re updating how live captions and real-time text (RTT) behave in Microsoft Teams meetings. These updates ensure that captions are more secure when transcription is off and improve the stability of caption display across devices and scenarios.

This message is associated with Microsoft 365 Roadmap ID 499616.

When this will happen
  • Targeted Release: Began September 1, 2025, completes by September 17, 2025 (previously September 15).
  • General Availability:
    • Worldwide, GCC, GCC High: October 1-17, 2025 (previously September 15–29).
    • DoD: October 21-28, 2025 (previously September 25–October 3).
How this affects your organization

  • When transcription is off, captions will now display only the last five minutes of dialogue, enhancing privacy by limiting visible history.
  • When transcription is on, captions will show the full meeting conversation from the time transcription starts until the transcription ends.
    user settings

    user settings

  • A previous issue where repositioning captions could cause text loss has been resolved. Captions will now remain intact when moved.
  • These improvements also apply to real-time text (RTT), ensuring a consistent and reliable experience across both features.
  • This update applies to Microsoft Teams on desktop and Mac platforms.
These changes will roll out automatically and do not require admin configuration. What you can do to prepare
  • Inform users about the new five-minute limit for captions when transcription is off.
  • Update internal training materials and documentation for users who rely on live captions or RTT.
  • No admin action is required to enable this feature.

Learn more:

Compliance considerations

No compliance considerations identified, review as appropriate for your organization.

(Updated) Microsoft Viva Glint: Retaining first name and last name for deleted users
Category:Microsoft Viva
Nummer:MC1168288
Status:stayInformed

Updated October 31, 2025: We have updated the timeline for resumption of Microsoft Entra Delete signals in Viva Glint. Thank you for your patience.

[Introduction]

To improve data traceability and support organizational compliance needs, Microsoft Viva Glint is introducing a new configuration option that allows administrators to retain the first name and last name of deleted users. Previously, while survey response data could be retained, identifying information for deleted users was not available. This update aligns with customer feedback requesting more granular control over user data retention.

This message is associated with Message ID MC1113670. 

[When this will happen:]

  • General Availability: Rollout will begin mid-October 2025 and is expected to complete by late-October 2025.
  • We will continue planned maintenance associated with MC1113670 in June 2026. We will now resume the processing of Entra Delete signals on July 1, 2026 (previously November 1, 2025). Users identified by these signals will be marked for data deletion in accordance with your organization’s configured User Data controls.

We have currently paused the automatic process of Delete signals received from Microsoft Entra and as a result, we will not be automatically deleting any people data from Viva Glint. During this period, there may be slight delays in processing these requests. However, all requests will be completed within 90 days of resumption of these signals on July 1, 2026. 

In the meantime, If you would like to manually delete any user data from Viva Glint, please follow the instructions here: Responding to Data Subject Requests (DSRs) in Viva Glint | Microsoft Learn.

[How this affects your organization:]

  • Who is affected: Viva Glint administrators managing user data retention settings.
  • What will happen:
    • A new admin toggle will allow configuration of first name and last name retention for deleted users.
    • When enabled, first and last names of deleted users will be retained.
    • When disabled, first and last names of deleted users will be replaced with “Deleted user”.
    • If raw data export is enabled, deleted user data will be exported in accordance with User Data controls.
    • Changes will only apply to deleted users from the point of feature release and going forward, not retrospectively.
    • This feature will be enabled by default at rollout.
    • Screenshot 1: Admin view in Viva Glint showing the new configuration option for retaining first and last names of deleted users.user settings

[What you can do to prepare:]

  • Review your organization’s data retention policy and configure the toggle accordingly by November 1, 2025.
  • Notify relevant stakeholders or helpdesk staff about this change.
  • Update internal documentation if you reference Viva Glint data retention settings.

Learn more: Manage General Settings in Viva Glint

[Compliance considerations:]

QuestionExplanation
Does the change alter how existing customer data is processed, stored, or accessed?Customers can now retain first name and last name of deleted users, which changes how deleted user data is stored and accessed.
Does the change modify how users can access, export, delete, or correct their personal data within Microsoft 365 services (GDPR Data Subject Rights)?The new toggle allows retention of personal identifiers for deleted users, impacting data deletion workflows.
(Updated) Microsoft Defender for Identity: New recommendation added to Microsoft Secure Score
Category:Microsoft Defender XDR
Nummer:MC1179155
Status:stayInformed

Updated October 31, 2025: We have updated the content. Thank you for your patience.

Introduction

To help organizations better assess and improve their identity security posture, Microsoft Secure Score is being enhanced with new improvement actions based on Microsoft Defender for Identity recommendations. These updates provide more accurate insights and actionable guidance to strengthen your security configuration.

When this will happen:

  • Public Preview: Rollout begins early November 2025, completes by mid-December 2025
  • General Availability (Worldwide, GCC, GCC High, and DoD): Rollout begins early November 2025, completes by mid-December 2025

How this affects your organization:

  • Who is affected: Admins managing Microsoft Secure Score and organizations with Microsoft Defender for Identity sensors deployed.
  • What will happen:
    • New posture recommendation will appear in Microsoft Secure Score as improvement actions: Change password for on-prem accounts with potentially leaked credentials
    • This recommendation is visible only if your tenant has a Defender for Identity sensor deployed.
    • The update is enabled by default and requires no configuration changes.
    • No impact to end-user workflow unless acted upon by the admin.
    • Please be aware of a related Microsoft Entra ID recommendation that is recently released, titled: “Change password for accounts with leaked credentials”. The Microsoft Entra ID recommendation is focused on cloud-based user accounts, whereas the Microsoft Defender for Identity recommendation targets on-prem user accounts.

What you can do to prepare:

  • No admin action is required before or after rollout.
  • Review your current identity configuration to assess potential impact.
  • Notify relevant administrators and update internal documentation as needed.
  • Regularly review Microsoft Secure Score to monitor and act on new improvement suggestions.
  • Learn more: Microsoft Secure Score 

Compliance considerations:

No compliance considerations identified, review as appropriate for your organization.

Microsoft Dataverse – Dataverse Billing Rates and Management
Category:Microsoft Dataverse
Nummer:MC1181733
Status:stayInformed
Update: Release of this change has been updated; please see Message center post MC1181915 for more information.

Previous message:
We are announcing an update to Dataverse billing rates and management in Microsoft Dataverse. This feature will reach general availability on November 28, 2025.

How does this affect me?
The new billing model for Dataverse separates storage and compute costs, ensuring customers are only charged for the resources they consume.

This model aims to provide a more flexible and transparent pricing structure that aligns with customer usage patterns and market expectations, particularly for agentic workflows.

What action do I need to take?
This message is for awareness, and no action is required.
Microsoft Purview | Content Explorer – enhanced tag (SIT, labels) filter at UI layer
Category:Microsoft 365 suite Microsoft Purview
Nummer:MC1181764
Status:stayInformed

[Introduction]

Content Explorer contains significant volumes of data, and can sometimes feel overwhelming, leading to concerns about too many false positives in Microsoft Purview. To address this, we are introducing Classifier Scoping in Content Explorer. Classifier Scoping empowers customers to define exactly what data they want to see, significantly reducing noise and helping them focus on what matters most.

This message is associated with Microsoft 365 Roadmap ID 518224.

[When this will happen:]

  • Public Preview: We will begin rolling out mid-November 2025 and expect to complete by early December 2025
  • Worldwide: We will begin rolling out late December 2025 and expect to complete by mid-January 2026.

[How will affects your organization:]

  • Who is affected: Microsoft Purview administrators using Content Explorer.
  • What will happen:
    • Admins can define and scope views in Content Explorer using selected classifiers, sensitivity labels, and retention labels.
    • user settings

    • These scoped views can be saved and reused with a few clicks.
    • No changes to user workflows.
    • The feature will be available by default once rolled out; no opt-in required.

[What you can do to prepare:]

  • No action is required to enable this feature.
  • After rollout, admins can:
    • Define scoped views in Content Explorer using classifiers and labels.
    • Save and apply these views to streamline data analysis.

[Compliance considerations:]

No compliance considerations identified, review as appropriate for your organization.

Microsoft OneDrive for Business: Agents in OneDrive
Category:Microsoft Copilot (Microsoft 365)
Nummer:MC1181765
Status:stayInformed

Agents in OneDrive lets you group files and folders together, so you can ask questions, get summaries, and find key details across your project—without having to reselect items each time. Agents are saved in your OneDrive and can be shared with your team, making collaboration and staying up to date easier. This new capability helps users work more efficiently by turning OneDrive into a workspace for AI-powered project assistance.

This message is associated with Microsoft 365 Roadmap ID 469503.

[When this will happen:]

General Availability (Worldwide): Rollout will begin in mid-November 2025 and is expected to complete by late November 2025.

[How this affects your organization:]

Who is affected: Users with a Microsoft 365 Copilot license assigned to either work or school accounts (Microsoft 365 commercial or education tenants). 

What will happen:

Users will see a new agent option in OneDrive.

How to use Agents in OneDrive:

  • Create your Agent: When users first select the Copilot button in OneDrive or the +Create or upload button, a guided experience will introduce agents and walk users through how to create and use them. From there, users can create an agent from their OneDrive using the +Create or upload option and then select the Agent option (screenshot 1):
  •  user settings

  • Alternatively, users can select the files to include in an agent, then choose Create an agent from the Copilot toolbar dropdown menu (screenshot 2):
  •  user settings

  • Access your agent as a file in OneDrive (.agent extension), filter by file type “agent” (screenshot 3):
  •  user settings

  • Open the agent to ask questions and get answers from your documents.
  • Edit or update your agent anytime to change its sources, name, or instructions (screenshot 4):
  •  user settings

  • Share your agent with your team to collaborate and keep everyone informed (screenshots 5 & 6):
  •  user settings

    user settings

[What you can do to prepare:]

No admin action is required at this time.

You may wish to:

  • Communicate this change to helpdesk staff.
  • Update internal documentation to reflect the new agent capabilities in OneDrive.
  • Encourage users to explore agents to improve project efficiency using AI.
[Compliance considerations:]
QuestionAnswer
Does the change store new customer data, if so, where, and is the data cached or permanently stored?Yes. Agents are saved as .agent files in OneDrive and may contain metadata or instructions. These are stored permanently unless deleted by the user.
Does the change introduce or significantly modify AI/ML or agent capabilities that interact with or provide access to customer data, if so summarize changes?Yes. Agents use Microsoft Copilot to interact with and summarize user documents grouped within OneDrive.
Does the change provide end users any new way of interacting with generative AI, if so how?Yes. Users can ask questions and receive answers from grouped documents via agents, enabling a new AI-powered interaction model.
Does the change include an admin control and, can it be controlled through Entra ID group membership?Yes. Admins can manage Copilot licensing and access to OneDrive features, including agent creation and usage.
Does the change allow a user to enable and disable the feature themselves?Yes. Users can choose whether or not to create and use agents in OneDrive.
Microsoft Copilot Chat: AI disclaimer updates
Category:Microsoft 365 suite Microsoft Copilot (Microsoft 365)
Nummer:MC1181766
Status:stayInformed

[Introduction:]

We’re updating the AI Disclaimer experience in Microsoft Copilot Chat based on customer feedback. Some users found the disclaimer too distracting, while others felt it was too subtle. To address this, we’re introducing admin controls that allow organizations to customize how the disclaimer appears, improving user awareness and flexibility.

[When this will happen:] 

Rollout will begin in late November 2025 and complete by:

  • Worldwide & GCC: Early December 2025
  • GCC High & DoD: Mid-December 2025

[How this affects your organization:]

Who is affected: All users of Microsoft Copilot Chat across all endpoints.

What will happen:

  • The AI Disclaimer below the Input Box will be OFF by default.
  • Admins will have a new toggle to enable the disclaimer.
    • If enabled:
      • The disclaimer will display bolded text for increased visibility.
      • Admins can configure a custom URL or use the default link to Microsoft documentation.
      • Both Starter and Premium users can see the Input Box and the AI Disclaimer (if enabled), so a Copilot license is not explicitly required for visibility.

Screenshot 1 and 2: The top image shows the default experience with no AI Disclaimer visible. The bottom image shows the AI Disclaimer with Heightened Awareness enabled by the admin. user settings

[What you can do to prepare:]

  • Review the new AI Disclaimer toggle in the Admin Portal once available.
  • Decide whether to enable the disclaimer for your organization.
  • If enabling, prepare a custom URL to include in the UX. 
  • Communicate this change to helpdesk staff and Copilot users.
  • Update internal documentation if you reference the disclaimer experience.

Learn more: Transparency Note for Microsoft Copilot | Microsoft Support

[Compliance considerations:]

No compliance considerations identified, review as appropriate for your organization.

Microsoft Purview: eDiscovery admin content access restrictions when not in compliance with Entra policies
Category:Microsoft Purview
Nummer:MC1181768
Status:planForChange

To strengthen Microsoft’s security posture, we’re introducing updates to Microsoft Purview that enhance audit logging and enforce Entra conditional access policies for eDiscovery admins. These changes help ensure that sensitive content is accessed only by users who meet your organization’s security requirements.

[When this will happen:]

General Availability (Worldwide, GCC, GCCH, and DoD): Rollout will begin and is expected to conclude in late November 2025.

[How this affects your organization:]

Who is affected: Admins using Microsoft Purview for eDiscovery and subject to Entra conditional access policies.

What will happen:

  • When eDiscovery admins preview a file in the Purview portal, the action will be logged under the FilePreviewed activity in Audit logs.
  • eDiscovery and Compliance admins who do not meet Entra conditional access policies (such as MFA or Trusted Network Policy) will be blocked from accessing SharePoint Online content via the Purview portal.
    • Access behavior is being altered. Previously, eDiscovery Admins could access SharePoint Online content in Purview regardless of their compliance with Entra Conditional Access policies. With this update, access will be restricted for non-compliant admins, representing a change in enforcement behavior.
    • Microsoft recommends compliance with Entra policies to maintain uninterrupted access.
    • As a temporary workaround, Global admins may use the exclude Users and groups option to exempt specific eDiscovery admins from conditional access enforcement.

[What you can do to prepare:]

  • Ensure all eDiscovery admins comply with your organization’s Entra conditional access policies.
  • Review and update your conditional access configurations if exemptions are needed.

Learn more:

[Compliance considerations:]

QuestionAnswer
Does the change modify, interrupt, or disable Conditional Access policies?Yes. Admins who do not meet Entra conditional access requirements will be blocked from accessing SharePoint content via the Purview portal.
Does the change modify, interrupt, or disable Audit logging capabilities?Yes. A new audit log activity, ‘FilePreviewed’, will be recorded when eDiscovery Admins preview files in the Purview portal.
Does the change modify, interrupt, or disable eDiscovery or Content Search?Yes. Access to SharePoint content via eDiscovery will be restricted for non-compliant admins.
Does the change alter how admins can monitor, report on, or demonstrate compliance activities?Yes. The addition of the ‘FilePreviewed’ audit log activity enhances visibility into admin actions and supports compliance reporting.

Microsoft Purview: Integration with Entra GSA Internet Access to enable sensitive file filtering at the network layer
Category:Microsoft Purview
Nummer:MC1181769
Status:stayInformed

[Introduction]

To help organizations better protect sensitive files in transit, we’re introducing a public preview for extending Microsoft Purview Data Loss Prevention (DLP) policies to the network through integration with Entra Global Secure Access Internet Access. Through this integration, organizations can intercept and inspect file traffic at the network layer and enforce actions based on DLP policy conditions. It helps prevent sensitive files from being shared with untrusted cloud applications through browsers, apps, APIs, add-ins, and more—including generative AI platforms, cloud storage, and content-sharing services—while managing alerts and incidents through Purview and Microsoft Defender.

This message is associated with Roadmap ID 522096.

[When this will happen:]

  • Public preview: Rollout begins mid-November 2025 and completes by mid-December 2025.
  • General availability: Rollout begins mid-June 2026 and completes by mid-July 2026.

[How this affects your organization:]

  • Who is affected: Microsoft 365 tenants with E3 or E5 licenses; Admins managing Microsoft Purview DLP and Entra Global Secure Access.
  • What will happen:
    • A new “Inline Web Traffic” scenario will be available in Purview DLP policy creation.
    • Admins can configure granular policies and rules to detect and protect sensitive files transmitted to over 35,000 unmanaged cloud applications.
    • Policy matches, alerts, and incidents will be managed centrally in Microsoft Purview and Microsoft Defender.
    • The feature will be available by default but requires configuration to activate.

[What you can do to prepare:]

  • Ensure your GSA administrator configures the following in Entra Global Secure Access:
    • Enabled the internet access traffic profile and ensure the correct user assignments apply.
    • Configure TLS inspection and configure a TLS inspection policy.
    • Create a file policy and add a rule that specifies the action “Scan with Purview”.
    • Configure a security profile with the above policies and link it to a conditional access policy.
  • Your global admin must activate Purview pay-as-you-go to enable this capability. No charges will apply during public preview.
  • Review your current DLP and network configurations to assess impact.
  • Communicate this change to helpdesk and security teams.
  • Update internal documentation to reflect new policy options.
  • For more details, refer to: Learn about data loss prevention

[Compliance considerations:]

Compliance Area Explanation
Alters how existing customer data is processed Sensitive file traffic is inspected at the network layer before reaching unmanaged cloud apps.
Introduces AI/ML capabilitiesDLP policies may interact with generative AI platforms to prevent data leakage.
Modifies DLP enforcementAdds network-layer enforcement to existing Purview DLP capabilities.
Adds integration to extend Purview DLP controls Integrates with Entra Global Secure Access Internet Access.
Includes admin controlControlled via Purview and Entra admin portals.
Can be controlled through Entra ID group membership Policy scoping can leverage Entra ID groups.
Introducing the employee self-service agent in Microsoft 365 Copilot Studio
Category:Microsoft Copilot (Microsoft 365)
Nummer:MC1181770
Status:stayInformed

[Introduction]

Microsoft is introducing the Employee Self-Service Agent, a custom agent that you can configure and extend to streamline HR and IT support experiences. This agent acts as a unified entry point for employees to access information and complete common workplace tasks, reducing friction and improving productivity across your organization.

This message is associated with Microsoft 365 Roadmap ID 487836.

[When this will happen:]

  • Targeted Release: Started early June 2025
  • Public Preview (Worldwide): Started early July 2025
  • General Availability (Worldwide): Begins early November 2025

[How this affects your organization:]

Who is affected:

  • Employee service delivery teams (e.g HR function/IT function)
  • Organizations using Microsoft 365 Copilot Studio
  • Admins managing HR and IT support workflows
  • Employees accessing self-service support through Copilot

What will happen:

  • Admins and agent makers can configure the agent to integrate with existing systems of record and publish it.
  • Employees will see Employee self service agent as a unified interface to access HR and IT support in M365 Copilot.
  • No changes will be made to existing policies or user permissions by default.

[What you can do to prepare:]

  • No immediate action is required.
  • Review your current HR and IT support workflows and areas of most tickets to identify common employee scenarios that could benefit from enabling with ESS.
  • Determine which systems of record (e.g., ticketing, HRIS) you may want to connect to the agent.
  • Inform helpdesk or support teams that a new self-service agent will be available later this year.

Learn more: Overview of the Employee Self-Service agent (will be updated before rollout)

[Compliance considerations:]

No compliance considerations identified, review as appropriate for your organization.

Microsoft Copilot Studio: Introducing the pre-purchase plan (P3)
Category:Microsoft Copilot (Microsoft 365) Microsoft 365 Copilot Chat
Nummer:MC1181771
Status:stayInformed

We’re launching a Pre-Purchase Plan (P3) for Microsoft Copilot Studio: a prepaid capacity option on Azure rails. This plan is Microsoft Azure Consumption Commitment (MACC)-eligible, offers annual commitment discounts, auto-monetizes overages at Pay-As-You-Go (PayGo) rates, and uses a single external meter that spans Copilot Studio, Dynamics 365 out-of-box (OOB) agents, and Moveworks OOB agents. Usage is externally reported under M365—Productivity & Business Process KPI.

[When this will happen:]

Customer availability begins November 1, 2025.

[How this will affect your organization:]

Who’s affected:

  • IT administrators
  • Procurement and finance teams (MACC)
  • Platform owners for Copilot Studio, D365 OOB, and MW OOB

What’s changing:

  • Purchase annual, prepaid Commit Units (CU) with tiered discounts; overages billed at PayGo rates
  • A single meter aggregates usage across Copilot Studio, D365 OOB, and MW OOB
  • MACC is decremented at purchase; revenue is recognized upon consumption; unconsumed credits are recognized in the final month

Copilot credit options (CU ↔ credits):

   Standard P3 (fastest):

  • 1 CU = $1
  • Example: 3,000 CU list price = $3,000; sold at $2,850 (5% discount)
  • Converts to 300,000 credits at $0.01/credit

   Custom P3 (developer-friendly):

  • 1 CU = $0.01 (CU ≡ Copilot Credit)
  • Example: 300,000 CU (credits) list price = $3,000; sold at $2,850 (5% discount)
  • Longer lead time (non-standard)

   P3 Mechanics:

  • 1-year prepaid, use-it-or-lose-it, auto-renewing model
  • Overage billed at PayGo
  • Revenue recognized as consumed; remaining credits recognized in the final month

[What you can do to prepare:]

  • Choose between Standard and Custom CU mapping
  • Align MACC and budget with forecasted consumption
  • Review procurement processes for annual prepay and auto-renew
  • Coordinate with platform owners to leverage the single meter

Additional Information:

  • Usage across Copilot Studio, D365 OOB, and MW OOB is metered together and reported under M365
  • Custom P3 offers intuitive credit mapping but requires longer implementation lead time
Microsoft Teams: File attachment control now enabled by default in external 1:1 and group chats
Category:Microsoft Teams
Nummer:MC1181772
Status:stayInformed

[Introduction]

We’re improving external collaboration in Microsoft Teams by enabling file attachments and Loop sharing in 1:1, group and meeting chats with external users. This update improves the collaboration experience for Files and Loop and add a new control for IT admins. Specifically, Files and Loop components will be shared automatically with external participants in the chat and won’t require any action by the sender by default. Additionally, Entra B2B Guests in your organization will be able to attach and share files from their home tenant’s OneDrive or SharePoint. 

This change applies to Teams for Windows desktop, Mac desktop, and web and is associated with Roadmap ID 492625.

Screenshot 1: Files are automatically provisioned.

user settings

Screenshot 2: Files shared have an external label and always open on Web.

user settings

[When this will happen:]

  • Targeted Release: Rollout begins late October 2025; expected to complete by mid-November 2025
  • General Availability (Worldwide): Rollout begins mid-January 2026

[How this affects your organization:]

Who is affected:

All Microsoft Teams users in your organization who participate in 1:1, group, or meeting chats with external users, including guest and Teams for Free users.

What will happen:

With this update:

  • Unless the user chooses to share File and Loop by pasting links, external users in chat will be automatically provisioned to allow frictionless collaboration.
  • You can disable automatic provisioning and have the user change permissions manually by using policy controls.
  • If disabled, users will have to manually provision the file to users in the chat.
  • Guest users will be able to upload files from their home tenant’s OneDrive and SharePoint.
  • Files shared by external users will continue to display an External tag for clarity.
  • Loop components will now be rendered inside external chats in Teams.
  • Recipients will access File and Loop components as B2B guests within the resource tenant. If they are not already added as guests, they will need to give consent and might need to complete MFA, depending on your company’s B2B policy, before viewing the chat content.
What you can do to prepare:

Compliance considerations

Compliance Area Impact
New communication method between tenants Enables file sharing in external chats, expanding cross-tenant collaboration
Admin control available Admins can disable the feature via PowerShell
Can be controlled through Entra ID group membership Policy can be scoped using Entra ID groups
Data processing changes Files shared in external chats are tagged and stored per existing Teams file sharing protocols
Updates available for Microsoft 365 Apps for Current Channel
Category:Microsoft 365 apps
Nummer:MC1181780
Status:stayInformed

We've released updates to the following update channel for Microsoft 365 Apps:

  • Current Channel

[When this will happen:]

We'll be gradually rolling out this update of Microsoft 365 Apps to users on that update channel starting October 30th, 2025 (PST).

[How this will affect your organization:]

If your Microsoft 365 Apps clients are configured to automatically update from the Office Content Delivery Network (CDN), then no action is required.

If you manage updates directly you can now download this latest update and begin deployment.

[What you need to do to prepare:]

To get more details about this update view the following release notes:

Dynamics 365 Contact Center – Transfer conversation to workgroup, queue using intent
Category:Dynamics 365 Apps
Nummer:MC1181910
Status:stayInformed
We are announcing Copilot-powered intent-based transfer capabilities for customer service workflows. This feature will reach general availability on October 31, 2025.

How does this affect me?
Customer service representatives can now use Copilot-powered intent suggestions to transfer conversations to the appropriate workgroup or queue. Leveraging the intent’s knowledge base, Copilot effectively routes conversations to the correct line of business. If the suggested intent or user group is incorrect, representatives can override the selection and manually transfer the conversation to a workgroup or queue of their choice.

What action do I need to take?
This message is for awareness and no action is required.

If you would like more information on this feature, please visit the Transfer conversation to workgroup, queue using intent article.
Dynamics 365 Contact Center – Enable SIP X header support for context transfer
Category:Dynamics 365 Apps
Nummer:MC1181912
Status:stayInformed
We are announcing the ability to enable SIP X header support for context transfer in Dynamics 365 Contact Center. This feature will reach general availability on November 30, 2025.

How does this affect me?
This feature enhances contextual data exchange between voice agents and external systems in Dynamics 365 Contact Center environments using Direct Routing telephony.

The feature offers two key capabilities:
  • Receiving SIP X-Headers: Voice agents can access incoming SIP X header values by defining variables that match the header names.
  • Sending SIP X-Headers: During external phone number transfers, voice agents can select up to five variables to pass as SIP X headers.
What action do I need to take?
This message is for awareness, and no action is required.
Microsoft Dataverse, Dynamics 365 Apps – Storage capacity and entitlements update
Category:Dynamics 365 Apps Microsoft Dataverse
Nummer:MC1181915
Status:stayInformed
Starting December 1, 2025, we are increasing default storage for Dataverse (per tenant entitlements) across all Dynamics 365 apps (excluding Business Central) and Power Platform. Dataverse and storage for Dynamics 365 enterprise resource planning (ERP) applications (Finance, Supply Chain, Commerce, Project Operations, Human Resources) will now be combined into a shared pool per tenant.

How does this affect me?
The updated storage entitlements will automatically appear in the Power Platform admin center.

What action do I need to take?
This message is for awareness, and no action is required.
Dynamics 365 Contact Center – Use voice proactive outbound analytics
Category:Dynamics 365 Apps
Nummer:MC1181924
Status:stayInformed
We are announcing the ability to use voice proactive outbound analytics in Dynamics 365 Contact Center. This feature will reach general availability on November 14, 2025.

How does this affect me?
This feature introduces the proactive outbound analytics dashboard, allowing you to manage and monitor outbound calling initiatives. Initiatives can be configured via trigger or segment-based journey configurations, or via the web callback scheduling API. The dashboard provides real-time data visualization of key performance indicators (KPIs) such as call volume, call duration, and agent productivity. The key capabilities of this feature include:
  • Historical and real-time data visualization
  • Ability to pause and resume proactive engagements
  • Customizable reporting
  • Intuitive user interface
  • Integration with third-party systems
  • Scalability to accommodate the needs of growing proactive engagements
What action do I need to take?
This message is for awareness and no action is required.

If you would like more information about this feature, please visit the View analytics for proactive engagement article.
Microsoft Power Platform governance and administration – Use the new connector management rule
Category:Power Platform
Nummer:MC1181925
Status:stayInformed
We are announcing the ability to use the new connector management rule in Microsoft Power Platform governance and administration. This feature will reach general availability on November 30, 2025.

How does this affect me?
With the new connector management rule, admins can choose to block any connector. New connectors are blocked by default, which gives more control back to the admins. The scope of environments impacted will be easier to manage using environment groups, compared to the many-to-many model of data policies available today.

Admins can visit an environment group and see the new Advanced data policies: connector management rule available to configure. This rule allows admins to create an allow-list of exactly the connectors they want to use, and all other connectors will be blocked from use in apps, flows, and agents.

What action do I need to take?
This message is for awareness and no action is required.

If you would like more information on this feature, please visit the Use the new connector management rule article.
Microsoft Dataverse – Update system jobs retention policy from environment settings
Category:Microsoft Dataverse
Nummer:MC1181926
Status:stayInformed
We are announcing the ability to update system jobs retention policy from environment settings in Microsoft Dataverse. This feature will reach general availability on November 3, 2025.

How does this affect me?
With this feature, you can update system jobs retention policy from the Power Platform admin center environment settings page. This will help to improve system performance and save on storage by cleaning up system jobs and plug-in trace logs to better comply with your company’s retention policy.

What action do I need to take?
This message is for awareness, and no action is required.

For more information on this feature, please visit Update system jobs retention policy.
Dynamics 365 Contact Center – Update default Messaging Queues assignment strategy – Least Active
Category:Dynamics 365 Apps
Nummer:MC1181931
Status:stayInformed
We are announcing the ability to update the default Message Queues assignment strategy to “least active” in Dynamics 365 Contact Center. This feature will reach general availability on November 30, 2025.

How does this affect me?
This feature sets the “least active” assignment method as the default option for messaging queues. This method assigns work items to the customer support representative who is least active and has been inactive for the longest time.

For representatives working on both voice and messaging queues, the “least active” time calculation includes both voice and messaging conversations.

What action do I need to take?
This message is for awareness, and no action is required.
(Updated) Microsoft Teams Live Event Retirement
Category:Microsoft Teams
Nummer:MC678003
Status:planForChange

Updated May 28, 2024: To ensure customer confidence in our product line, we are extending the support for Teams Live Events beyond the previously announced deadline of September 30th, 2024. We have concluded through customer feedback that this change to our initial deprecation plan, by maintaining support for Live Events, will empower customers to produce large events as established and provide more time to upgrade to town hall, our new digital streaming event solution for large events, on their own schedule. Town hall will continue to serve as the platform where we will deliver new product value to our customers.

Teams Live Events will continue to be supported. We want to ensure that customers can upgrade to town hall on their own schedule as we work to bring new features and capabilities to town hall. Town hall is already available for commercial customers in public clouds, and we are adding new features regularly.

If you are using Teams Live Events for your large-scale digital events, you can continue to do so past the previously announced deprecation date of September 30th, 2024. However, we encourage you to try town hall, which offers a more modern and interactive experience for your live events. 

You don’t need to do anything at this time to continue using Teams Live Events. If you have directed your organization to not schedule Live Events after September due to the deprecation announcement, you may now schedule Live Events past September 2024. For more information please refer to our blog post regarding this announcement: Updates for Town Hall in Microsoft Teams and Teams Live Events.

 —Original message below for reference—

With the introduction of Town halls in Microsoft Teams, Teams Live Events will be retired for commercial customers on September 30, 2024. This provides commercial customers with a 12-month window to prepare for the retirement and transition off Teams Live Events. 

[When this will happen:]

September 30, 2024

[How this will affect your organization:]

After September 30, 2024, Teams Live Events will no longer be supported, and access will be discontinued. Customers will not be able to schedule, start, or join any events on Teams Live Events after this date. Existing recordings will be available to access until December 31, 2024. If customers want to retain any recordings from prior events, they will need to download the recordings and upload them to a different location before December 31, 2024. Between now and September 2024, customers can continue to use Teams Live Events with no change in their existing experience. However, our recommendation is that customers (both existing and new) transition to and start to use town halls as it becomes generally available on October 5, 2023.

[What you need to do to prepare:]

To prepare your organization for the transition we advise:

  • Start to use town hall as it becomes generally available on October 5.
  • Learn more about town hall when documentation becomes available on adoption.microsoft.com and learn.microsoft.com on October 5.
  • Start planning to download recordings your organization wishes to retain before December 31, 2024.


Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top