Sort items by date of modification, addition, last use, etc

@Chris_Magnuson I tried to use your PowerShell command (knowing very little about PS), I stringed the command together to look like this: .\bw list items | ConvertFrom-Json | Select-Object -Property Name, RevisionDate | Sort-Object -Property RevisionDate -Descending | Select-Object -First 10

After entering the mater pw, I got a blank Name and RevisionDate, but no entries. Any ideas why? Thank you!