Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell Function to Return Properties for Network Adapters

$
0
0

Summary: Use a Windows PowerShell function in Windows 8 to return advanced properties of network adapters.

Hey, Scripting Guy! Question How can I use a Windows PowerShell function in Windows 8 to return advanced properties for network adapters?

Hey, Scripting Guy! Answer Use the Get-NetAdapterAdvancedProperty CIM function:

Get-NetAdapterAdvancedProperty


Viewing all articles
Browse latest Browse all 3333

Trending Articles