What CMDLet can be used to view the network adapters on a Windows host?
Get-NetAdapter
What switch can be added to "Get-NetAdapter" to filter to the physical adapters on a Windows host?
-Physical
What switch can be added to "Get-NetAdapter" to show hidden adapters?
-IncludeHidden
Which command would perform a portscan on port 80 on google.com?
Test-NetConnection google.com -CommonTCPPort "http"
What CMDLet can be used to view TCP connections?
Get-NetTCPConnection
What switch is needed to view open, listening TCP connections on a Windows host?
-State Listen