You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:'
The text was updated successfully, but these errors were encountered:
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:'
The text was updated successfully, but these errors were encountered: