We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently running Keepass version 2.49. I have tried different variations of the following.
New-KeePassEntry -KeePassEntryGroupPath 'Database/Group/Subgroup' -Title 'test1' -UserName 'testuser' -Notes 'testnotes' -URL 'http://url.test.com' -DatabaseProfileName 'SampleProfile' -MasterKey 'Password'
$KeePassEntry = Get-KeePassEntry -KeePassEntryGroupPath 'Database/Group/Subgroup' -DatabaseProfileName 'SampleProfile' -MasterKey 'Password' | Where-Object { $_.Title -eq 'test1' }
Remove-KeePassEntry -KeePassEntry $KeePassEntry -DatabaseProfileName 'SampleProfile' -MasterKey 'Password' -Force
Upon running, a duplicate entry will get created in the recycling bin, but the original entry is not deleted.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently running Keepass version 2.49. I have tried different variations of the following.
New-KeePassEntry -KeePassEntryGroupPath 'Database/Group/Subgroup' -Title 'test1' -UserName 'testuser' -Notes 'testnotes' -URL 'http://url.test.com' -DatabaseProfileName 'SampleProfile' -MasterKey 'Password'
$KeePassEntry = Get-KeePassEntry -KeePassEntryGroupPath 'Database/Group/Subgroup' -DatabaseProfileName 'SampleProfile' -MasterKey 'Password' | Where-Object { $_.Title -eq 'test1' }
Remove-KeePassEntry -KeePassEntry $KeePassEntry -DatabaseProfileName 'SampleProfile' -MasterKey 'Password' -Force
Upon running, a duplicate entry will get created in the recycling bin, but the original entry is not deleted.
The text was updated successfully, but these errors were encountered: