Skip to content
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"}
Clone this wiki locally