Megosztás a következőn keresztül:


Turn off Planner for your organization

Important

This article applies to:

  • Basic plans in the Planner app in Teams
  • All plans in other Planner endpoints (including Planner web, Planner mobile, and Planner connectors) It doesn't apply to To Do lists or premium plans in the Planner app in Teams. Learn more about the Planner app in Teams

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

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

  1. 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.

  2. To verify your settings, run:

    Get-PlannerConfiguration