Friday 30 November 2012

Using SharePoint PowerShell, Empty the Recycle Bin.


$w = get-spweb http://server-name/sites/site-name
$w.RecycleBin.DeleteAll()

No comments:

Post a Comment