I discovered another way to investigate cmdlet parameters.
If you dig into the output of Get-Command you’ll see it has a parameters property
PS> Get-Command Clear-RecycleBin | select parameters
Parameters
———-
{[DriveLetter, System.Management… Read the full text.