C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
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.1
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()
People also reading
Membership not found