Wiki Home Server Settings Send Network Speed Information by Command
Send Network Speed Information by Command
2015/04/10 11:51
Notice: This wiki is for the old version CCBoot. Please click HERE to access the new version wiki
Here is a batch command file that sends network speed information to a predefined network share folder:
wmic NIC where NetEnabled=true get Name, Speed > \\ucgen\save\networktest\%computername%-networkhiz.txt
Thanks for Selçuk Dere providing this solution.