From ba66014376bb9eb68c271ab36e71a1a7042864ca Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Thu, 20 Nov 2025 14:14:53 +0100 Subject: [PATCH] readme powershell --- misc/prepare-windows-agent | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 misc/prepare-windows-agent diff --git a/misc/prepare-windows-agent b/misc/prepare-windows-agent deleted file mode 100644 index dcbdcc8..0000000 --- a/misc/prepare-windows-agent +++ /dev/null @@ -1,14 +0,0 @@ -Ansible WindowsResumen: -1) Poner el Windows de Red Publica a Privada -2) winrm quickconfig -force -3) Set-Item -Path WSMan:\localhost\Service\Auth\Basic -Value $true -4) Set-Item -Path WSMan:\localhost\Service\AllowUnencrypted -Value $true -5) New-NetFirewallRule -Name "WinRM HTTP" -DisplayName "WinRM HTTP" -Enabled True -Direction Inbound -Protocol TCP -LocalPort 5985 -Action Allow - - -Configuración estática de Red - -IP: 192.168.11.60 -Mascara: 255.255.255.0 -Puerta de enlace: 192.168.11.0 -DNS: 4.4.4.4 \ No newline at end of file