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
zenchild edited this page Dec 6, 2010
·
3 revisions
WinRM Wiki site
I will try and add little helpful ditties here as people ask about them.
Setting up unencrypted communications for Winrm
# Allow unencrypted for the client so we can test
winrm set winrm/config/client @{AllowUnencrypted="true"}
# Turn off encryption for the Service
winrm set winrm/config/service @{AllowUnencrypted="true"}