Checking network connectivity using Get-NetView
Get-NetView
is a tool that collects details about your network environment that can help you troubleshoot network issues.
The Get-NetView
module contains a single function, Get-NetView
. When you run the command, it pulls together a huge range of network details and creates a ZIP file containing a wealth of details about your network. By default, Get-NetView
creates this output on our desktop.
Get-NetView
output includes the following details:
Get-NetView
metadata- The host environment (including OS, hardware, domain, and hostname)
- Physical, virtual, and container NICs
- Network configuration (including IP addresses, MAC addresses, neighbors, and IP routes)
- Physical switch configuration, including Quality of Service (QoS) policies
- Hyper-V VM configuration
- Hyper-V virtual switches, bridges, and NATs
- Windows device drivers
- Performance counters
- System and application...