Tuesday, December 03, 2019

Powershell Quick Tips: Get details of network interface

PS c:\> Get-NetAdapter | where {$_.Name -eq "Ethernet 3"} | Format-List *
Where:
Ethernet 3 - is the name of the interface

Note:
This will need Powershell 3.0 or later

No comments:

Fedora install screen chronicle

Fedora install screen chronicle Below are links to Fedora installation screens. It is interesting to see how it has evolved over time. Fe...