How to enable/disable the comments on SharePoint Lists

David RamalhoMicrosoft 3654 years ago33 Views

One of the recent updated for Microsoft Lists / SharePoint List Online was the possibility to comment on each item of a list that allows you to interact with other users for that particular item. This is a great feature which will be helpful to many organization and will help users to extend their collaboration. However, it’s possible that some organization may want to disable or enable the option in a programmed scheduled.

At this time, either you enable this option to all your Microsoft 365 tenant or disable. Microsoft is planning for future release to control this option by list or site which will help to create a certain list with this option activated or deactivated.

First, you need to make sure you have the SharePoint Online Management Shell on the latest versions, check the following article to know how to do it –
Install/Update/Uninstall Cmdlets for SharePoint Online – SharePoint Tricks (sharepoint-tricks.com)

After this is installed you need to run the following command depending on what you’re trying to accomplish:

#To disable it run this command
Connect-SPOService -Url https://contoso-admin.sharepoint.com/ 
Set-SPOTenant -CommentsOnListItemsDisabled $true

#To enable this run this command
Connect-SPOService -Url https://contoso-admin.sharepoint.com/ 
Set-SPOTenant -CommentsOnListItemsDisabled $true

The post How to enable/disable the comments on SharePoint Lists appeared first on SharePoint Tricks.

Original Post https://sharepoint-tricks.com/how-to-enable-disable-the-comments-on-sharepoint-lists/

0 Votes: 0 Upvotes, 0 Downvotes (0 Points)

Leave a reply

Join Us
  • X Network2.1K
  • LinkedIn3.8k
  • Bluesky0.5K
Support The Site
Events
March 2025
MTWTFSS
      1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31       
« Feb   Apr »
Follow
Sign In/Sign Up Sidebar Search
Popular Now
Loading

Signing-in 3 seconds...

Signing-up 3 seconds...