M365 Changelog: Chat history coming to Microsoft Copilot with commercial data protection (formerly Bing Chat Enterprise) – ON HOLD

Summary

The rollout of chat history for Microsoft Copilot with commercial data protection is on hold. It allows users to view and continue past chats. A PowerShell script is available to manage this feature, which will be rolled out in mid to late May 2024. Users must consent to new terms to use chat history, which is stored for 30 days.

MC789319 – Chat history will be turned on for Microsoft Copilot users with commercial data protection (formerly Bing Chat Enterprise). Chat history lets users return to a previous chat and view prompts and responses. Users can also continue the chat.

To disable or enable chat history prior to the feature update being rolled out, or to manage it after rollout, a PowerShell script is available.

This message is associated with Microsoft 365 Roadmap ID 392873

When this will happen:

General Availability: Microsoft will begin rolling out mid-May 2024 and expects to complete by late May 2024. 

How this will affect your organization:

If chat history is enabled, user chat data will be saved within your organization’s compliant service boundary. A Copilot user’s chat history is private and is not made available to organizations or to Microsoft for reporting or auditing purposes. Copilot users may be subject to other methods of monitoring available to IT admins in their organization, such as internal logging, device or network logs, and other methods on their company network or devices.

This chat history feature does not require a user have a Copilot for Microsoft 365 license as this applies to activity while a user is in the web toggle (as opposed to the work toggle in the UX).

If chat history is enabled for an organization, users will need to consent to new terms of use presented to them in the Copilot UX to use chat history. Chats will be available to users as part of the Copilot UX for a rolling 30-day period before they are deleted. Users can delete their chats from chat history at any time.

If chat history is turned off, the feature will immediately become unavailable to users. Existing chats will be deleted in accordance with the rolling 30-day period.

Commercial data protection continues to apply. Prompts and responses are not retained by Microsoft.

What you need to do to prepare:

You can use a PowerShell script to manage chat history in Microsoft Copilot. To disable or enable chat history in Copilot with commercial data protection, follow these steps: 

  1. Download the PowerShell script.
  2. Open an instance of the PowerShell in admin mode.
  3. Run the following command first: Set-ExecutionPolicy unrestricted.
  4. Run the PowerShell script.
  5. Follow the instructions prompted by the script.
  6. The cmdlet prompts you to sign in with your Entra ID account, which must be a Search Admin or Global Admin account.
  7. Follow these steps:
    1. To turn on chat history in Microsoft Copilot, run: .\ConfigureCopilotChatHistory.ps1 -enable $true
    2. To turn off chat history in Microsoft Copilot, run: .\ConfigureCopilotChatHistory.ps1 -enable $false
  8. If you encounter a problem, try running the script again. If the problem persists, contact support.

For more information on Microsoft Copilot, refer to this documentation: https://aka.ms/Copilot/Docs  

To help drive adoption of Copilot in our organization, an adoption kit is available: https://aka.ms/Copilot/StarterKit