Clear all recycle bins without confirmation

This example doesn't prompt for confirmation to clear the recycle bins.

Clear-RecycleBin -Force

Clear-RecycleBin uses the Force parameter and doesn't prompt the user for confirmation to clear all recycle bins.

An alternative is to replace -Force with -Confirm:$false.