TOPIC about_IntelNetcmdlets SHORT DESCRIPTION Describes how to use the IntelNetcmdlets module to configure and manage your network adapters, teams, and VLANs. LONG DESCRIPTION The IntelNetcmdlets module contains several cmdlets that allow you to configure and manage the Intel(R) Ethernet Adapters and devices present in your system. SYSTEM REQUIREMENTS On systems based on Microsoft* Windows* 7 and Windows Server* 2008 R2, you must install Windows PowerShell* 3.0. Prior using IntelNetcmdlets, you must use the DxSetup.exe utility to install base drivers and Intel(R) PROSet for Windows* Device Manager with all options you need to perform your required configurations. The following launches a typical install (base drivers, Intel PROSet, Intel ANS, IntelNetcmdlets PowerShell module) silently: DxSetup.exe /qn /liew install.log See the User Guide for a complete explanation of the DxSetup.exe utility. ADAPTER CMDLETS Get-IntelNetAdapter The Get-IntelNetAdapter cmdlet displays basic information about adapters present in the system. Get-IntelNetAdapterProfileSettings The Get-IntelNetAdapterProfileSettings displays the settings and their values for the specified adapter and profile combination. Get-IntelNetAdapterSetting The Get-IntelNetAdapterSetting cmdlet displays the adapter settings. Set-IntelNetAdapterSetting The Set-IntelNetAdapterSetting cmdlet allows you to change settings on an Intel Ethernet adapter. TEAM CMDLETS Add-IntelNetTeamMember The Add-IntelNetTeamMember cmdlet adds a new team member to an existing Intel ANS Team. The new team member can be piped into the cmdlet or passed in using the adapter's name. An Intel ANS team can contain a maximum of eight members. Get-IntelNetTeam The Get-IntelNetTeam cmdlet returns the Intel ANS teams present on the system. Get-IntelNetTeamSetting The Get-IntelNetTeamSetting cmdlet displays all the changeable team settings. New-IntelNetTeam The New-IntelNetTeam cmdlet creates a new Intel ANS team consisting of one or more adapters. A team may consist of both Intel and non Intel adapters. Adapter objects obtained from Get-IntelNetAdapter may be passed into this cmdlet using the TeamMembers parameter. Remove-IntelNetTeam The Remove-IntelNetTeam cmdlet removes the specified Intel ANS team. Remove-IntelNetTeamMember The Remove-IntelNetTeamMember cmdlet allows you remove a team member from an Intel ANS team. The team member can be piped into the cmdlet or passed in using the team member's name. Set-IntelNetTeam The Set-IntelNetTeam cmdlet allows you change the name of the team, the teaming mode, the primary adapter and the secondary adapter of the team. Set-IntelNetTeamSetting The Set-IntelNetTeamSetting cmdlet allows you to change settings on an Intel ANS team. VLAN CMDLETS Add-IntelNetVLAN The Add-IntelNetVLAN allows you add a new VLAN interface to either an Intel Ethernet adapter or Intel ANS team. The new VLAN is added by specifying one or more VLAN IDs. The parent device can be specified either by name or by object. Get-IntelNetVLAN The Get-IntelNetVLAN cmdlet returns the VLANs bound to the parent device. The parent device can either be an adapter or an Intel ANS team. Get-IntelNetVLANJumboPacket The Get-IntelNetVLANJumboPacket cmdlet returns the Jumbo Packet setting for the specified VLAN. Remove-IntelNetVLAN The Remove-IntelNetVLAN cmdlet allows you to remove one or more VLAN interfaces from a parent device. The parent device can either be an adapter or Intel ANS team. Set-IntelNetVLAN The Set-IntelNetVLAN cmdlet modifies an existing VLAN by changing either the VLAN ID or VLAN name. The VLAN is identified based on the VLAN ID. Set-IntelNetVLANJumboPacket The Set-IntelNetVLANJumboPacket cmdlet allows you to change the VLAN Jumbo Packet setting. SEE ALSO Add-IntelNetTeamMember Add-IntelNetVLAN Get-IntelNetAdapter Get-IntelNetAdapterProfileSettings Get-IntelNetAdapterSetting Get-IntelNetTeam Get-IntelNetTeamSetting Get-IntelNetVLAN Get-IntelNetVLANJumboPacket New-IntelNetTeam Remove-IntelNetTeam Remove-IntelNetTeamMember Remove-IntelNetVLAN Set-IntelNetAdapterSetting Set-IntelNetTeam Set-IntelNetTeamSetting Set-IntelNetVLAN Set-IntelNetVLANJumboPacket