Turn off Planner for your organization
Important
This article applies to:
- Basic plans in the Planner app in Teams and Web
- All plans in other Planner endpoints (including Planner mobile, and Planner connectors) For
- premium plans, see Disable Project for the web or Roadmap from Microsoft 365.
- To Do lists, see Manage access to Microsoft Whiteboard for your organization.
If you're a global admin and you want to turn off Microsoft Planner for your organization, you can use Windows PowerShell. Planner is automatically turned on for all organizations that have Planner as part of their subscription.
- Prerequisites for making Planner changes in Windows PowerShell
- Turn off Planner for your organization using PowerShell
Prerequisites for making Planner changes in Windows PowerShell
Follow the steps in Prerequisites for making Planner changes in Windows PowerShell to make Planner changes in Windows PowerShell.
Turn off Planner for your organization using PowerShell
Open PowerShell and run the following command to turn off Outlook calendar sync for Planner:
Set-PlannerConfiguration -IsPlannerAllowed $false
To turn on Planner back:
Set-PlannerConfiguration -IsPlannerAllowed $true
Note
You'll need to sign in using your Microsoft Entra credentials.
To verify your settings, run:
Get-PlannerConfiguration