Table of Contents

telnet vanaf Powershell

context

dit powershell commando toont wat meer output dan good ol' telnet

stappenplan

  1. start een Powershell sessie
  2. type:
    Test-NetConnection <IP> -Port <TCPpoort> 

  3. de output toont:
    1. interface van waarop cmd werd uitgevoerd.
    2. source adres.
    3. succes

De ouput toont je dus source, destination en interface.
Als connectiontest kan dat tellen …