Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Delete Corrupted list from SharePoint site using Management Shell Script
WhatsApp
Abhay Shanker
11y
4
k
0
0
25
Blog
We can Delete corrupted list from SharePoint site using Management Shell by writing below script.
$web = get-spweb -Identity http://sps2010
$list = $web.lists["corrupted list name"]
$list.AllowDeletion = $true
$list.Update()
$list.Delete()
Delete corrupted list from SharePoint site using Management Shell script
Up Next
Deleting Internet Cache files from local machine using System.IO in c#
Ebook Download
View all
.NET Interview Questions and Answer: Practical Implementation
Read by 41.8k people
Download Now!
Learn
View all
Membership not found