Am new to Powershell. I need to get names of all network using get-networkadapter cmdlet. Can anyone please help me out?
|
| ||||
feedback
|
|
You can use WMI to do this:
will list the network adapter details. If you want to look at the IP address details, you can do so by:
| |||
|
feedback
|