You can get all details of network available in your PC using Windows Power Shell. Just open Windows Power Shell as Administrator and run following command.
PS C:\WINDOWS\system32> Get-NetAdapter
Alternatively, you can also filter the output as below.
PS C:\WINDOWS\system32> Get-NetAdapter | Select Name, Status, LinkSpeed