Sha256: 0aa36dea12f6c417ea5e475317a4249686e8288f5287bda5bd39577c156ad028
Contents?: true
Size: 456 Bytes
Versions: 7
Compression:
Stored size: 456 Bytes
Contents
--- - name: Allow traffic to port 3389 win_shell: Enable-NetFirewallRule -DisplayGroup "Remote Desktop" - name: Enable RDP win_shell: Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server' -name "fDenyTSConnections" -value 0 - name: Allow RDP to use local user authentication win_shell: Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -name "UserAuthentication" -Value 0
Version data entries
7 entries across 7 versions & 1 rubygems