PoShKeePass icon indicating copy to clipboard operation
PoShKeePass copied to clipboard

PowerShell module for KeePass

Results 55 PoShKeePass issues
Sort by recently updated
recently updated
newest added

Is there a way to retrieve the last modified date and /or the expiry time? This would be helpful in getting a list of accounts that are about to expire...

I've issued this command: $pwd= New-KeePassPassword -UpperCase -LowerCase -Digits -ExcludeLookAlike -Length 20 Now I want to see what was generated before I insert it into my keepass database. How do...

Add the ability to support keepass versions 2.3x +. This would require: - [x] ability to choose between multiple binaries - [ ] configuration file support - [ ] potentially...

enhancement
Security

Module won't load properly with PowerShell 7. Please add support for the latest version.

Once the username value passes a certain length (no sure of the limit), the group path will not get returned when executing a get-keepassentry command. One entry with a username...

Hello, i'm testing PoShKeePass with key files. I've created through the KeePass 2 windows interface a new database and configured the access **only** with a keyfile. I created a KeePassDatabaseConfiguration:...

![image](https://user-images.githubusercontent.com/7801598/118461031-83d9c400-b6fd-11eb-9f79-a796795dbc5a.png)

If the DatabaseProfile created by New-KeepassDatabaseConfiguration could be stored into variables, rather than files, scripts could be written to dynamically handle kdb/kdbx files without having to write to the store.

Requiring DatabaseProfiles to be written to a configuration under $env:ProgramFiles makes this essentially an admin-only module. For scripts to be used by non-admin users, it would be helpful to have...