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

Dear John, **thank you very much for making PoShKeePass public! It's really great to have it :-)** Would it be possible to add support for recursively getting results from the...

enhancement
Requests

Keepass does not natively support Challenge Response to open keepass database. Support for Windows comes with the plugin KeeChallange from Ben Rush or for Androids Keepass2Android by using ykDroid plugin....

On my Debian machine, when running: `New-KeePassDatabaseConfiguration -DatabaseProfileName "xxxxxxxx" -DatabasePath "/home/path/to/mydatabase.kdbx" -UseMasterKey` I get: `WARNING: The specified KeePass Configuration does not exist.` Same if I run `Get-KeePassDatabaseConfiguration`

enhancement
Known-Issue

This needs researching and and testing to see if this is even feasible.

enhancement

In the 'Get-KPGroup' function there is an error message with a variable that is not declared: ` if($Stop -and $foundCount -eq 0) { Write-Warning -Message ('[PROCESS] The Specified KeePass Entry...

**First: This thing is awesome!** Second: I am having issues with my Username and Password fields that contain references to other things. I am not to sure if it is...

enhancement

Running version 2.1.3.0 with this script ``` $newDBPath = "C:\NewDB.kdbx" $password = ConvertTo-SecureString "test" -AsPlainText -Force $credential = New-Object System.Management.Automation.PSCredential ('root', $password) $keePassDB = New-KeePassDatabase -DatabasePath $newDBPath -MasterKey $credential ```...

Add Support for Gettting, Setting, and Adding Custom Fields.

enhancement

I am using Update-KeePassEntry to update a keepass entry but it would seem the password and notes that I am updating, do not appear until the DB is saved, which...

question

When issuing New-KeePassPassword, if switches or parameters are passed to the function that do not affect the characterset, the underlying library throws an exception of TooFewCharacters For example _**New-KeePassPassword -Length...