PSKeePass/PoShKeePass

Customize password prompt when accessing KeePass database

Mordanthanus opened this issue · 0 comments

Is it possible to modify/specify the Password: prompt when a script is accessing the KeePass database and requires a Master Password? Members of my team that are not familiar with PowerShell are required to run scripts that I write and sometimes don't understand that the script is asking for the KeePass master password as opposed to their own login password. Maybe a new command switch like this?

Get-KeePassEntry -DatabaseProfileName 'AdminKeePass' -Title 'CurrentRoot' -Prompt 'Master Password for AdminKeePass:'