PoshTip #34 – How To Clear The Recycle Bin Using PowerShell?

A new cmdlet, Clear-RecycleBin, has been added to the WMF5. This cmdlet can clear the recycle bin only for the current user. You can specify a drive letter which means that you can also clear the recycle bin for an external drive.

Below is an example:

PS > Clear-RecycleBin -DriveLetter C:\ -Force

For more information about this cmdlet:

PS > Get-Help Clear-RecycleBin

 

Thanks for reading! You can follow me on Twitter @PrigentNico

About Nicolas 282 Articles
I work as an IT Production Manager, based in Paris (France) with a primary focus on Microsoft technologies. I have 10 years experience in administering Windows Servers. . I am a Microsoft MVP for Cloud & Datacenter Management. I also received the PowerShell Hero 2016 award by PowerShell.0rg. And finally, I am "MCSE: Cloud Platform and Infrastructure", "MCSA: Windows Servers", "Administering & Deploying SCCM", and CheckPoint CCSA certified.