PS c:\> Get-NetAdapter | where {$_.Name -eq "Ethernet 3"} | Format-List *
Ethernet 3 - is the name of the interface
Note:
This will need Powershell 3.0 or later
How To: Consume COM server in Common Lisp Goal: Simple example to consume COM server/object using Common Lisp Version info: - OS: Win...
No comments:
Post a Comment