Disable Microsoft Lists

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 //contoso-admin.sharepoint.com/ Set-SPOTenant -CommentsOnListItemsDisabled $true #To enable this run this command Connect-SPOService -Url //contoso-admin.sharepoint.com/ Set-SPOTenant -CommentsOnListItemsDisabled $true

This blog is part of a series on Teams. For more articles, check back often

Written: 06/11/2020 | Updated: N/A

A quick one today. I was looking over the SharePoint Roadmap pitstop for October and saw that there are now two List controls available: these are the ability to disable personal lists and the ability to disable List templates. Since I am giving talks on Lists next week at no less than three events either side of the Atlantic then I thought it would be good to cover this and get ahead of the curve. The first is the ability to disable personal lists. Personal lists are your own lists, they are stored in OneDrive and when creating a List you would select ‘My Lists’ from the dropdown within the Web App. They are not available in Teams since Lists in Teams are a different type of Lists called Teams Lists. These are housed in SharePoint and are meant to be shared with other members of the Team. The ability to disable personal Lists can simplify, or hone, the purpose of Lists insofar that by disabling personal, you are keeping them within SharePoint, within a Team context and away from individuals. Imagine that a really important List was located in someone’s OneDrive and then that user left the organisation? Secondly, moving onto the ability to disable List templates this one makes complete sense: whilst they could be found helpful, they could also be – depending the organisations perspective – a hinderance since people could be confused by them. Imagine it from an end users perspective: Are these the Lists meant to be used? Did my organisation create these templates? Administrators may wish to turn them off which could, in a sense, make it easier for those who are creating Lists to simply start from scratch, import or clone. A nice pair of adds. I look forward to more in the future!

This blog will cover

  • Installing SharePoint Powershell Module
  • Disabling and Enabling Personal Lists
  • Disabling and Enabling List Templates

Please note that at the time of writing these features are rolling out and may not show in your tenant even if you have executed the shell commands without issue. All you would need to do after executing the commands is wait for the functionality to be in your tenant where the change will occur

Please note that at the time of writing there has been reports of the powershell cmd Set-SPOTenant -DisablePersonalListCreation $true disabling the ability to create lists in Teams. This is currently with the product group and a workaround is to use the web app for the creation of Lists in Teams [create in Lists web app, add existing in Teams], or to simply set the command back to $false and wait until Microsoft has applied the fix

WHY WOULD WE DO IT?

  • To exclusively use Team Lists
  • To remove redundant templates and focus on other methods of creating Lists

PREREQUISITES

In order to build the call queue you will need

1.] Administrator permissions to install SharePoint Powershell Module and run Powershell Commands [Global Administrator or SharePoint Administrator]. Version 16.0.20518.12000 and above work

2.] Office 365/Microsoft 365 licence, with SharePoint and Teams enabled to test that it worked

HOW – INSTALLING SHAREPOINT MODULE AND CONNECTING

1.] Go to //www.microsoft.com/en-us/download/details.aspx?id=35588 and select Download

2.] Select Open File

3.] Tick I Accept the terms in the Licence Agreement and then Install

4.] Select Finish

5.] To open the SharePoint Online Management Shell command prompt, from the Start screen, type Sharepoint, and then click Run as Administrator under SharePoint Online Management Shell

6.] This will open the session

7.] Enter the following commands to initiate the session. You will be asked for admin credentials during the process

$adminUPN=”

Chủ Đề