Forum Discussion
nullorempty
Dec 11, 2020Copper Contributor
Disable Comments in Lists
How can we disable Comments in a list? This is causing confusion for end-users of lists that already have a comments field.
- Jan 18, 2021
ganeshsanap, looks like another Microsoft misstep...am I surprised? No. Am I irritated? Yep. Complete and total ignorance on their part and the list keeps growing and growing.
If only someone would stop driving such bells and whistles and start driving consistency (conformity, compliance and comprehension).
Dec 18, 2020
Hi, you can do it but only Tenant wide and not for specific sites:
#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