@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!
When looking at a vault, either personal or shared across organization/family, having the ability to View the vault in various orders will help with the user with password maintenance. The only current sort order, alphabetical, would still be supported and the default view.
Features / Functions
Being able to Sort Ascending or Descending by Recently USED will help in weeding out un-used passwords and quickly finding more recently USED.
Being able to Sort Ascending or Descending by Recently EDITED will help in fixing recently added records, or finding older records in need of up-keep.
It would be beneficial to be able to explicitly see when a recordās password was modified. While it would be helpful to see when any part of a record was modified, being able to see specifically when a password was last changed would be very helpful.
I have voted for this topic and started one of my own regarding password age flags that is very much along these lines that Iād also appreciate votes for!
What will this feature do differently? Right now, if Iām looking at a list of passwords in the Vault Items, I cannot see when a password was last changed for that item. If I click on an item, I can see when a record was last updated, but it doesnāt seem clear if this was a password change, or if there was some other adjustment to the record.
For this feature, Iād like to be able to see, in the Vault Items list and when in an entry, the current age of that password. Iād also like to sort by a passwordās age.
What benefits will this feature bring? This will make it easier to identify passwords when passwords were last changed.
Remember to add a tag for each client application that will be affected
Related topics + references
Are there any related topics that may help explain the need and function of this feature? There is another topic that seems to touch on having the ability to have other sorting methods.
Are there any references to this feature or function on other platforms that may be helpful? None that I can cite right now.
Hereās actually what I ended up doing when I found this thread:
(.\bw list items | ConvertFrom-Json) | Select-Object -Property name, type, revisionDate | Sort-Object -Property RevisionDate -Descending | Export-Csv -Path .\output.csv
Added the type (1 = pw, 2 = note, 3 = card, 4 = address/autofill) and piped it out to a CSV.
OMG, I opted for another password manager years ago because sorting wasnāt implemented. I just came back to Bitwarden and CANNOT believe sorting isnāt in ANY of its platforms - this is nuts. All of the folks impacted by other security flaws are looking for a better option, what they must think when they look at BW?!
Thanks for the feedback Sam, the team is currently exploring this functionality for the web vault, we will share more information as it becomes available.
Once this has been added to the clients, I will drop 1Password. Tried BW once again last week after a few years and was quite disappointed as this seems like a basic feature.