1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-01 23:15:30 +02:00

test-netconnection: add Spanish translation (#12660)

* test-netconnection: add Spanish translation

---------

Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
This commit is contained in:
Darío Hereñú 2024-04-27 02:53:25 -03:00 committed by GitHub
parent 993506f3c0
commit 9620ad0e01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: <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}}`