ISO https://go.microsoft.com/fwlink/?linkid=2293312&clcid=0x409&culture=en-us&country=us
VHD https://go.microsoft.com/fwlink/?linkid=2293215&clcid=0x409&culture=en-us&country=us
NTttcp Utility – https://github.com/microsoft/ntttcp/releases/download/v5.35/NTttcp.exe
Below are my normal settings I use. Default port is 5001.
That can be changed with the -p parameter
Receiver settings: NTttcp.exe -r -m 16,*,10.20.30.40
16 threads run on any core, receiving on IP: 10.20.30.40
Sender settings: NTttcp.exe -s -m 16,*,10.20.30.40 -t 30
16 threads run on any core, sending to IP: 10.20.30.40, for 30 seconds.
At a command prompt type:
net stats work
This will display statistics for the Workstation service. This service starts with the computer, so the uptime for this should be the same
From a CMD
netsh int ipv4 show dynamicport tcp netsh int ipv4 show dynamicport udp netsh int ipv6 show dynamicport tcp netsh int ipv6 show dynamicport udp
net stop w32time w32tm /config /syncfromflags:manual /manualpeerlist:"servername1, servername2" net start w32time w32tm /config /update w32tm /resync /rediscover
Check with:
w32tm /query /status
Event Viewer
Filter System log for event id: 1074
net localgroup administrators