Empty SharePoint Recycle Bins Programmatically with PowerShell
August 30, 2012
Requirement: Empty recycle bin in SharePoint In a Database attachment method migration project, we decided to clear all the recycle bins to get some additional free space in databases. There were 3000+ site collections. Automation? SharePoint Automation = PowerShell :-) Empty SharePoint S…