PSKeePass / PoShKeePass

PowerShell module for KeePass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New-KPConnection.ps1 ???

pythongates opened this issue · comments

commented

I'm not sure how to use this function. I can create the session but how do I "reuse" or reference that open connection to read/write to the database?

commented

I suppose the "issue" would be that the wiki needs updating to include the latest functions and a an example how to utilize the New-KPConnection.

BTW, excellent work on this! I love this module!!

Hi @pythongates, thanks for bring this up and I am glad you are finding the module useful.

I will need to double check but I am pretty sure that function was not intended to be exposed. It looks to have been accidentally left part of the module function export section of the manifest (psd1) from testing an up coming feature.

I do have an existing feature in place #142 to add this type of functionality.

commented

I agree with the statement in #142. That would be very useful!

Great work on this module! Thank you!