-
Notifications
You must be signed in to change notification settings - Fork 58
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
Comments
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:
Not sure if I am missing something. Could you please help me on this? Thanks and Regards, |
No description provided.
The text was updated successfully, but these errors were encountered: