Intro to Powershell 3

What CMDLet can be used to view the network adapters on a Windows host?
Get-NetAdapter
Get-NetworkDevices
View-NetworkAdapters
Adapters-List
Get-NetAdapter
What switch can be added to "Get-NetAdapter" to filter to the physical adapters on a Windows host?
-Physical
-PhysicalAdapter
| View-Physical
List-Physical
-Physical
What switch can be added to "Get-NetAdapter" to show hidden adapters?
-IncludeHidden
-ShowHidden
-List-Hidden
-PresentHidden
-IncludeHidden
Which command would perform a portscan on port 80 on google.com?
Test-NetConnection google.com -CommonTCPPort "http"
Test-NetConnection google.com -CommonTCPPort "dns"
Test-Port google.com -CommonTCPPort "http"
Test-NetConnection google.com -CommonTCPPort "https"
Test-NetConnection google.com -CommonTCPPort "http"
What CMDLet can be used to view TCP connections?
Get-NetTCPConnection
Get-NetUDPConnection
Get-NetTCPOpen
Get-NetTCPConnectionOrientated
Get-NetTCPConnection
What switch is needed to view open, listening TCP connections on a Windows host?
-State Listen
-State Listening
-Listen
-State Open
-State Listen
Your Score
Score Label
Score Summary