1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.es/windows/test-netconnection.md
Darío Hereñú 9620ad0e01
test-netconnection: add Spanish translation (#12660)
* test-netconnection: add Spanish translation

---------

Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
2024-04-27 11:23:25 +05:30

13 lines
514 B
Markdown

# 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}}`