Share via


Turn off Planner for your organization

Important

This article applies to:

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