Skip to content

Instantly share code, notes, and snippets.

@zsoltf
Created September 1, 2016 18:40
Show Gist options
  • Select an option

  • Save zsoltf/181fc9a2b0cf5e127522c947a9d01163 to your computer and use it in GitHub Desktop.

Select an option

Save zsoltf/181fc9a2b0cf5e127522c947a9d01163 to your computer and use it in GitHub Desktop.

Revisions

  1. zsoltf created this gist Sep 1, 2016.
    5 changes: 5 additions & 0 deletions winrm.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    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"}'