John Klann
John Klann
Interesting where would you be getting the UUID value to be passing to this new parameter?
Ok so I do expose the Uuid on entry return in the native type of `[KeePassLib.PwUuid]` ```powershell $x = Get-KeePassEntry -blah -blah; $x.Uuid ``` The underlying call in Get-KeePassEntry: `Get-KPEntry`...
I am thinking that we use could allow for a hashtable parameter to be passed to the `New-KeePassEntry` and `Update-KeePassEntry` that would allow for the user to specify multiple custom...
Hi @YannicNoe Can you clarify what you are asking for? From your comment it appears you want to work with entry history? If so and its not related to using...
@DamionD It might be curious to setup a file watcher to ensure that there isn't something else scanning your file or utilizing it in some capacity that may cause the...
@superfliege unfortunately this is a difficult question to answer, the underlying keepasslib that I use from the KeePass requires .Net Framework and does not support .Net Core, it has dependencies...
hi @mateuszdrab, Thanks for reaching out, I have a few questions. What version of keepass are you using? What version of powershell are you using? What version of PoShKeePass are...
Did some initial research here, keepasslib makes references to windows forms mainly among others that will slow this down. Will have to look and consider .net core ported keepasslib options...
@JakeMoe that is correct, the keepass lib uses winforms amoung other .Net Standard only features, Updated Title to reflect this.
@WernerMairl Instead of loading the dll if you can not find it you can use the keepass.exe the same way as the dll. Alternatively, you can download the keepass 2.35...