共用方式為


關閉貴組織的 Planner

重要事項

本文適用於:

如果您是全域系統管理員,而且想要關閉組織的 Microsoft Planner,您可以使用 Windows PowerShell。 因其訂閱而擁有 Planner 的所有組織,系統會自動為其開啟 Planner。

在 Windows PowerShell 中變更 Planner 的先決條件

遵循在 Windows PowerShell 中變更 Planner 的先決條件的步驟,以在 Windows PowerShell 中對 Planner 進行變更。

使用 PowerShell 關閉組織的 Planner

  1. 開啟 PowerShell,然後執行下列命令來關閉 Planner 的 Outlook 行事曆同步處理功能:

    Set-PlannerConfiguration -IsPlannerAllowed $false
    

    若要開啟 Planner 回:

    Set-PlannerConfiguration -IsPlannerAllowed $true
    

    注意事項

    您必須使用 Microsoft Entra 認證登入。

  2. 若要驗證您的設定,請執行:

    Get-PlannerConfiguration