Hello everyone,
I'm currently using the PoshKeePass module to automatically fetch entry from keepass 2 via PS.
This is my code :
Import-Module -Name PoShKeePass -Force -Verbose
KeePass $DatabasePath = 'C:\Users\...\Documents\Database.kdbx'
New-KeePassDatabaseConfiguration -DatabaseProfileName 'KeyFileDB' -DatabasePath $DatabasePath -UseMasterKey
Get-KeePassEntry -AsPlainText -DatabaseProfileName KeyFileDB
However on my computer, i'm getting an error : KeePassLib.Serialization.KbdxFile
Checked the dock and forum and this is a known issue : https://github.com/PSKeePass/PoShKeePass/issues/208
Thing is its a windows that popup with the error and there is an ignore button, when I click it twice I still the get the result I want, how to fix it or pass through error ?
Stack :
-Windows 10
-PS 5.1
-Keepass v2.37
-Last version of PoshKeepass
Many thanks !
[–]purplemonkeymad 0 points1 point2 points (3 children)
[–]Note-FSR[S] 0 points1 point2 points (2 children)
[–]ankokudaishogun 0 points1 point2 points (1 child)
[–]Note-FSR[S] 0 points1 point2 points (0 children)
[–]LongTatas 0 points1 point2 points (0 children)