-
Hi.
I create the profile:
`New-KeePassDatabaseConfiguration -DatabaseProfileName default -DatabasePath "" -KeyPath "" -UseMasterKey`
I then try to get entries:
```
Get-KeePassEntry -Data…
-
Hello,
i'm testing PoShKeePass with key files. I've created through the KeePass 2 windows interface a new database and configured the access **only** with a keyfile.
I created a KeePassDatabaseCon…
-
I am using PoShKeePass 2.1.3.0 on Windows 10.
I created my database and configuration, when i try to add or get commands they work but they all throw an error.
`Get-KeePassEntry -DatabaseProfile…
-
When running a Get-KeePassEntry command and entering the database password I get the following error.
```powershell
New-Object : Exception calling ".ctor" with "1" argument(s): "This implement…
-
Hi,
First of all, thanks for this great module.
I'm just wanna ask or report that when you have an entry where the user name and password are set as field reference, the value returned is not th…
-
Hello,
This is a great module, was using PoshKeePass for awhile but it does not work with PS7 due to [this](https://github.com/PSKeePass/PoShKeePass/issues/179). This module seems to work just fine…
-
`powershell -Command Update-Help`
> Update-Help : Failed to update Help for the module(s) 'OneDrive' with UI culture(s) {en-US} : The value of the
HelpInfoUri key in the module manifest must resol…
-
This needs researching and and testing to see if this is even feasible.
jkdba updated
4 years ago
-
I have found the following issue when adding multiple entries to a KeePass database stored on an SMB share:
```
@(1..9) | %{ New-KeePassEntry -KeePassEntryGroupPath "Test" -DatabaseProfileName "Test…
-
I have been using the powershell script for over a year and today I noticed that something is not working. after debugging found that the script crashes after Get-KeePassEntry. So I don't understand w…