SharePoint PitStop
Our vision of SPI is to SharePoint pit-stop for the professionals from all over the world.
Search This Blog
Tuesday, July 14, 2015
How to delete a corrupted SharePoint list using PowerShell
$web = get-spweb -Identity http://sp2010
$list = $web.lists["corrupted list name"]
$list.AllowDeletion = $true
$list.Update()
$list.Delete()
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment