PowerShell: Remove Lists by Title
Sometimes you just want to delete a lot of lists. Maybe you need to clean up after a migration or it’s just old data. A really easy way to do that is simply deleting lists by their tile.
To run the script, open PowerShell and call the function like this “.\RemoveListByTitle.ps1 -webURL “YourURL””
The script will then run through all the webs in the site collection and removes all lists with titles specified in the script.