Get-NetAdapter cmdlet gets the Network adapter properties.
AsJob display the cimjob name and job status of the adapter.
CimSession runs the cmdlet in a remote session or on a remote computer.
IncludeHidden specifies both visible and hidden network adapters should be included. By default only visible network adapters are included.
InterfaceDescription specifies the network adapter interface description.
InterfaceIndex specifies the network adapter interface index number.
Name specifies the name of the network adapter.
Physical returns all physical network adapters.
ThrottleLimit specifies the maximum number of concurrent operations that can be established to run the cmdlet.
Common parameters:
-Verbose
-Debug
-ErrorAction
-ErrorVariable
-OutBuffer
-OutVariable
Output type:
Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/NetAdapter
The Microsoft.Management.Infrastructure.CimInstance object is a wrapper class that displays Windows Management Instrumentation (WMI) objects. The path after the pound sign (#) provides the namespace and class name for the underlying WMI object.
Examples:
Be the first to comment on "Get-NetAdapter Cmdlet"