Re: [sqlite] Powershell Enter-PSSession for sqlite3.exe fails

2019-08-10 Thread Clinton James
You are right, it is the wrong behavior though the command is perfectly valid. My first example shows the current problem, sqlite3.exe does not bring me into an interactive shell. I am trying to get the correct behavior while using Powershell Enter-PSSession to access a remote machine and the

[sqlite] Powershell Enter-PSSession for sqlite3.exe fails

2019-08-08 Thread Clinton James
I can run sqlite3.exe on a remote server with a remote desktop connection but when I try using Enter-PSSession, using the same credentials, the sqlite3.exe gives no output and no exitcode. However, if I use the -version option it dutifully reports the version. I have tried search engines, but