-
The module is not working under Powershell 7, which is a known bug/limitation in the underlying PoSHKeepass module. Maybe a switch to the [ModernKeePassLib](https://www.nuget.org/packages/ModernKeePas…
-
Hi,
I'd like to contribute to your project and I've got two design questions before starting the fork and the coding:
- Would it be ok to add PSFramework as a dependency? The logging framework would b…
-
I have Keypass GUI open using same key file and DB just fine but when I try to use this Posh tool on the get-keepassentry cmdlet I get:
```powershell
PS C:\WINDOWS\system32> Get-KeePassEntry -Data…
ghost updated
3 years ago
-
If I use $credential as Variablename in my Script before like
```
$username = "administrator"
$password = Read-Host -Prompt "Passwort" -AsSecureString
$credential = New-Object System.Management.…
-
I'm using v0.0.9.3 of the module and tried to remove a secret from the KeePass database. This fails with error message
`Remove-Secret: Unable to remove secret {mySecret} from vault {myVault}`
Ad…
-
I'm unable to register a vault using the module secretmanagement.keepass.extension, it claims that the PoshKeepass module is not loaded.
If I explicitly import the module with verbose output, I can s…
-
## Description
When using a connection string/storage key to access container, blob properties are returned. When using SAS token, no blob properties
## Steps to reproduce
```
…
-
## Description
Hello, during the development of a new functionality, which requires us to import a docker image to ACR from another ACR placed in another subscription and different tenant - by us…
-
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…
-
Hi!
I'm using following configuration:
* Powershell: 5.1.17134.858
* PoShKeePass: 2.1.3.0
* KeePass: 2.4.1
I'm currently writing a script with loads of Pester tests. Everything works fine, but …