Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to add new entry to keypass db #199

Open
DijoJose1 opened this issue Sep 27, 2021 · 1 comment
Open

Not able to add new entry to keypass db #199

DijoJose1 opened this issue Sep 27, 2021 · 1 comment

Comments

@DijoJose1
Copy link

No description provided.

@DijoJose1 DijoJose1 changed the title Hello, Hello, I am trying to create a new entry to my keypass db. Used the following commnd $masterKey = ConvertTo-SecureString -AsPlainText "********" -Force $psw = ConvertTo-SecureString -AsPlainText "****" -Force New-KeePassEntry -DatabaseProfileName "vCenter-Admin" -KeePassEntryGroupPath "D:\Script\VC-AdminPasswordReset\KeyPass\vCenter-Admin.kdbx" -Title "VC1" -UserName "Admin1" -KeePassPassword $psw -Notes "VC" -MasterKey $masterKey Sep 27, 2021
@DijoJose1 DijoJose1 changed the title Hello, I am trying to create a new entry to my keypass db. Used the following commnd $masterKey = ConvertTo-SecureString -AsPlainText "********" -Force $psw = ConvertTo-SecureString -AsPlainText "****" -Force New-KeePassEntry -DatabaseProfileName "vCenter-Admin" -KeePassEntryGroupPath "D:\Script\VC-AdminPasswordReset\KeyPass\vCenter-Admin.kdbx" -Title "VC1" -UserName "Admin1" -KeePassPassword $psw -Notes "VC" -MasterKey $masterKey Not able to add new entry to keypass db Sep 27, 2021
@DijoJose1
Copy link
Author

Hello,

I am trying to create a new entry to my keypass db. Used the following commnd

$masterKey = ConvertTo-SecureString -AsPlainText "********" -Force

$psw = ConvertTo-SecureString -AsPlainText "****" -Force

New-KeePassEntry -DatabaseProfileName "vCenter-Admin" -KeePassEntryGroupPath "D:\Script\VC-AdminPasswordReset\KeyPass\vCenter-Admin.kdbx" -Title "VC1" -UserName "Admin1" -KeePassPassword $psw -Notes "VC" -MasterKey $masterKey

I am getting the following error:
InvalidKeePassConfiguration : No KeePass Configuration has been created.
At C:\Windows\system32\WindowsPowerShell\v1.0\Modules\PoShKeePass\2.1.3.0\PoShKeePass.psm1:207 char:17

  • ... throw 'InvalidKeePassConfiguration : No KeePass Configura ...
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : OperationStopped: (InvalidKeePassC...s been created.:String) [], RuntimeException
    • FullyQualifiedErrorId : InvalidKeePassConfiguration : No KeePass Configuration has been created.

Not sure if I am missing something. Could you please help me on this?

Thanks and Regards,
Dijo Jose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant