You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We deployed overthere in unix machine (copied the runnable jar inside a directory) and then tried to execute windows commands.
While trying to execute windows commands with Connection_Type as WINRM_NATIVE, we get the below error: "Cannot create a smb:winrs connection with a winrs proxy that is not running Windows"
Please help us to setup ovethere inside unix machine to execute windows commands on remote windows machine irrespective of "AllowUnencrypted" (winrm server config) flag true or false.
Thanks in advance.
Venkat PS
The text was updated successfully, but these errors were encountered:
@VenkatPS WINRM_NATIVE only works on Windows, as the winrs command is only available for Windows. Currently WINRM_INTERNAL does not support encryption, that is on the wish list. Feel free to submit a PR that fixes it.
We deployed overthere in unix machine (copied the runnable jar inside a directory) and then tried to execute windows commands.
While trying to execute windows commands with Connection_Type as WINRM_NATIVE, we get the below error:
"Cannot create a smb:winrs connection with a winrs proxy that is not running Windows"
Please help us to setup ovethere inside unix machine to execute windows commands on remote windows machine irrespective of "AllowUnencrypted" (winrm server config) flag true or false.
Thanks in advance.
Venkat PS
The text was updated successfully, but these errors were encountered: