February 2019
Beginner to intermediate
542 pages
10h 34m
English
One of the first things you can do in terms of troubleshooting is to determine whether you have network connectivity between your hosts.
This recipe uses servers in the Reskit.Org domain (DC1, DC2, SRV1, and SRV2)that you have previously installed. Run this recipe on SRV1.
Test-Connection to test the connection to DC1:Test-Connection -ComputerName DC1
Test-Connection -ComputerName DC1 -Quiet
Test-Connection -ComputerName 'DC1','DC2','SRV2' -Count 1
SMB traffic with DC1:Test-NetConnection -ComputerName DC1 -CommonTCPPort SMB
DC1 with HTTP:$TNCHT ...
Read now
Unlock full access