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
Dear John, thank you very much for making PoShKeePass public! It's really great to have it :-)
Would it be possible to add support for recursively getting results from the tree structure of KeePass entries and groups?
Or would it even be an option ( cool! ) to add a provider for KeePass like the registry or filesystem provider of Powershell?
Thanks again! Have a nice weekend!!
kind regards
Klaus
The text was updated successfully, but these errors were encountered:
@Abrechnung1 it is possible for the Get-KeePassEntry function will get all entries regardless of depth matching your filter parameters passed.
For instance if you have a username called "user" in multiple groups and depths Get-KeePassEntry -UserName "user" will return all entries it finds with the username field equal to "user".
I suspect you are passing the -KeePassEntryGroupPath parameter which you are correct at its current implementation will scope, not recursively to the group path passed. This I can look into.
As far as the provider, that is something I have considered but would not be a quick solution as its a much more complicated solution.
Hello John, thank you very much for your quick reply!
Well .... YES, I thought of a function taking some parameters from the pipeline or an array of strings which are Group names or better Group Paths that returns an array of child entries of the Groups.
Maybe ... it makes sense to have a switch parameter, telling us if we want groups or entries back ( or both ). Another option might be to add a depth level parameter limiting the search-depth if present.
Our idea is to group all secret data for use in some partcular applications under a root group and get all needed information back from keepass with one "request". The tree structure in KP should not matter, but all entries below the root are needed for the application to work correctly.
We can alternatively wrap such a functionality over your existing functions, but I'm afraid that the performance will really be dramatically bad if I do so :-(
So: if you could offer that kind of extension to your module ... I would be very glad to use it :-)
Have a nice day
kind regards
Klaus
Dear John,
thank you very much for making PoShKeePass public! It's really great to have it :-)
Would it be possible to add support for recursively getting results from the tree structure of KeePass entries and groups?
Or would it even be an option ( cool! ) to add a provider for KeePass like the registry or filesystem provider of Powershell?
Thanks again! Have a nice weekend!!
kind regards
Klaus
The text was updated successfully, but these errors were encountered: