Question: I use Powershell extensively to manage SQL Server and the Windows OS. A common problem is to identify location of the Windows Recycle Bin and clear the contents down - particuarly if there is a space issue. How can I locate the Windows Recycle Bin and clear it down? Answer: This Powershell code will iterate through every local drive and identify if a Recycle Bin exists, and display the location. It's handy to iterate through all drives as the RecycleBin can be located on multiple drives . Typically - it's a hidden file so they can be configured across... Read more →