How to delete all recycle bins on a terminal server

Server 2003 to 2012 R2

Disk space as it is now is not too much of an issue but here is an easy way to clean out all the recycle bins for all users on a RDP server.  Logon as an admin and run command prompt. Once the window loads type “rd /s c:$Recycle.Bin” without the quotes and press enter.

Server 2016

Open Power shell with Admin privileges and then type Clear-RecycleBin -force press enter and done.

Techeez IT Consulting