Disable real-time collaboration information in SharePoint lists

Microsoft rolled out an update for SharePoint lists (and Microsoft Lists) for “Real-time collaboration information in lists” in September 2024.

This rollout introduces new features to users, including the ability to add ratings to any list, drag and/or paste images directly into a list, see who is collaborating with you in real time, switch views by clicking tabs, and more.

After that update, other accounts see who is viewing or editing lists in SharePoint and Microsoft Lists.

Real-time information on which accounts are viewing the list
Real-time information on which accounts are viewing the list

Users also see where a person is making changes for each line.

Echtzeitinformation über Zeilenbearbeitung
Real-time information about row editing

SharePoint administrators can now disable real-time collaboration information for site collections using PowerShell. The HidePeopleWhoHaveListsOpen property has been added to Site Collections.

HidePeopleWhoHaveListsOpen
This setting disables the feature in Microsoft Lists that displays the presence of other users on the list and its items when they are viewing. If set to True, the presence of other users on the list and its items will no longer be displayed. List presence is enabled by default.

PowerShell
Set-SPOSite -Identity "<SiteCollectionUrl>" -HidePeopleWhoHaveListsOpen $true


The change takes effect immediately for all lists in the site collection. Information about other users is no longer visible. This change also includes which line is being edited.

Share
Avatar photo

Tobias Asböck

Tobias is a Senior System Engineer with around ten years of professional experience with Microsoft 365 products such as SharePoint Online, SharePoint Premium, OneDrive for Business, Teams Collaboration, Entra ID, Information Protection, Universal Print, and Microsoft 365 Licensing. He also has 15+ years of experience planning, administering, and operating SharePoint Server environments. Tobias is a PowerShell Scripter with certifications for Microsoft 365 products. In his spare time, Tobias is busy with updates in the Microsoft 365 world or on the road with his road bike and other sports activities. If you have additional questions, please contact me via LinkedIn or [email protected].

Leave a Reply

Your email address will not be published. Required fields are marked *