mirror of https://github.com/CrimsonTome/tldr.git
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
parent
993506f3c0
commit
9620ad0e01
|
@ -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}}`
|
Loading…
Reference in New Issue