Bror-Lauritz Størkersen

Results 5 comments of Bror-Lauritz Størkersen

PSReadLine is installed by default in the PowerShell Core version of Powershell. I'm not sure what you mean that PowerCommander uses PSReadLine to read the input, as PSReadLine doesn't have...

Thank you! That seems a bit easier. But I can't seem to get it to work. Connect-Keeper identifies the `config.json` file, but asks for both the 2fa code and password...

I see. I got it to work now after I deleted the entire config file and let powercommander make it from scratch. I still have to pass the password, but...

Hi @rvdwegen! In my experience this works quite well (I'm on Linux, so YMMV): ```powershell New-Item -Type File -Name config.json $USERNAME = Read-Host -Prompt "Keeper username" $PASSWORD = Read-Host -AsSecureString...

If your setup is like our organization, you have to specify the `-SsoPassword` flag for it to not ask the password. Otherwise, I don't have any other ways to make...