test-netconnection: add Spanish translation (#12660)

* test-netconnection: add Spanish translation

---------

Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
pull/28/head
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
1 changed files with 13 additions and 0 deletions

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