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.