The IntelNetcmdlets module contains several cmdlets that allow you to configure and manage the Intel® Ethernet Adapters and devices present in your system.
System requirements
- Windows PowerShell* version 2.0
- .NET version 2.0
How do I use Intel® PROSet for Windows PowerShell* software?
- Open Windows PowerShell from Start Menu or press Win+R, type Powershell, and press Enter.
- To use the Import-Module cmdlet, specify the path and the name of the module. For example:
PS c:\> Import-Module -Name "C:\Program Files\Intel\Wired Networking\IntelNetCmdlets\IntelNetCmdlets"
Adapter cmdlets
-
Get-IntelNetAdapter
Displays basic information about adapters present in the system.
-
Get-IntelNetAdapterBandwidthPercentages
Displays the bandwidth percentages for a network partition.
-
Get-IntelNetAdapterProfileSettings
Displays the settings and their values for the specified adapter and profile combination.
-
Get-IntelNetAdapterSetting
Displays the adapter settings.
-
Get-IntelNetAdapterStatus
Displays the FCoE, DCB, Virtualization, or General status for the specified adapters, depending on the value supplied for the -Status parameter.
-
Get-IntelNetIscsiBootCrashDump
Displays the current status (enabled or disabled) of the Microsoft* Windows Server* iSCSI Boot Crash Dump feature. If enabled, the iSCSI Boot Crash Dump feature generates a dump file if the system blue screens while iSCSI-booted.
- Set-IntelNetAdapterMaximumBandwidthPercentage Allows you to change the maximum bandwidth percentage for a network partition.
-
Set-IntelNetAdapterMinimumBandwidthPercentage
Allows you to change the minimum bandwidth percentage for all network partitions bound to a physical port.
-
Set-IntelNetAdapterSetting
Allows you to change settings on an Intel Ethernet Adapter.
-
Set-IntelNetIscsiBootCrashDump
Allows you to enable or disable the Microsoft* Windows Server* iSCSI Boot Crash Dump feature. If enabled, the iSCSI Boot Crash Dump feature generates a dump file if the system blue screens while iSCSI-booted. You must restart the system for the change to take effect. Also, Microsoft Windows* iSCSI Initiator must be running before you enable the iSCSI Boot Crash Dump feature.
-
Test-IntelNetDiagnostics
Runs connection, cable, and hardware tests on the specified adapter and displays the results. Note | Not all devices support every diagnostic test. |
- Test-IntelNetIdentifyAdapter
Blink the LED on the specified port. You can also specify how long the LED will blink.
Team cmdlets
VLAN cmdlets
FCoE cmdlets
Is PowerShell for PROSet available as an individual download? How do I import the module?
Run the following command using PowerShell to import the module: Import-Module -Name "C:\Program Files\Intel\Wired Networking\IntelNetCmdlets\IntelNetCmdlets"