Quoc Truong
Quoc Truong
Hi @nilleb, for the authentication proxy issue for "install-packageprovider": we have a planned work item for adding support for proxy with authentication in OneGet and PowerShellGet so hopefully that would...
Hi @luisgf, we are fixing the issue for the next release of ContainerImage provider. Please stay tune!
Hi @selvik, can I ask what do you get if you run powershell -command "& {&'Find-ContainerImage'}" ?
Hi @selvik, glad to know that there is a workaround. Can I ask do you have this issue if you use "New-PSSession" to create a remote session and then use...
Hi @selvik, I created an AzureVM and connected to a remote PSSession using these steps (http://www.techdiction.com/2016/02/11/configuring-winrm-over-https-to-enable-powershell-remoting/). I then ran Find-ContainerImage in the PSSession and everything worked. I also tried "Invoke-Command...