Microsoft 365 – New Feature – Microsoft Lists: Admin control to hide real-time list collaborators at site collection level

Executing PowerShell Set-SPOSite - hiding showing real time collaborators in list
Executing PowerShell Set-SPOSite - hiding showing real time collaborators in list

Hi All,

Greetings for the day!!!

Today, I’ll share new feature related to Microsoft Lists.

New Feature : Microsoft Lists: Admin control to hide real-time list collaborators at the site collection level

This new feature will help to enhance privacy.

Details

Before this rollout – By default on list we can see real time collaborators

  • Before this update, by default, Lists shows real time collaborators.
  • Real-time collaborator’s : users who have the current list opened.
  • These collaborators are shown next to Filtering and Grouping actions (in the upper right of the screen).
  • Here below two users are opened the same list “Employee onboarding” from the site “https://knowledgejunction1.sharepoint.com/sites/TestLogoFromSiteDesign
    • Prasham Sabadra (prasham@knowledgejunction1.onmicrosoft.com)
    • Prasham1 Sabadra (prasham1@knowledgejunction1.onmicrosoft.com)
  • So on the list, we can see who are the other users have list opened – real time collaborator.
  • User Prasham Sabadra (prasham@knowledgejunction1.onmicrosoft.com) – can see other user Prasham1 Sabadra (prasham1@knowledgejunction1.onmicrosoft.com) has opened the list
User "Prasham Sabadra" has list opened and could see other user "Prasham1 Sabadra" has also list opened
fig 1: User “Prasham Sabadra” has list opened and could see other user “Prasham1 Sabadra” has also list opened
  • At the same time user user Prasham1 Sabadra (prasham1@knowledgejunction1.onmicrosoft.com) – can see other user Prasham Sabadra (prasham@knowledgejunction1.onmicrosoft.com) has opened the list”
fig 2: User "Prasham1 Sabadra" has list opened and could see other user "Prasham Sabadra" has also list opened
fig 2: User “Prasham1 Sabadra” has list opened and can see other user “Prasham Sabadra” has also list opened

After this rollout – Site Admin has control whether to show real time collaborators or not.

  • This can be achieved through PowerShell CMDLET – Set-SPOSite
  • New attribute is introduced “HidePeopleWhoHaveListsOpen
  • Value of this attribute “HidePeopleWhoHaveListsOpen” decides whether to show real time list collaborators or not.
  • Here, we will hide the real time collaborators.
  • We will execute the PowerShell CMDLET with attribute “HidePeopleWhoHaveListsOpen” and value “TRUE

PS C:\> Import-Module Microsoft.Online.SharePoint.PowerShell -UseWindowsPowerShell
PS C:\> Connect-sPOService -Url https://knowledgejunction1-admin.sharepoint.com/
PS C:\> Set-SPOSite -Identity https://knowledgejunction1.sharepoint.com/sites/TestLogoFromSiteDesign  -HidePeopleWhoHaveListsOpen $true

Connecting to Microsoft 365 - Executing PowerShell Connect-SPOService
fig 3: Connecting to Microsoft 365 – Executing PowerShell Connect-SPOService
Executing PowerShell Set-SPOSite - hiding showing real time collaborators in list
fig 4: Executing PowerShell Set-SPOSite – hiding showing real time collaborators in list
  • Once the CMDLET “Set-SPOSite” executed successfully, real time collaborators for list will not be shown.
  • We will just refresh the page for both the users (Prasham and Prasham1) and will see the result.

User “Prasham Sabadra” (prasham@knowledgejunction1.onmicrosoft.com) refreshes the page, no real time collaborator shown

fig 5: User “Prasham Sabadra” has list opened and now real time collaborators are not visible

User “Prasham1Sabadra” (prasham1@knowledgejunction1.onmicrosoft.com) refreshes the page, no real time collaborator shown

User "Prasham Sabadra" has list opened and now real time collaborators are not visible
fig 6: User “Prasham1 Sabadra” has list opened and now real time collaborators are not visible

Thank you for reading the article.

Have a nice day 🙂

Prasham Sabadra

LIFE IS VERY BEAUTIFUL. ENJOY THE WHOLE JOURNEY :) Founder of Microsoft 365 Junction, Speaker, Author, Learner, Developer, Passionate Techie. Certified Professional Workshop Facilitator / Public Speaker. Believe in knowledge sharing. Around 20+ years of total IT experience and 17+ years of experience in SharePoint and Microsoft 365 services Please feel free me to contact for any SharePoint / Microsoft 365 queries. I am also very much interested in behavioral (life changing) sessions like motivational speeches, Success, Goal Setting, About Life, How to live Life etc. My book - Microsoft 365 Power Shell hand book for Administrators and Beginners and 100 Power Shell Interview Questions - https://www.amazon.in/Microsoft-Administrators-Beginners-Interview-Questions/dp/9394901639/ref=tmm_pap_swatch_0?_encoding=UTF8&qid=1679029081&sr=8-11

You may also like...

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from Microsoft 365

Subscribe now to keep reading and get access to the full archive.

Continue reading