Sha256: e760b38b7b502df66cfbe0631bf43f28d911f878b32f12b3384dd14672a4e85d

Contents?: true

Size: 585 Bytes

Versions: 106

Compression:

Stored size: 585 Bytes

Contents

cmd /c winrm quickconfig -q
cmd /c winrm quickconfig -transport:http
cmd /c winrm set winrm/config @{MaxTimeoutms="1800000"}
cmd /c winrm set winrm/config/winrs @{MaxMemoryPerShellMB="300"}
cmd /c winrm set winrm/config/service @{AllowUnencrypted="true"}
cmd /c winrm set winrm/config/service/auth @{Basic="true"}
cmd /c winrm set winrm/config/listener?Address=*+Transport=HTTP @{Port="5985"}
cmd /c netsh advfirewall firewall set rule group="remote administration" new enable=yes
cmd /c netsh firewall add portopening TCP 5985 "Port 5985"
cmd /c net stop winrm
cmd /c net start winrm

Version data entries

106 entries across 35 versions & 3 rubygems

Version Path
veewee-0.5.0.alpha4 templates/windows-8-amd64/install-winrm.bat
veewee-0.5.0.alpha4 templates/windows-7-premium-amd64/install-winrm.bat
veewee-0.5.0.alpha4 templates/windows-8-i386/install-winrm.bat
veewee-0.5.0.alpha4 templates/windows-8-preview-amd64/install-winrm.bat
veewee-0.5.0.alpha3 templates/windows-8-i386/install-winrm.bat
veewee-0.5.0.alpha3 templates/windows-7-premium-amd64/install-winrm.bat
veewee-0.5.0.alpha3 templates/windows-8-amd64/install-winrm.bat
veewee-0.5.0.alpha3 templates/windows-8-preview-amd64/install-winrm.bat
veewee-0.5.0.alpha2 templates/windows-8-i386/install-winrm.bat
veewee-0.5.0.alpha2 templates/windows-7-premium-amd64/install-winrm.bat
veewee-0.5.0.alpha2 templates/windows-8-preview-amd64/install-winrm.bat
veewee-0.5.0.alpha2 templates/windows-8-amd64/install-winrm.bat
veewee-0.5.0.alpha1 templates/windows-8-amd64/install-winrm.bat
veewee-0.5.0.alpha1 templates/windows-8-i386/install-winrm.bat
veewee-0.5.0.alpha1 templates/windows-7-premium-amd64/install-winrm.bat
veewee-0.5.0.alpha1 templates/windows-8-preview-amd64/install-winrm.bat
veewee-0.4.5.1 templates/windows-8-amd64/install-winrm.bat
veewee-0.4.5.1 templates/windows-8-i386/install-winrm.bat
veewee-0.4.5.1 templates/windows-7-premium-amd64/install-winrm.bat
veewee-0.4.5.1 templates/windows-8-preview-amd64/install-winrm.bat