From 9620ad0e01023b3b619a4ee4bafe75e5ff709026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sat, 27 Apr 2024 02:53:25 -0300 Subject: [PATCH] test-netconnection: add Spanish translation (#12660) * test-netconnection: add Spanish translation --------- Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com> --- pages.es/windows/test-netconnection.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages.es/windows/test-netconnection.md diff --git a/pages.es/windows/test-netconnection.md b/pages.es/windows/test-netconnection.md new file mode 100644 index 0000000000..d18a6a6101 --- /dev/null +++ b/pages.es/windows/test-netconnection.md @@ -0,0 +1,13 @@ +# Test-NetConnection + +> Muestra información de diagnóstico de una conexión. +> Este comando solo se puede utilizar a través de PowerShell. +> Más información: . + +- Prueba una conexión y muestra resultados detallados: + +`Test-NetConnection -InformationLevel Detailed` + +- Prueba una conexión a un host remoto con un número de puerto específico: + +`Test-NetConnection -ComputerName {{ip_o_nombre_del_host}} -Port {{número_de_puerto}}`