Sha256: c2c6e87713b34cf6afa486097b0acae303716331f63949257543f0ac6b20ee32

Contents?: true

Size: 852 Bytes

Versions: 39

Compression:

Stored size: 852 Bytes

Contents

cmd /c winrm quickconfig -q
cmd /c winrm quickconfig -transport:http # needs to be auto no questions asked
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 sc config winrm start= auto
cmd /c net start winrm

cmd /c reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v ScreenSaveActive /t REG_SZ /d 0 /f
cmd /c reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v ScreenSaveIsSecure /t REG_SZ /d 0 /f

Version data entries

39 entries across 31 versions & 2 rubygems

Version Path
veewee-0.5.0.alpha4 templates/windows-2008R1-serverstandard-amd64/install-winrm.bat
veewee-0.5.0.alpha3 templates/windows-2008R1-serverstandard-amd64/install-winrm.bat
veewee-0.5.0.alpha2 templates/windows-2008R1-serverstandard-amd64/install-winrm.bat
veewee-0.5.0.alpha1 templates/windows-2008R1-serverstandard-amd64/install-winrm.bat
veewee-0.4.5.1 templates/windows-2008R1-serverstandard-amd64/install-winrm.bat
veewee-0.4.5 templates/windows-2008R1-serverstandard-amd64/install-winrm.bat
veewee-0.4.5.pre1 templates/windows-2008R1-serverstandard-amd64/install-winrm.bat
veewee-0.4.4 templates/windows-2008R1-serverstandard-amd64/install-winrm.bat
veewee-0.4.3 templates/windows-2008R1-serverstandard-amd64/install-winrm.bat
veewee-0.4.2 templates/windows-2008R1-serverstandard-amd64/install-winrm.bat
veewee-0.4.1 templates/windows-2008R1-serverstandard-amd64/install-winrm.bat
veewee-0.4.0 templates/windows-2008R1-serverstandard-amd64/install-winrm.bat
veewee-0.3.12 templates/windows-2008R1-serverstandard-amd64/install-winrm.bat
veewee-0.3.11 templates/windows-2008R1-serverstandard-amd64/install-winrm.bat
veewee-0.3.10 templates/windows-2008R1-serverstandard-amd64/install-winrm.bat
veewee-0.3.9 templates/windows-2008R1-serverstandard-amd64/install-winrm.bat
veewee-atlassian-0.3.11 templates/windows-2008R1-serverstandard-amd64/install-winrm.bat
veewee-0.3.7 templates/windows-2008R1-serverstandard-amd64/install-winrm.bat
veewee-0.3.6 templates/windows-2008R1-serverstandard-amd64/install-winrm.bat
veewee-0.3.5 templates/windows-2008R1-serverstandard-amd64/install-winrm.bat