Share via


Turn off Microsoft 365 Copilot in Planner for your organization

Overview

Microsoft 365 Copilot in Planner offers an in-app natural language chat experience, allowing your users to request updates to their Plans and receive summaries and insights from the Plan content. As an admin, you can turn Microsoft 365 Copilot in Planner on or off. When you turn off Microsoft 365 Copilot in Planner, the functionality is hidden from your users.

Note

If Microsoft 365 Copilot in Planner needs to be turned off for a tenant that has Planner Plan 1, Planner and Project Plan 3, or Planner and Project Plan 5 but doesn't have Planner (included with Microsoft 365), open a request with support to have it turned off for your organization.

Prerequisites

Follow the steps in Prerequisites for making Planner changes in Windows PowerShell to make Planner changes in Windows PowerShell.

Turn off Microsoft 365 Copilot in Planner

Note

It might take up to an hour to reflect the policy changes.

  1. Sign in to PowerShell using your Microsoft Entra credentials and use a local PowerShell window (not Azure Cloud Shell).

  2. Open PowerShell and run the following command to turn off Microsoft 365 Copilot in Planner:

    Set-PlannerConfiguration -AllowPlannerCopilot $false
    

    To turn on Microsoft 365 Copilot in Planner, run the following command:

    Set-PlannerConfiguration -AllowPlannerCopilot $true
    
  3. To verify your settings, run the following command:

    Get-PlannerConfiguration
    

The value for -AllowPlannerCopilot returned by the 'Get-PlannerConfiguration' command shows whether Microsoft 365 Copilot in Planner can be turned on for your organization.