Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 2.25 KB

fluid-framework-access.md

File metadata and controls

59 lines (45 loc) · 2.25 KB
ms.date title ms.reviewer ms.author author manager recommendations audience f1.keywords ms.topic ms.service ms.localizationpriority ms.collection ROBOTS search.appverid ms.assetid description
05/22/2019
Manage access to Fluid Framework
kaarins
ruihu
maggierui
jtremper
true
Admin
NOCSH
overview
sharepoint-online
medium
Strat_SP_admin
M365-collaboration
NOINDEX
SPO160
MET150
BSA160
Learn how to enable or disable Microsoft Fluid Framework preview for your organization.

Manage access to Fluid Framework

Microsoft Fluid Framework preview improves team collaboration by helping users create files where they can add components such as action items and check lists. Learn how to get started with Fluid. As a global or SharePoint admin in Microsoft 365, you can manage access to Fluid Framework preview in your organization.

Note

This preview is rolling out. Some features are available only to organizations that have selected the Targeted release option. You might not yet see this feature or it might look different than what is described.

Disable Fluid Framework using PowerShell

Fluid Framework preview is enabled by default. Follow these steps to disable it for your organization.

  1. Download the latest SharePoint Online Management Shell.

    [!NOTE] If you installed a previous version of the SharePoint Online Management Shell, go to Add or remove programs and uninstall "SharePoint Online Management Shell."

  2. Connect to SharePoint as a global admin or SharePoint admin in Microsoft 365. To learn how, see Getting started with SharePoint Online Management Shell.

  3. Run the following command.

    Set-SPOTenant -IsFluidEnabled $false

    This change takes about 60 minutes to take effect across your organization.

To re-enable Fluid Framework, run the following command.

Set-SPOTenant -IsFluidEnabled $true

This change takes about 60 minutes to take effect across your organization.