70-741, Teil 4.1.2.
Routing konfigurieren
Ideen für die Recherche im Web:
Zum Nachschlagen:
Übungen:
route print
route print > route-print.txt
Get-NetRoute -InterfaceIndex 16
Remove-NetRoute -DestinationPrefix 0.0.0.0/0
#route DELETE 0.0.0.0
New-NetRoute -DestinationPrefix 0.0.0.0/0 -NextHop 10.1.4.1 -InterfaceIndex 16
#route -p ADD 0.0.0.0 MASK 0.0.0.0 10.1.4.1
Get-NetTCPConnection
Get-NetTCPConnection -State Established -LocalPort 3389
get-help route -ShowWindow
route print
#Bei Bedarf
#route -f
#Restart-Computer -Force