Skip to content

Instantly share code, notes, and snippets.

@zsoltf
Created September 1, 2016 18:40
Show Gist options
  • Save zsoltf/181fc9a2b0cf5e127522c947a9d01163 to your computer and use it in GitHub Desktop.
Save zsoltf/181fc9a2b0cf5e127522c947a9d01163 to your computer and use it in GitHub Desktop.
winrm quickconfig
y
winrm set winrm/config/service/Auth '@{Basic="true"}'
winrm set winrm/config/service '@{AllowUnencrypted="true"}'
winrm set winrm/config/winrs '@{MaxMemoryPerShellMB="1024"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment