Skip to content
New issue

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

Remove-KeePassEntry does not delete properly #203

Open
moochookaboo opened this issue Nov 24, 2021 · 0 comments
Open

Remove-KeePassEntry does not delete properly #203

moochookaboo opened this issue Nov 24, 2021 · 0 comments

Comments

@moochookaboo
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant