mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 21:22:09 +02:00

* test-netconnection: add Spanish translation --------- Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
514 B
514 B
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: https://learn.microsoft.com/powershell/module/nettcpip/test-netconnection.
- 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}}