PoShKeePass
PoShKeePass copied to clipboard
PowerShell module for KeePass
Would it be possible to add a listing of file attachments for entries with the ability to delete and attach new files?
A .NET standard version of pt.KeePassLibStd is maintained here https://www.nuget.org/packages/pt.KeePassLibStd/ This would allow your module to work on Linux and MacOS. I have forked your module for my Keepass SecretManagement...
Hi, ist it possible, to add the Parameter `-UUID` To the `Get-KeePassEntry` function? I tried a little coding myself, but got lost along the way. Should I make a pull...
- `Update-KeePassEntry` - allow for null/empty values, where keepass supports - https://sourceforge.net/p/keepass/discussion/329220/thread/b7b0e685/
When running a Get-KeePassEntry command and entering the database password I get the following error. ```powershell New-Object : Exception calling ".ctor" with "1" argument(s): "This implementation is not part of...
I have found the following issue when adding multiple entries to a KeePass database stored on an SMB share: ``` @(1..9) | %{ New-KeePassEntry -KeePassEntryGroupPath "Test" -DatabaseProfileName "Test" -MasterKey $Password...
Hey guys I'm facing an issue with this module. I recently switched to KeePass and I needed to automate certain tasks so I developed the script to sync computer passwords...
Opened from #167 Error : "Update-KeePassDatabaseConfiguration: The parameter set can not be resolved using the specified named parameters."
Dear contact, I tried to get this to work with a kdbx file on a share ( \\server\share$\test.kdbx) It fails to import the db config since validate with test-path already...
As I run the following it returns that "-KeePassEntry is NULL or EMPTY" : Update-KeePassEntry -KeePassEntry $KeePassEntryObject -DatabaseProfileName Datenbank -KeePassEntryGroupPath 'Datenbank/Allgemein/Unterordner/Test test' -Title 'eins' -KeePassPassword $(New-KeePassPassword -UpperCase -LowerCase -Length 12)...