Closed DamionD closed 4 years ago
@DamionD I believe you need to use a '/' forward slash in your KeePassEntryGroupPath just as you did in the creation of the sub entry.
I had no issue when testing this.
@DamionD I believe you need to use a '/' forward slash in your KeePassEntryGroupPath just as you did in the creation of the sub entry.
I had no issue when testing this.
@jkdba Well, don't I feel stupid?! Thanks for getting me on the right track (I can't believe I missed that!)
Cheers, DamionD
Version: 2.1.3.0
I am able to create entries within a subgroup of a KeePass database:
New-KeePassEntry -DatabaseProfileName Test -KeePassEntryGroupPath "KBDX/Group" -Title "Test" -KeePassPassword (ConvertTo-SecureString -String "TestPass" -AsPlainText -Force) -MasterKey $Password
But am unable to retrieve them:I can retrieve entries from the top level group however: