Sergey Kolupaev

Results 91 comments of Sergey Kolupaev

@rdavisunr - If you are going to use both SDKs then extending SecretsManager SKD would be the easiest solution. Otherwise we could try to convert one time access token into...

We'll add that missing step (exchange one time token for ksm configuration) into Keeper SDK. It is just one API call.

PowerCommander v0.9.3 is published to PowerShell Gallery. It adds `-B64` parameter to `Add-KeeperSecretManagerClient` cmdlet.

`keyPair` is a complex field. You can see field format by running `Get-KeeperRecordType -ShowFields` ``` privateKey privateKey Optional {'publicKey': '', 'privateKey': ''} ``` Fields like `keyPair` expect hash tables as...

It cannot be be duplicated. 1. copy PowerCommander directory to `C:\Program Files\WindowsPowerShell\Modules` 2. set Execution Policy to Unrestricted. 3. launch default Powershell (v5.1.xxxx) 4. `Connect-Keeper`

It looks like PowerCommander folder is not loaded as a module. Module initialization code was not called. To list installed modules: https://learn.microsoft.com/en-us/powershell/module/powershellget/get-installedmodule?view=powershell-5.1 To import module https://learn.microsoft.com/en-us/powershell/module/Microsoft.PowerShell.Core/Import-Module?view=powershell-5.1

PowerCommander 0.9.7 release adds one-time share support * Get-KeeperOneTimeShare * New-KeeperOneTimeShare * Remove-KeeperOneTimeShare

"kr | 2fa" returns TOTP codes for all records in the vault. Do you have the same results on your computers when logged to the same account?

This issue was reported long time. https://github.com/PowerShell/PowerShell/issues/11636 The PowerCommander will use [Console]::ReadLine or `PSReadLine` module if it is installed.

This error is reported by a customer. I cannot duplicate it using personal security keys. `obj.dwCredLargeBlobStatus` is always zero in my setup. The options used by our app (it does...