Edit C:\Program Files\Intel\IntelNetCmdlets\IntelNetCmdlets.dll-Help.xml
??<?xml version="1.0" encoding="UTF-8"?> <helpItems xmlns="http://msh" schema="maml"> <!--~~~~~~~~~~~~~~~~~~~~~~~~~~Adapter help documents~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--> <!--Get-IntelNetAdapter--> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <!--Synopsys for Get-IntelNetAdapter--> <command:details> <command:name>Get-IntelNetAdapter</command:name> <maml:description> <maml:para>Displays basic information about the adapters in the system.</maml:para> </maml:description> <maml:copyright> </maml:copyright> <command:verb>Get</command:verb> <command:noun>IntelNetAdapter</command:noun> <dev:version></dev:version> </command:details> <!--Description for Get-IntelNetAdapter--> <maml:description> <maml:para>The Get-IntelNetAdapter cmdlet displays basic information about adapters present in the system. The default view is a table displaying the Location of the adapter on the PCI bus, the Name of the adapter and the ConnectionName of the adapter. To see all properties, pipe the output to Format-List with the Property parameter specified as any (*).</maml:para> <maml:para>Get-IntelNetAdapter returns adapter objects that can be used to get settings, create VLANs or create teams.</maml:para> <maml:para>Note: This cmdlet will return all network adapters present in the system, including non-Intel devices.</maml:para> </maml:description> <!--Syntax Section for Get-IntelNetAdapter--> <command:syntax> <command:syntaxItem> <maml:name>Get-IntelNetAdapter</maml:name> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>Name</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> </command:syntaxItem> </command:syntax> <!--Parameters for Get-IntelNetAdapter--> <command:parameters> <!--Name--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="true"> <maml:name>Name</maml:name> <maml:description> <maml:para>Specifies the name of a network adapter.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--Empty parameter so the parameter section displays as expected.--> <command:parameter> </command:parameter> </command:parameters> <!--Input for Get-IntelNetAdapter--> <command:inputTypes> <command:inputType> <dev:type> <maml:name>None.</maml:name> <maml:uri/> <maml:description> <maml:para>None.</maml:para> </maml:description> </dev:type> </command:inputType> </command:inputTypes> <!--Output for Get-IntelNetAdapter--> <command:returnValues> <command:returnValue> <dev:type> <maml:name>Adapter[]</maml:name> <maml:uri /> <maml:description> <maml:para>Get-IntelNetAdapter returns a collection of Adapter objects. The output will include all network adapters present in the system, including non-Intel devices.</maml:para> </maml:description> </dev:type> </command:returnValue> </command:returnValues> <!--Examples for Get-IntelNetAdapter--> <command:examples> <command:example> <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS C:\>Get-IntelNetAdapter</dev:code> <dev:remarks> <maml:para>Displays all the network adapters present in the system.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS C:\>Get-IntelNetAdapter -Name "Intel(R) PRO 1000 GT Desktop Adapter"</dev:code> <dev:remarks> <maml:para>Gets an adapter with a specific name.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS C:\>Get-IntelNetAdapter -Name "Intel*"</dev:code> <dev:remarks> <maml:para>Gets all Intel adapters in the system using a wildcard.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> </command:examples> <!--Links section of the help file--> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Get-IntelNetAdapterSetting</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Set-IntelNetAdapterSetting</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>New-IntelNetTeam</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Add-IntelNetTeamMember</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Remove-IntelNetTeamMember</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Add-IntelNetVLAN</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Remove-IntelNetVLAN</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!--Get-IntelNetAdapterProfileSettings--> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <!--Synopsys for Get-IntelNetAdapterProfileSettings--> <command:details> <command:name>Get-IntelNetAdapterProfileSettings</command:name> <maml:description> <maml:para>Displays the settings and their values for the specified adapter and profile combination.</maml:para> </maml:description> <maml:copyright> </maml:copyright> <command:verb>Get</command:verb> <command:noun>IntelNetAdapterProfileSettings</command:noun> <dev:version></dev:version> </command:details> <!--Description for Get-IntelNetAdapterProfileSettings--> <maml:description> <maml:para>The Get-IntelNetAdapterProfileSettings cmdlet displays settings and their values for the specified adapter and profile combination. The information is displayed in a table that shows the setting name and the value to which the setting will be changed.</maml:para> <maml:para>Get-IntelNetAdapterProfileSettings returns a collection of setting objects.</maml:para> <maml:para>Note: Use Set-IntelNetAdapterSetting to change an adapter to a specific profile.</maml:para> </maml:description> <!--Syntax Section for Get-IntelNetAdapterProfileSettings--> <command:syntax> <command:syntaxItem> <maml:name>Get-IntelNetAdapterProfileSettings</maml:name> <command:parameter required="false" position="named" pipelineInput="false" globbing="true"> <maml:name>Name</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> <command:parameter required="true" position="named" pipelineInput="false" globbing="false"> <maml:name>ProfileName</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Get-IntelNetAdapterProfileSettings</maml:name> <command:parameter required="true" position="named" pipelineInput="true" globbing="false"> <maml:name>Adapter</maml:name> <command:parameterValue required="true">Adapter[]</command:parameterValue> </command:parameter> <command:parameter required="true" position="named" pipelineInput="false" globbing="false"> <maml:name>ProfileName</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> </command:syntax> <!--Parameters for Get-IntelNetAdapterProfileSettings--> <command:parameters> <!--Adapter--> <command:parameter required ="true" position="named" pipelineInput="true" globbing="false"> <maml:name>Adapter</maml:name> <maml:description> <maml:para>Specifies a collection of Adapter objects.</maml:para> </maml:description> <command:parameterValue required="true">Adapter[]</command:parameterValue> <dev:type> <maml:name>Adapter Object</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--Name--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="true"> <maml:name>Name</maml:name> <maml:description> <maml:para>Specifies the name of a network adapter.</maml:para> </maml:description> <command:parameterValue required="true">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--ProfileName--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>ProfileName</maml:name> <maml:description> <maml:para>Specifies the name of the profile. Possible profiles include the following:</maml:para> <maml:para> * StandardServer * WebServer * VirtualizationServer * StorageServer * Storage+VirtualizationServer * LowLatency </maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> </command:parameters> <!--Input for Get-IntelNetAdapterProfileSettings--> <command:inputTypes> <command:inputType> <dev:type> <maml:name>Adapter[]</maml:name> <maml:uri/> <maml:description> <maml:para>A collection of Adapter objects.</maml:para> </maml:description> </dev:type> </command:inputType> </command:inputTypes> <!--Output for Get-IntelNetAdapterProfileSettings--> <command:returnValues> <command:returnValue> <dev:type> <maml:name>Setting[]</maml:name> <maml:uri /> <maml:description> <maml:para>Get-IntelNetAdapterProfileSettings returns a collection of Setting objects.</maml:para> </maml:description> </dev:type> </command:returnValue> </command:returnValues> <!--Examples for Get-IntelNetAdapterProfileSettings--> <command:examples> <command:example> <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS C:\> Get-IntelNetAdapterProfileSettings -Name "Intel(R) Ethernet Server Adapter X520-2" -ProfileName "StandardServer"</dev:code> <dev:remarks> <maml:para>Displays the settings that would change, and the values they would change to, if you set the named adapter to the specified profile.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapters=Get-IntelNetAdapter PS C:\> Get-IntelNetAdapterProfileSettings -Adapter $Adapters[1] -ProfileName "StandardServer" </dev:code> <dev:remarks> <maml:para>Displays the settings that would change, and the values they would change to, if you set the adapter stored in $Adapters[1] to the specified profile.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapters=Get-IntelNetAdapter PS C:\> Get-IntelNetAdapterProfileSettings -Adapter $Adapters[1] -ProfileName "StandardServer" PS C:\> Set-IntelNetAdapterSetting ??ame $Adapters[1].Name ??isplayName "Profile" ??isplayValue "Standard Server" </dev:code> <dev:remarks> <maml:para>Displays the settings that would change, and the values they would change to, if you set the adapter stored in $Adapters[1] to the specified profile. Then changes the adapter's profile setting to Standard Server.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> </command:examples> <!--Links for Get-IntelNetAdapterProfileSettings--> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Get-IntelNetAdapter</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Set-IntelNetAdapterSetting</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!--Get-IntelNetAdapterSetting--> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <!--Synopsys for Get-IntelNetAdapterSetting--> <command:details> <command:name>Get-IntelNetAdapterSetting</command:name> <maml:description> <maml:para>Displays all the changeable adapter settings.</maml:para> </maml:description> <maml:copyright> </maml:copyright> <command:verb>Get</command:verb> <command:noun>IntelNetAdapterSetting</command:noun> <dev:version></dev:version> </command:details> <!--Description for Get-IntelNetAdapterSetting--> <maml:description> <maml:para>Get-IntelNetAdapterSetting displays all the changeable adapter settings. To view the valid range of values for the settings, pipe the output to Format-List. To view all of the properties of the settings in a list view, the output can be piped to Format-List with the Property parameter specified as any (*). Calling this cmdlet without any parameters will return settings for all the Intel adapters on the system.</maml:para> <maml:para>Note: This cmdlet is only supported by Intel adapters.</maml:para> </maml:description> <!--Syntax for Get-IntelNetAdapterSetting--> <command:syntax> <command:syntaxItem> <maml:name>Get-IntelNetAdapterSetting</maml:name> <command:parameter required="false" position="named" pipelineInput="false" globbing="true"> <maml:name>Name</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Get-IntelNetAdapterSetting</maml:name> <command:parameter required="false" position="named" pipelineInput="false" globbing="true"> <maml:name>Name</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> <command:parameter required ="false" position="false" pipelineInput="false" globbing="false"> <maml:name>DisplayName</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Get-IntelNetAdapterSetting</maml:name> <command:parameter required="false" position="named" pipelineInput="false" globbing="true"> <maml:name>Name</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> <command:parameter required ="false" position="false" pipelineInput="false" globbing="false"> <maml:name>RegistryKeyword</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Get-IntelNetAdapterSetting</maml:name> <command:parameter required="true" position="named" pipelineInput="true" globbing="false"> <maml:name>Adapter</maml:name> <command:parameterValue required="true">Adapter[]</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Get-IntelNetAdapterSetting</maml:name> <command:parameter required="true" position="named" pipelineInput="true" globbing="true"> <maml:name>Adapter</maml:name> <command:parameterValue required="true">Adapter[]</command:parameterValue> </command:parameter> <command:parameter required ="false" position="false" pipelineInput="false" globbing="false"> <maml:name>DisplayName</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Get-IntelNetAdapterSetting</maml:name> <command:parameter required="true" position="named" pipelineInput="true" globbing="false"> <maml:name>Adapter</maml:name> <command:parameterValue required="true">Adapter[]</command:parameterValue> </command:parameter> <command:parameter required ="false" position="false" pipelineInput="false" globbing="false"> <maml:name>RegistryKeyword</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> </command:syntax> <!--Parameter for Get-IntelNetAdapterSetting--> <command:parameters> <!--Adapter--> <command:parameter required ="true" position="named" pipelineInput="true" globbing="false"> <maml:name>Adapter[]</maml:name> <maml:description> <maml:para>Specifies an adapter object or collection of Adapter objects.</maml:para> </maml:description> <command:parameterValue required="true">Adapter</command:parameterValue> <dev:type> <maml:name>Adapter Object</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--Name--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="true"> <maml:name>Name</maml:name> <maml:description> <maml:para>Specifies the name of a network adapter.</maml:para> </maml:description> <command:parameterValue required="true">String[]</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--DisplayName--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>DisplayName</maml:name> <maml:description> <maml:para>Specifies the advanced property name shown in the Advanced tab under network adapter properties.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--RegistryKeyword--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>RegistryKeyword</maml:name> <maml:description> <maml:para>Specifies the name of the setting stored in the registry.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> </command:parameters> <!--Input for Get-IntelNetAdapterSetting--> <command:inputTypes> <command:inputType> <dev:type> <maml:name>Adapter</maml:name> <maml:uri/> <maml:description> <maml:para>A collection of Adapter objects.</maml:para> <maml:para>Note: This cmdlet only supports Intel(R) Ethernet adapters.</maml:para> </maml:description> </dev:type> </command:inputType> </command:inputTypes> <!--Output for Get-IntelNetAdapterSetting--> <command:returnValues> <command:returnValue> <dev:type> <maml:name>Setting[]</maml:name> <maml:uri /> <maml:description> <maml:para>Returns a collection of adapter Setting objects</maml:para> </maml:description> </dev:type> </command:returnValue> </command:returnValues> <!--Examples for Get-IntelNetAdapterSetting--> <command:examples> <command:example> <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapters=Get-IntelNetAdapter PS C:\> $Adapters[1]|Get-IntelNetAdapterSetting </dev:code> <dev:remarks> <maml:para>Gets all of the settings supported on the adapter stored in $Adapters[1].</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapters=Get-IntelNetAdapter PS C:\> Get-IntelNetAdapterSetting ??ame $Adapters[1].Name ??isplayName "Receive Side Scaling" </dev:code> <dev:remarks> <maml:para>Gets the Receive Side Scaling setting on the adapter stored in $Adapters[1].</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS C:\> Get-IntelNetAdapterSetting ??egistryKeyword "*RSS"</dev:code> <dev:remarks> <maml:para>Gets all of the Receive Side Scaling settings on all the adapters in the system.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 4 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS C:\> Get-IntelNetAdapterSetting</dev:code> <dev:remarks> <maml:para>Gets all of the settings on all the Intel adapters in the system.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 5 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapters=Get-IntelNetAdapter PS C:\> $Adapters[1]|Get-IntelNetAdapterSetting|Format-List </dev:code> <dev:remarks> <maml:para> Gets all of the settings supported on the adapter stored in $Adapters[1] and displays the setting's properties in a list view. Note: $FormatEnumerationLimit=-1 to show all the possible values for enum settings. </maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <!--Links for Get-IntelNetAdapterSetting--> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Get-IntelNetAdapter</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Set-IntelNetAdapterSetting</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!--Set-IntelNetAdapterSetting--> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <!--Synopsys for Set-IntelNetAdapterSetting--> <command:details> <command:name>Set-IntelNetAdapterSetting</command:name> <maml:description> <maml:para>Allows you to change settings on an Intel(R) Ethernet adapter.</maml:para> </maml:description> <maml:copyright> </maml:copyright> <command:verb>Set</command:verb> <command:noun>IntelNetAdapterSetting</command:noun> <dev:version></dev:version> </command:details> <!--Description for Set-IntelNetAdapterSetting--> <maml:description> <maml:para>The Set-IntelNetAdapterSetting cmdlet allows you to change settings on an Intel(R) Ethernet adapter. To change the value for a particular setting, the RegistryKeyword and RegistryValue parameters can be used or the DisplayName and DisplayValues can be used to specify the change. For settings that support a range of values, pipe the output to Format-List. Please see the examples section for more information on this. </maml:para> <maml:para>Note: This cmdlet is only supported by Intel(R) Ethernet adapters. Using a wildcard to specify the adapter name may cuase the cmdlet to interact with non-Intel devices. Use Get-IntelNetAdapter to create an array of the Intel adapters present in the system. Or use "Intel*" as your wildcard.</maml:para> </maml:description> <!--Syntax Section for Set-IntelNetAdapterSetting--> <command:syntax> <command:syntaxItem> <maml:name>Set-IntelNetAdapterSetting</maml:name> <command:parameter required="true" position="named" pipelineInput="false" globbing="true"> <maml:name>Name</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Set-IntelNetAdapterSetting</maml:name> <command:parameter required="true" position="false" pipelineInput="false" globbing="true"> <maml:name>Name</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> <command:parameter required="true" position="false" pipelineInput="false" globbing="false"> <maml:name>DisplayName</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> <command:parameter required="true" position="false" pipelineInput="false" globbing="true"> <maml:name>DisplayValue</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Set-IntelNetAdapterSetting</maml:name> <command:parameter required="true" position="named" pipelineInput="false" globbing="true"> <maml:name>Name</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> <command:parameter required="true" position="false" pipelineInput="false" globbing="false"> <maml:name>RegistryKeyword</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> <command:parameter required="true" position="false" pipelineInput="false" globbing="true"> <maml:name>RegistryValue</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Set-IntelNetAdapterSetting</maml:name> <command:parameter required="true" position="false" pipelineInput="true" globbing="true"> <maml:name>Setting</maml:name> <command:parameterValue required="true">Setting[]</command:parameterValue> </command:parameter> <command:parameter required="true" position="false" pipelineInput="false" globbing="true"> <maml:name>DisplayValue</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Set-IntelNetAdapterSetting</maml:name> <command:parameter required="true" position="false" pipelineInput="true" globbing="true"> <maml:name>Setting</maml:name> <command:parameterValue required="true">Setting[]</command:parameterValue> </command:parameter> <command:parameter required="true" position="false" pipelineInput="false" globbing="true"> <maml:name>RegistryValue</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> </command:syntax> <!--Parameters for Set-IntelNetAdapterSetting--> <command:parameters> <!--Name--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="true"> <maml:name>Name</maml:name> <maml:description> <maml:para>Specifies the name of an Intel network adapter.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--DisplayName--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>DisplayName</maml:name> <maml:description> <maml:para>Specifies the name of a setting. This parameter is used in conjunction with DisplayValue.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--DisplayValue--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>DisplayValue</maml:name> <maml:description> <maml:para>Specifies the new value of the setting. This parameter is used in conjunction with DisplayName.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--RegistryKeyword--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>RegistryKeyword</maml:name> <maml:description> <maml:para>Specifies the name of the setting keyword. This parameter is used in conjunction with RegistryValue.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--RegistryValue--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>RegistryValue</maml:name> <maml:description> <maml:para>Specifies the new value of the setting. This parameter is used in conjunction with RegistryKeyword.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--Setting--> <command:parameter required ="true" position="named" pipelineInput="true" globbing="false"> <maml:name>Setting</maml:name> <maml:description> <maml:para>Specifies the collection of setting objects where DisplayValue or RegistryValue will be modified.</maml:para> </maml:description> <command:parameterValue required="true">Setting[]</command:parameterValue> <dev:type> <maml:name>Setting[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--Reset--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>Reset</maml:name> <maml:description> <maml:para>Sets the setting to the default value.</maml:para> </maml:description> <dev:defaultValue>null</dev:defaultValue> </command:parameter> </command:parameters> <!--Input for Set-IntelNetAdapterSetting--> <command:inputTypes> <command:inputType> <dev:type> <maml:name>Setting[]</maml:name> <maml:uri/> <maml:description> <maml:para>One or more Setting objects.</maml:para> <maml:para>Note: This cmdlet only supports Intel(R) Ethernet adapters.</maml:para> </maml:description> </dev:type> </command:inputType> </command:inputTypes> <!--Output for Set-IntelNetAdapterSetting--> <command:returnValues> <command:returnValue> <dev:type> <maml:name>Setting[]</maml:name> <maml:uri /> <maml:description> <maml:para>Set-IntelNetAdapterSetting returns the collection of modified adapter Setting objects.</maml:para> <maml:para>In the case of failure, the cmdlet returns a failure message.</maml:para> </maml:description> </dev:type> </command:returnValue> </command:returnValues> <!--Examples for Set-IntelNetAdapterSetting--> <command:examples> <command:example> <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapters = Get-IntelNetAdapter PS C:\> $Adapters[1]|Get-IntelNetAdapterSetting PS C:\> Set-IntelNetAdapterSetting ??ame $Adapters[1].Name ??isplayName "Receive Side Scaling" ??isplayValue "Disabled" </dev:code> <dev:remarks> <maml:para>Sets the "Receive Side Scaling" setting of the adapter stored in $Adapters[1] to disabled.</maml:para> <maml:para></maml:para> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapters = Get-IntelNetAdapter PS C:\> $Adapters[1]|Get-IntelNetAdapterSetting PS C:\> Set-IntelNetAdapterSetting ??ame $Adapters[1].Name ??egistryKeyword "*RSS" ??egistryValue "0" </dev:code> <dev:remarks> <maml:para>Sets the "Receive Side Scaling" setting of the adapter stored in $Adapters[1] to disabled.</maml:para> <maml:para></maml:para> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapters = Get-IntelNetAdapter PS C:\> $RSS = $Adapters[1] | Get-IntelNetAdapterSetting ??isplayName "Receive Side Scaling" PS C:\> $RSS | Set-IntelNetAdapterSetting ??isplayValue "Disabled" </dev:code> <dev:remarks> <maml:para>Sets the "Receive Side Scaling" setting of the adapter stored in $Adapters[1] to disabled.</maml:para> <maml:para></maml:para> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 4 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $RSS = Get-IntelNetAdapterSetting ??isplayName "Receive Side Scaling" PS C:\> $RSS | Set-IntelNetAdapterSetting ??isplayValue "Disabled" </dev:code> <dev:remarks> <maml:para>Sets the "Receive Side Scaling" setting of all Intel adapters in the system to disabled.</maml:para> <maml:para></maml:para> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 5 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $RSS = Get-IntelNetAdapterSetting ??isplayName "Receive Side Scaling" PS C:\> $RSS | Set-IntelNetAdapterSetting ??eset </dev:code> <dev:remarks> <maml:para>Sets the "Receive Side Scaling" setting of all Intel adapters in the system to the default value.</maml:para> <maml:para></maml:para> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 6 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapters = Get-IntelNetAdapter PS C:\> $Adapters[1]|Get-IntelNetAdapterSetting PS C:\> Set-IntelNetAdapterSetting -Name $Adapters[1].Name -RegistryKeyword "*RSS" -Reset </dev:code> <dev:remarks> <maml:para>Sets the "Receive Side Scaling" setting of the adapter stored in $Adapters[1] to the default value.</maml:para> <maml:para></maml:para> <maml:para/> </dev:remarks> </command:example> </command:examples> <!--Links for Set-IntelNetAdapterSetting--> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Get-IntelNetAdapter</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Get-IntelNetAdapterSetting</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Team Help Documents~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--> <!--Add-IntelNetTeamMember--> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <!--Synopsys for Add-IntelNetTeamMember--> <command:details> <command:name>Add-IntelNetTeamMember</command:name> <maml:description> <maml:para>Adds a new team member to an existing Intel ANS team.</maml:para> </maml:description> <maml:copyright> </maml:copyright> <command:verb>Add</command:verb> <command:noun>IntelNetTeamMember</command:noun> <dev:version></dev:version> </command:details> <!--Description for Add-IntelNetTeamMember--> <maml:description> <maml:para>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. The Intel ANS team can contain a maximum of eight members.</maml:para> </maml:description> <!--Syntax for Add-IntelNetTeamMember--> <command:syntax> <command:syntaxItem> <maml:name>Add-IntelNetTeamMember</maml:name> <command:parameter required="true" position="false" pipelineInput="false" globbing="true"> <maml:name>Name</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> <command:parameter required="true" position="false" pipelineInput="false" globbing="true"> <maml:name>TeamName</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Add-IntelNetTeamMember</maml:name> <command:parameter required="true" position="false" pipelineInput="true" globbing="true"> <maml:name>Adapter</maml:name> <command:parameterValue required="true">Adapter[]</command:parameterValue> </command:parameter> <command:parameter required="true" position="false" pipelineInput="false" globbing="true"> <maml:name>TeamName</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> </command:syntax> <!--Parameters for Add-IntelNetTeamMember--> <command:parameters> <!--Adapter--> <command:parameter required ="true" position="named" pipelineInput="true" globbing="false"> <maml:name>Adapter[]</maml:name> <maml:description> <maml:para>Specifies a collection of adapter objects to add to the specified Intel ANS team.</maml:para> </maml:description> <command:parameterValue required="true">Adapter</command:parameterValue> <dev:type> <maml:name>Adapter[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--TeamName--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>TeamName</maml:name> <maml:description> <maml:para>Specifies the name of the Intel ANS team that you want to add adapters to.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--Name--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>Specifies the adapters to add to the Intel ANS team. Specify multiple adapter names separated by a comma.</maml:para> </maml:description> <command:parameterValue required="true">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> </command:parameters> <!--Input for Add-IntelNetTeamMember--> <command:inputTypes> <command:inputType> <dev:type> <maml:name>Adapter[]</maml:name> <maml:uri/> <maml:description> <maml:para>A collection of Adapter objects.</maml:para> </maml:description> </dev:type> </command:inputType> </command:inputTypes> <!--Output for Add-IntelNetTeamMember--> <command:returnValues> <command:returnValue> <dev:type> <maml:name>Team</maml:name> <maml:uri /> <maml:description> <maml:para>Add-IntelNetTeamMember returns the modified Team object.</maml:para> <maml:para>In the case of failure, the cmdlet returns a failure message.</maml:para> </maml:description> </dev:type> </command:returnValue> </command:returnValues> <!--Examples for Add-IntelNetTeamMember--> <command:examples> <command:example> <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapters=Get-IntelNetAdapter PS C:\> Add-IntelNetTeammember Adapter $Adapters[2],$Adapers[4] -TeamName "Team A" </dev:code> <dev:remarks> <maml:para>Adds adapters 2 and 4 to Team A.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapters=Get-IntelNetAdapter -Name "Intel(R) PRO 1000 GT Desktop Adapter" PS C:\> $Team=Get-IntelNetTeam -TeamName "Team A" PS C:\> Add-IntelNetTeamMember -Name $Adapter.Name -TeamName $Team.TeamName </dev:code> <dev:remarks> <maml:para>Adds the Intel(R) PRO 1000 GT Desktop Adapter to Team A.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS C:\> Add-IntelNetTeamMember -Name "Intel(R) PRO 1000 GT Desktop Adapter" -TeamName "Team A"</dev:code> <dev:remarks> <maml:para>Adds the Intel(R) PRO 1000 GT Desktop Adapter to Team A.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> </command:examples> <!--Links for Add-IntelNetTeamMember--> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Get-IntelNetTeam</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Get-IntelNetAdapter</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!--Get-IntelNetTeam--> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <!--Synopsys for Get-IntelNetTeam--> <command:details> <command:name>Get-IntelNetTeam</command:name> <maml:description> <maml:para>Returns the Intel ANS teams present on the system.</maml:para> </maml:description> <maml:copyright> </maml:copyright> <command:verb>Get</command:verb> <command:noun>IntelNetTeam</command:noun> <dev:version></dev:version> </command:details> <!--Description for Get-IntelNetTeam--> <maml:description> <maml:para> The Get-IntelNetTeam cmdlet returns the Intel ANS teams present on the system. The cmdlet supports adapter objects that are members of an Intel ANS team or the team name may be specified. Calling the cmdlet without any parameters will result in all Intel ANS teams being returned. The default view is a list view of the team properties, to view additional properties pipe the output to Format-List with the Property parameter specified as any (*). </maml:para> </maml:description> <!--Syntax Section for Get-IntelNetTeam--> <command:syntax> <command:syntaxItem> <maml:name>Get-IntelNetTeam</maml:name> <command:parameter required="false" position="named" pipelineInput="false" globbing="true"> <maml:name>TeamName</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Get-IntelNetTeam</maml:name> <command:parameter required="false" position="named" pipelineInput="false" globbing="false"> <maml:name>MemberOfTheTeam</maml:name> <command:parameterValue required="true">Adapter</command:parameterValue> </command:parameter> </command:syntaxItem> </command:syntax> <!--Parameters for Get-IntelNetTeam--> <command:parameters> <!--TeamName--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="true"> <maml:name>TeamName</maml:name> <maml:description> <maml:para>Specifies the name of the Intel ANS team.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--MemberOfTheTeam--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>MemberOfTheTeam</maml:name> <maml:description> <maml:para>Specifies an adapter that is a member of the Intel ANS team. The adapter object can be obtained by using Get-IntelNetAdapter.</maml:para> </maml:description> <command:parameterValue required="true">Adapter</command:parameterValue> <dev:type> <maml:name>Adapter Object</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> </command:parameters> <!--Input for Get-IntelNetTeam--> <command:inputTypes> <command:inputType> <dev:type> <maml:name>None</maml:name> <maml:uri/> <maml:description> <maml:para>You cannot pipe input to Get-IntelNetTeam</maml:para> </maml:description> </dev:type> </command:inputType> </command:inputTypes> <!--Output for Get-IntelNetTeam--> <command:returnValues> <command:returnValue> <dev:type> <maml:name>Team[]</maml:name> <maml:uri /> <maml:description> <maml:para>A collection of Team objects.</maml:para> </maml:description> </dev:type> </command:returnValue> </command:returnValues> <!--Examples for Get-IntelNetTeam--> <command:examples> <command:example> <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS C:\> Get-IntelNetTeam</dev:code> <dev:remarks> <maml:para>Returns all of the Intel ANS teams in the system.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS C:\> Get-IntelNetTeam -TeamName "Team A"</dev:code> <dev:remarks> <maml:para>Returns Team A.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapters=Get-IntelNetAdapter PS C:\> Get-IntelNetTeam -MemberOfTheTeam $Adapters[0] </dev:code> <dev:remarks> <maml:para>Returns the team that $Adapters[0] is a member of.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> </command:examples> <!--Links for Get-IntelNetTeam--> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Get-IntelNetAdapter</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Add-IntelNetTeamMember</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Remove-IntelNetTeam</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Set-IntelNetTeamSetting</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Get-IntelNetTeamSetting</maml:linkText> </maml:navigationLink> </maml:relatedLinks> <maml:navigationLink> <maml:linkText>Add-IntelNetVLAN</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Remove-IntelNetVLAN</maml:linkText> </maml:navigationLink> </command:command> <!--Get-IntelNetTeamSetting--> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-IntelNetTeamSetting</command:name> <!--Synopsis for Get-IntelNetTeamSetting--> <maml:description> <maml:para>Displays all the changeable settings supported by a particular Intel ANS team.</maml:para> </maml:description> <maml:copyright> </maml:copyright> <command:verb>Get</command:verb> <command:noun>IntelNetTeamSetting</command:noun> <dev:version></dev:version> </command:details> <!--Description for Get-IntelNetTeamSetting--> <maml:description> <maml:para> The Get-IntelNetTeamSetting cmdlet displays all the changeable settings supported by a particular Intel ANS team. In the default view, the settings' name and value(s) are displayed. To view the valid range of values for the settings, pipe the output to Format-List. To view all of the properties of the settings in a list view, the output can be piped to Format-List with the Property parameter specified as any (*). Calling this cmdlet without any parameters will return settings for all the Intel ANS teams on the system. </maml:para> </maml:description> <!--Syntax Section for Get-IntelNetTeamSetting--> <command:syntax> <command:syntaxItem> <maml:name>Get-IntelNetTeamSetting</maml:name> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>TeamName</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Get-IntelNetTeamSetting</maml:name> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>TeamName</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>DisplayName</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Get-IntelNetTeamSetting</maml:name> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>TeamName</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>RegistryKeyword</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Get-IntelNetTeamSetting</maml:name> <command:parameter required="true" position="false" pipelineInput="false" globbing="true"> <maml:name>Team</maml:name> <command:parameterValue required="true">Team[]</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Get-IntelNetTeamSetting</maml:name> <command:parameter required="true" position="false" pipelineInput="false" globbing="true"> <maml:name>Team</maml:name> <command:parameterValue required="true">Team[]</command:parameterValue> </command:parameter> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>DisplayName</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Get-IntelNetTeamSetting</maml:name> <command:parameter required="true" position="false" pipelineInput="false" globbing="true"> <maml:name>Team</maml:name> <command:parameterValue required="true">Team[]</command:parameterValue> </command:parameter> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>RegistryKeyword</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> </command:syntax> <!--Parameters for Get-IntelNetTeamSetting--> <command:parameters> <!--Team--> <command:parameter required ="true" position="named" pipelineInput="true" globbing="false"> <maml:name>Team</maml:name> <maml:description> <maml:para>Specifies a collection of Team objects to return settings supported by the team.</maml:para> </maml:description> <command:parameterValue required="true">Team</command:parameterValue> <dev:type> <maml:name>Team[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--TeamName--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="true"> <maml:name>TeamName</maml:name> <maml:description> <maml:para>Specifies the name of the Intel ANS team.</maml:para> </maml:description> <command:parameterValue required="true">String[]</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--DisplayName--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>DisplayName</maml:name> <maml:description> <maml:para>Specifies the setting you want to change.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--RegistryKeyword--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>RegistryKeyword</maml:name> <maml:description> <maml:para>Specifies the setting's name as it appears in the adapter's registry.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> </command:parameters> <!--Input for Get-IntelNetTeamSetting--> <command:inputTypes> <command:inputType> <dev:type> <maml:name>Team[]</maml:name> <maml:uri/> <maml:description> <maml:para>A collection of Team objects.</maml:para> </maml:description> </dev:type> </command:inputType> </command:inputTypes> <!--Output for Get-IntelNetTeamSetting--> <command:returnValues> <command:returnValue> <dev:type> <maml:name>Settings[]</maml:name> <maml:uri /> <maml:description> <maml:para>The Get-IntelNetTeamSetting returns a collection of team Setting objects.</maml:para> </maml:description> </dev:type> </command:returnValue> </command:returnValues> <!--Examples for Get-IntelNetTeamSetting--> <command:examples> <command:example> <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Teams=Get-IntelNetTeam PS C:\> $Teams[1]|Get-IntelNetTeamSettings </dev:code> <dev:remarks> <maml:para>Gets all settings supported on the Intel ANS team stored in $Teams[1].</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Teams=Get-IntelNetTeam PS C:\> Get-IntelNetTeamSetting ??eamName $Teams[1].TeamName -DisplayName "Receive Load Balancing" </dev:code> <dev:remarks> <maml:para>Gets the Receive Load Balancing setting for the Intel ANS team stored in $Teams[1].</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS C:\> Get-IntelNetTeamSetting ??egistryKeyword "ReceiveLoadBalancing"</dev:code> <dev:remarks> <maml:para>Gets the Receive Load Balancing setting for all of the Intel ANS teams in the system.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 4 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS C:\> Get-IntelNetTeamSetting</dev:code> <dev:remarks> <maml:para>Gets all of the settings for all of the Intel ANS teams in the system.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 5 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Teams=Get-InteNetTeam PS C;\> $Teams[1]|Get-IntelTeamSetting Format-List </dev:code> <dev:remarks> <maml:para>Gets all settings supported on the team stored in $Teams[1] and displays the setting's properties in a list view.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> </command:examples> <!--Links for Get-IntelNetTeamSetting--> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Get-IntelNetTeam</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Get-IntelNetTeamSetting</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!--New-IntelNetTeam--> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>New-IntelNetTeam</command:name> <!--Synopsis for New-IntelNetTeam--> <maml:description> <maml:para>Creates a new Intel ANS team.</maml:para> </maml:description> <maml:copyright> </maml:copyright> <command:verb>New</command:verb> <command:noun>IntelNetTeam</command:noun> <dev:version></dev:version> </command:details> <!--Description for New-IntelNetTeam--> <maml:description> <maml:para>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.</maml:para> </maml:description> <!--Syntax for New-IntelNetTeam--> <command:syntax> <command:syntaxItem> <maml:name>New-IntelNetTeam</maml:name> <command:parameter required="true" position="named" pipelineInput="false" globbing="false"> <maml:name>TeamName</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> <command:parameter required="true" position="named" pipelineInput="false" globbing="true"> <maml:name>TeamMemberNames</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> <command:parameter required="true" position="false" pipelineInput="false" globbing="false"> <maml:name>TeamMode</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>New-IntelNetTeam</maml:name> <command:parameter required="true" position="named" pipelineInput="false" globbing="false"> <maml:name>TeamName</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> <command:parameter required="true" position="named" pipelineInput="true" globbing="false"> <maml:name>TeamMembers</maml:name> <command:parameterValue required="true">Adapter[]</command:parameterValue> </command:parameter> <command:parameter required="true" position="false" pipelineInput="false" globbing="false"> <maml:name>TeamMode</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> </command:syntax> <!--Parameter for New-IntelNetTeam--> <command:parameters> <!--TeamName--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>TeamName</maml:name> <maml:description> <maml:para>Specifies the name of a new Intel ANS team.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--TeamMemberNames--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="true"> <maml:name>TeamMemberNames</maml:name> <maml:description> <maml:para>Specifies the names of the adapters to be added to the Intel ANS team.</maml:para> </maml:description> <command:parameterValue required="true">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--TeamMembers--> <command:parameter required ="true" position="named" pipelineInput="true" globbing="false"> <maml:name>TeamMembers</maml:name> <maml:description> <maml:para>Specifies a collection of adapter objects to be added to the new Intel ANS team.</maml:para> </maml:description> <command:parameterValue required="true">Adapter[]</command:parameterValue> <dev:type> <maml:name>Adapter Object</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--TeamMode--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>TeamMode</maml:name> <maml:description> <!--maybe replace maml:para with maml:quote to get an indent--> <maml:para>Specifies the teaming mode of the new team. The available teaming modes include:</maml:para> <maml:para>AdapterFaultTolerance</maml:para> <maml:para>AdaptiveLoadBalancing</maml:para> <maml:para>StaticLinkAggregation</maml:para> <maml:para>IEEE802_3adDynamicLinkAggregation</maml:para> <maml:para>SwitchFaultTolerance</maml:para> <maml:para>VirtualMachineLoadBalancing</maml:para> <maml:para>Note: Not all teaming modes are supported by all teams of adapters.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> </command:parameters> <!--Input for New-IntelNetTeam--> <command:inputTypes> <command:inputType> <dev:type> <maml:name>Adapter[]</maml:name> <maml:uri/> <maml:description> <maml:para>A collection of adapter objects.</maml:para> </maml:description> </dev:type> </command:inputType> </command:inputTypes> <!--Output for New-IntelNetTeam--> <command:returnValues> <command:returnValue> <dev:type> <maml:name>Team</maml:name> <maml:uri /> <maml:description> <maml:para>New-IntelNetTeam returns the newly created team instance.</maml:para> <maml:para>In the case of failure, the cmdlet returns a failure message.</maml:para> </maml:description> </dev:type> </command:returnValue> </command:returnValues> <!--Example for New-IntelNetTeam--> <command:examples> <command:example> <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapters = Get-IntelNetAdapter PS C:\> New-IntelNetTeam ??eamName "Team A" ??eamMembers $Adapters[1,4,6] ??eamMode AdapterFaultTolerance </dev:code> <dev:remarks> <maml:para>Creates an AFT team from the specified adapters.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapters = Get-IntelNetAdapter PS C:\> New-IntelNetTeam ??eamName "Team A" ??eamMemberNames $Adapters[1].Name, $Adapters[2].Name, $Adaptes[4].Name ??eamMode AdaptiveLoadBalancing </dev:code> <dev:remarks> <maml:para>Creates an ALB team from the specified adapters.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> </command:examples> <!--Links for New-IntelNetTeam--> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Get-IntelNetAdapter</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Add-IntelNetTeamMember</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Remove-IntelNetTeamMember</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Remove-IntelNetTeam</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Add-IntelNetVLAN</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Set-IntelNetTeamSetting</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Get-IntelNetTeamSetting</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!--Remove-IntelNetTeam--> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Remove-IntelNetTeam</command:name> <!--Synopsys for Remove-IntelNetTeam--> <maml:description> <maml:para>Removes the specified Intel ANS team.</maml:para> </maml:description> <maml:copyright> </maml:copyright> <command:verb>Remove</command:verb> <command:noun>IntelNetTeam</command:noun> <dev:version></dev:version> </command:details> <!--Description Remove-IntelNetTeam--> <maml:description> <maml:para>The Remove-IntelNetTeam cmdlet removes the specified Intel ANS team. Obtain the team name by using the Get-IntelNetTeam cmdlet.</maml:para> </maml:description> <!--Syntax for Remove-IntelNetTeam--> <command:syntax> <command:syntaxItem> <maml:name>Remove-IntelNetTeam</maml:name> <command:parameter required="true" position="named" pipelineInput="false" globbing="true"> <maml:name>TeamName</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Remove-IntelNetTeam</maml:name> <command:parameter required="true" position="named" pipelineInput="true" globbing="true"> <maml:name>Team</maml:name> <command:parameterValue required="true">Team[]</command:parameterValue> </command:parameter> </command:syntaxItem> </command:syntax> <!--Parameters Remove-IntelNetTeam--> <command:parameters> <!--Team--> <command:parameter required ="true" position="named" pipelineInput="true" globbing="false"> <maml:name>Team</maml:name> <maml:description> <maml:para>Specifies the collection of Team objects that are to be removed.</maml:para> </maml:description> <command:parameterValue required="true">Team[]</command:parameterValue> <dev:type> <maml:name>Team[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--TeamName--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="true"> <maml:name>TeamName</maml:name> <maml:description> <maml:para>Specifies the name of the Intel ANS team you want to remove.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> </command:parameters> <!--Input Remove-IntelNetTeam--> <command:inputTypes> <command:inputType> <dev:type> <maml:name>Team[]</maml:name> <maml:uri/> <maml:description> <maml:para>A collection of team objects returned from Get-IntelNetTeam.</maml:para> </maml:description> </dev:type> </command:inputType> </command:inputTypes> <!--Output Remove-IntelNetTeam--> <command:returnValues> <command:returnValue> <dev:type> <maml:name>Success or Failure</maml:name> <maml:uri /> <maml:description> <maml:para>In the case of success, no message is returned.</maml:para> <maml:para>In the case of failure, the cmdlet returns a failure message.</maml:para> </maml:description> </dev:type> </command:returnValue> </command:returnValues> <!--Examples Remove-IntelNetTeam--> <command:examples> <command:example> <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS C:\> Remove-IntelNetTeam -TeamName "Team A"</dev:code> <dev:remarks> <maml:para>Removes "Team A" from the system.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Team = Get-IntelNetTeam ??eamName "Team A" PC C:\> $Team | Remove-IntelNetTeam </dev:code> <dev:remarks> <maml:para>Removes "Team A" from the system.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Team = Get-IntelNetTeam PC C:\> $Team[0,2]|Remove-IntelNetTeam </dev:code> <dev:remarks> <maml:para>Removes two teams from the system.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> </command:examples> <!--Links Remove-IntelNetTeam--> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Get-IntelNetTeam</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!--Remove-IntelNetTeamMember--> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Remove-IntelNetTeamMember</command:name> <!--Synopsys for Remove-IntelNetTeamMember--> <maml:description> <maml:para>Removes the specified adapter from an Intel ANS team.</maml:para> </maml:description> <maml:copyright> </maml:copyright> <command:verb>Remove</command:verb> <command:noun>IntelNetTeamMember</command:noun> <dev:version></dev:version> </command:details> <!--Description for Remove-IntelNetTeamMember--> <maml:description> <maml:para>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. Each team must include at least one adapter. To remove the last adapter from an Intel ANS team, use the Remove-IntelNetTeam cmdlet.</maml:para> </maml:description> <!--Syntax for Remove-IntelNetTeamMember--> <command:syntax> <command:syntaxItem> <maml:name>Remove-IntelNetTeamMember</maml:name> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>Name</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Remove-IntelNetTeamMember</maml:name> <command:parameter required="false" position="false" pipelineInput="true" globbing="true"> <maml:name>Adapter</maml:name> <command:parameterValue required="true">Adapter[]</command:parameterValue> </command:parameter> </command:syntaxItem> </command:syntax> <!--Parameters for Remove-IntelNetTeamMember--> <command:parameters> <!--Adapter--> <command:parameter required ="true" position="named" pipelineInput="true" globbing="false"> <maml:name>Adapter</maml:name> <maml:description> <maml:para>Specifies a collection of adapter objects to remove from their Intel ANS team(s).</maml:para> </maml:description> <command:parameterValue required="true">Adapter</command:parameterValue> <dev:type> <maml:name>Adapter Object</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--Name--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>Specifies the name of the team members to be removed from the Intel ANS team. Specify multiple team member names separated by a comma.</maml:para> </maml:description> <command:parameterValue required="true">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> </command:parameters> <!--Input for Remove-IntelNetTeamMember--> <command:inputTypes> <command:inputType> <dev:type> <maml:name>Adapter[]</maml:name> <maml:uri/> <maml:description> <maml:para>One or more Adapter objects returned from Get-IntelNetAdapter.</maml:para> </maml:description> </dev:type> </command:inputType> </command:inputTypes> <!--Output for Remove-IntelNetTeamMember--> <command:returnValues> <command:returnValue> <dev:type> <maml:name>Team</maml:name> <maml:uri /> <maml:description> <maml:para>Remove-IntelNetTeamMember returns the modified team instance.</maml:para> <maml:para>In the case of failure, the cmdlet returns a failure message.</maml:para> </maml:description> </dev:type> </command:returnValue> </command:returnValues> <!--Example for Remove-IntelNetTeamMember--> <command:examples> <command:example> <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapters = Get-IntelNetAdapter PS C:\> $Adapters[2,4]|Remove-IntelNetTeamMember </dev:code> <dev:remarks> <maml:para>Removes the specified adapters from the team.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapter = Get-IntelNetAdapter ??ame "Intel(R) PRO 1000 GT Desktop Adapter" PS C:\> Remove-IntelNetTeamMember ??ame $Adapter.Name </dev:code> <dev:remarks> <maml:para>Removes the specified adapter from the team.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> Remove-IntelNetTeamMember ??ame "Intel(R) PRO 1000 GT Desktop Adapter", "Intel(R) PRO 1000 PT Dual Port Server Adapter" </dev:code> <dev:remarks> <maml:para>Removes the specified adapters from the team.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> </command:examples> <!--Links for Remove-IntelNetTeamMember--> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Add-IntelNetTeamMember</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Get-IntelNetAdapter</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!--Set-IntelNetTeam--> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-IntelNetTeam</command:name> <!--Synopsys for Set-IntelNetTeam--> <maml:description> <maml:para>Allows you change the name of the team, the teaming mode, the primary adapter and the secondary adapter of the team.</maml:para> </maml:description> <maml:copyright> </maml:copyright> <command:verb>Set</command:verb> <command:noun>IntelNetTeam</command:noun> <dev:version></dev:version> </command:details> <!--Description for Set-IntelNetTeam--> <maml:description> <maml:para>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. You can pipe team objects obtained from Get-IntelNetTeam into Set-IntelNetTeam.</maml:para> </maml:description> <!--Syntax Section for Set-IntelNetTeam--> <command:syntax> <command:syntaxItem> <maml:name>Set-IntelNetTeam</maml:name> <command:parameter required="true" position="named" pipelineInput="false" globbing="false"> <maml:name>TeamName</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="false" globbing="false"> <maml:name>NewTeamName</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="false" globbing="false"> <maml:name>NewTeamMode</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="false" globbing="false"> <maml:name>PrimaryAdapterName</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="false" globbing="false"> <maml:name>SecondaryAdapterName</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Set-IntelNetTeam</maml:name> <command:parameter required="true" position="named" pipelineInput="true" globbing="false"> <maml:name>Team</maml:name> <command:parameterValue required="true">Team[]</command:parameterValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="false" globbing="false"> <maml:name>NewTeamName</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="false" globbing="false"> <maml:name>NewTeamMode</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="false" globbing="false"> <maml:name>PrimaryAdapter</maml:name> <command:parameterValue required="true">Adapter</command:parameterValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="false" globbing="false"> <maml:name>SecondaryAdapterName</maml:name> <command:parameterValue required="true">Adapter</command:parameterValue> </command:parameter> </command:syntaxItem> </command:syntax> <!--Parameters for Set-IntelNetTeam--> <command:parameters> <!--Team--> <command:parameter required ="true" position="named" pipelineInput="true" globbing="false"> <maml:name>Team</maml:name> <maml:description> <maml:para>Specifies the Team object that you want to modify.</maml:para> </maml:description> <command:parameterValue required="true">Team[]</command:parameterValue> <dev:type> <maml:name>Team[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--TeamName--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="true"> <maml:name>TeamName</maml:name> <maml:description> <maml:para>Specifies the name of the Intel ANS team you want to modify.</maml:para> </maml:description> <command:parameterValue required="true">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--NewTeamName--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>NewTeamName</maml:name> <maml:description> <maml:para>Specifies the new name for the team.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--NewTeamMode--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>NewTeamMode</maml:name> <maml:description> <!--maybe replace maml:para with maml:quote to get an indent--> <maml:para>Specifies the new teaming mode for the team. The available teaming modes include:</maml:para> <maml:para>AdapterFaultTolerance</maml:para> <maml:para>AdaptiveLoadBalancing</maml:para> <maml:para>StaticLinkAggregation</maml:para> <maml:para>IEEE802_3adDynamicLinkAggregation</maml:para> <maml:para>SwitchFaultTolerance</maml:para> <maml:para>VirtualMachineLoadBalancing</maml:para> <maml:para>Note: Not all teaming modes are supported by all teams of adapters.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--PrimaryAdapterName--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>PrimaryAdapterName</maml:name> <maml:description> <maml:para>Specifies the new primary adapter for the team.</maml:para> <maml:para>Note: not all teams support primary members.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--SecondaryAdapterName--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>SecondaryAdapterName</maml:name> <maml:description> <maml:para>Specifies the new secondary adapter for the team.</maml:para> <maml:para>Note: not all teams support secondary members. A primary member must be assigned before a secondary member can be assigned.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--PrimaryAdapter--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>PrimaryAdapter</maml:name> <maml:description> <maml:para>Specifies the new primary adapter for the team.</maml:para> <maml:para>Note: not all teams support primary members.</maml:para> </maml:description> <command:parameterValue required="true">Adapter</command:parameterValue> <dev:type> <maml:name>Adapter</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--SecondaryAdapter--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>SecondaryAdapter</maml:name> <maml:description> <maml:para>Specifies the new secondary adapter for the team.</maml:para> <maml:para>Note: not all teams support secondary members. A primary member must be assigned before a secondary member can be assigned.</maml:para> </maml:description> <command:parameterValue required="true">Adapter</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> </command:parameters> <!--Input for Set-IntelNetTeam--> <command:inputTypes> <command:inputType> <dev:type> <maml:name>Team[]</maml:name> <maml:uri/> <maml:description> <maml:para>A collection of Team objects.</maml:para> </maml:description> </dev:type> </command:inputType> </command:inputTypes> <!--Output for Set-IntelNetTeam--> <command:returnValues> <command:returnValue> <dev:type> <maml:name>Team[]</maml:name> <maml:uri /> <maml:description> <maml:para>Set-IntelNetTeam returns a collection of Team objects. The output will include only the modified team instances.</maml:para> <maml:para>In the case of failure, the cmdlet returns a failure message.</maml:para> </maml:description> </dev:type> </command:returnValue> </command:returnValues> <!--Examples for Set-IntelNetTeam--> <command:examples> <command:example> <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS C:\> Set-IntelNetTeam -TeamName "Team A" -NewTeamName "Team B" -NewTeamMode AdapterFaultTolerance</dev:code> <dev:remarks> <maml:para>Changes the team name from "Team A" to "Team B" and changes the team type to AFT.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapters=Get-IntelNetAdapter PS C:\> $Team=Get-IntelNetTeam -TeamName "Team A" PS C:\> $Team|Set-IntelNetTeam -NewTeamName "Team B" -NewTeamMode AdaptiveLoadBalancing -PrimaryAdapterName $Adapters[1].Name -SecondaryAdapterName "Intel(R) PRO 1000 GT Desktop Adapter" </dev:code> <dev:remarks> <maml:para>Changes the team name from "Team A" to "Team B," changes the team type to AFT, and sets the primary and secondary adapters for the team.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> </command:examples> <!--Links for Set-IntelNetTeam--> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Get-IntelNetTeam</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Get-IntelNetAdapter</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!--Set-IntelNetTeamSetting--> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-IntelNetTeamSetting</command:name> <!--Ssynopsys for Set-IntelNetTeamSetting--> <maml:description> <maml:para>Allows you to change a particular setting on an Intel ANS team.</maml:para> </maml:description> <maml:copyright> </maml:copyright> <command:verb>Set</command:verb> <command:noun>IntelNetTeamSetting</command:noun> <dev:version></dev:version> </command:details> <!--Description for Set-IntelNetTeamSetting--> <maml:description> <maml:para>The Set-IntelNetTeamSetting cmdlet allows you to change a particular setting on an Intel ANS team. To change a value for a particular setting, the RegistryKeyword and RegistryValue parameters can be used or the DisplayName and DisplayValues can be used together to change a value.</maml:para> </maml:description> <!--Syntax Section for Set-IntelNetTeamSetting--> <command:syntax> <command:syntaxItem> <maml:name>Set-IntelNetTeamSetting</maml:name> <command:parameter required="true" position="false" pipelineInput="false" globbing="true"> <maml:name>TeamName</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> <command:parameter required="true" position="false" pipelineInput="false" globbing="true"> <maml:name>DisplayName</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> <command:parameter required="true" position="false" pipelineInput="false" globbing="true"> <maml:name>DisplayValue</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Set-IntelNetTeamSetting</maml:name> <command:parameter required="true" position="false" pipelineInput="false" globbing="true"> <maml:name>TeamName</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> <command:parameter required="true" position="false" pipelineInput="false" globbing="true"> <maml:name>RegistryKeyword</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> <command:parameter required="true" position="false" pipelineInput="false" globbing="true"> <maml:name>RegistryValue</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Set-IntelNetTeamSetting</maml:name> <command:parameter required="true" position="false" pipelineInput="true" globbing="true"> <maml:name>Setting</maml:name> <command:parameterValue required="true">Setting[]</command:parameterValue> </command:parameter> <command:parameter required="true" position="false" pipelineInput="false" globbing="true"> <maml:name>DisplayValue</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Set-IntelNetTeamSetting</maml:name> <command:parameter required="true" position="false" pipelineInput="true" globbing="true"> <maml:name>Setting</maml:name> <command:parameterValue required="true">Setting[]</command:parameterValue> </command:parameter> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>RegistryValue</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> </command:syntax> <!--Parameters for Set-IntelNetTeamSetting--> <command:parameters> <!--Setting--> <command:parameter required ="true" position="named" pipelineInput="true" globbing="false"> <maml:name>Setting</maml:name> <maml:description> <maml:para>Specifies a collection of Setting objects where the DisplayValue or RegistryValue can be modified.</maml:para> </maml:description> <command:parameterValue required="true">Setting[]</command:parameterValue> <dev:type> <maml:name>Setting[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--TeamName--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="true"> <maml:name>TeamName</maml:name> <maml:description> <maml:para>Specifies the name of the Intel ANS team.</maml:para> </maml:description> <command:parameterValue required="true">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--RegistryKeyword--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>RegistryKeyword</maml:name> <maml:description> <maml:para>Specifies the name of the setting keyword. This parameter is used in conjunction with RegistryValue.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--RegistryValue--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>RegistryValue</maml:name> <maml:description> <maml:para>Specifies the new value of the setting. This parameter is used in conjunction with RegistryKeyword.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--DisplayName--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>DisplayName</maml:name> <maml:description> <maml:para>Specifies the name of the setting. This parameter is used in conjunction with DisplayValue.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--DisplayValue--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>DisplayValue</maml:name> <maml:description> <maml:para>Specifies the new value of the setting. This parameter is used in conjunction with DisplayName.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--Reset--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>Reset</maml:name> <maml:description> <maml:para>Sets the setting to the default value.</maml:para> </maml:description> </command:parameter> </command:parameters> <!--Input for Set-IntelNetTeamSetting--> <command:inputTypes> <command:inputType> <dev:type> <maml:name>Setting[]</maml:name> <maml:uri/> <maml:description> <maml:para>A collection of Team setting objects.</maml:para> </maml:description> </dev:type> </command:inputType> </command:inputTypes> <!--Output for Set-IntelNetTeamSetting--> <command:returnValues> <command:returnValue> <dev:type> <maml:name>Setting[]</maml:name> <maml:uri /> <maml:description> <maml:para>Set-IntelNetTeamSetting returns a collection of Team setting objects. Teh output only includes modified setting instances.</maml:para> <maml:para>In the case of failure, the cmdlet returns a failure message.</maml:para> </maml:description> </dev:type> </command:returnValue> </command:returnValues> <!--Examples for Set-IntelNetTeamSetting--> <command:examples> <command:example> <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Teams = Get-IntelNetTeam PS C:\> $Teams[1]|Get-IntelNetTeamSetting PS C:\> Set-IntelNetTeamSetting ??eamName $Team[1].TeamName ??isplayName "Receive Load Balancing" ??isplayValue "Disabled" </dev:code> <dev:remarks> <maml:para>Disable Receive Load Balancing on a single team.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Teams = Get-IntelNetTeam PS C:\> $Teams[1]|Get-IntelNetTeamSetting PS C:\> Set-IntelNetTeamSetting ??eamName $Teams[1].TeamName ??egistryKeyword "BalanceInterval" ??egistryValue "30" </dev:code> <dev:remarks> <maml:para>Set BalanceInterval to '30' on a single team.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Teams = Get-IntelNetTeam PS C:\> $RLB = $Teams[1] | Get-IntelNetTeamSetting ??isplayName "Receive Load Balancing" PS C:\> $RLB | Set-IntelNetTeamSetting ??isplayValue "Disabled" </dev:code> <dev:remarks> <maml:para>Disable Receive Load Balancing on a single team using pipeline format.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 4 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $RLB = Get-IntelNetTeamSetting ??isplayName "Receive Load Balancing" PS C:\> $RLB | Set-IntelNetTeamSetting ??isplayValue "Disabled" </dev:code> <dev:remarks> <maml:para>Disables Receive Load Balancing on all Intel ANS teams on the system.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 5 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $RLB = Get-IntelNetTeamSetting ??isplayName "Receive Load Balancing" PS C:\> $RLB | Set-IntelNetTeamSetting ??eset </dev:code> <dev:remarks> <maml:para>Sets Receive Load Balancing on all Intel ANS teams on the system to the default value.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 6 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Teams = Get-IntelNetTeam PS C:\> $Teams[1]|Get-IntelNetTeamSetting PS C:\> Set-IntelNetTeamSetting ??eamName $Teams[1].TeamName ??egistryKeyword "BalanceInterval" ??eset </dev:code> <dev:remarks> <maml:para>Set BalanceInterval on all the team contained in $Team[1] to the default value.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> </command:examples> <!--Links for Set-IntelNetTeamSetting--> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Get-IntelNetTeam</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Get-IntelNetTeamSetting</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~VLAN Help Documents~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--> <!--Add-IntelNetVLAN--> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <!--Synopsys for Add-IntelNetVLAN--> <command:details> <command:name>Add-IntelNetVLAN</command:name> <maml:description> <maml:para>Creates a VLAN on either an adapter or an Intel ANS team.</maml:para> </maml:description> <maml:copyright> </maml:copyright> <command:verb>Add</command:verb> <command:noun>IntelNetVLAN</command:noun> <dev:version></dev:version> </command:details> <!--Description for Add-IntelNetVLAN--> <maml:description> <maml:para>The Add-IntelNetVLAN allows you add a new VLAN interface to either an 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 the device's name or using the device's object.</maml:para> <maml:para>A maximum of 64 VLANs can be added to an adapter or team.</maml:para> </maml:description> <!--Syntax for Add-IntelNetVLAN--> <command:syntax> <command:syntaxItem> <maml:name>Add-IntelNetVLAN</maml:name> <command:parameter required="true" position="false" pipelineInput="false" globbing="true"> <maml:name>ParentName</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> <command:parameter required="true" position="false" pipelineInput="false" globbing="true"> <maml:name>VLANID</maml:name> <command:parameterValue required="true">Int[]</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Add-IntelNetVLAN</maml:name> <command:parameter required="false" position="false" pipelineInput="true" globbing="true"> <maml:name>Parent</maml:name> <command:parameterValue required="true">Adapter[]|Team[]</command:parameterValue> </command:parameter> <command:parameter required="true" position="false" pipelineInput="false" globbing="true"> <maml:name>VLANID</maml:name> <command:parameterValue required="true">Int[]</command:parameterValue> </command:parameter> </command:syntaxItem> </command:syntax> <!--Parameters for Add-IntelNetVLAN--> <command:parameters> <!--Parent--> <command:parameter required ="true" position="named" pipelineInput="true" globbing="false"> <maml:name>Parent</maml:name> <maml:description> <maml:para>Specifies the Parent object to which the VLANS are to be added. The Parent object can be of type Team or Adapter. Team objects can be obtained from the Get-IntelNetTeam cmdlet. Adapter objects can be obtained from the Get-IntelNetAdapter cmdlet.</maml:para> </maml:description> <command:parameterValue required="true">Adapter[]|Team[]</command:parameterValue> <dev:type> <maml:name>ManagementObject</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--ParentName--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="true"> <maml:name>ParentName</maml:name> <maml:description> <maml:para>Specifies the name of the device to which the VLANS are to be added. The ParentName can be the name of an Intel ANS team or an adapter.</maml:para> </maml:description> <command:parameterValue required="true">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>VLAN</dev:defaultValue> </command:parameter> <!--VLANID--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>VLANID</maml:name> <maml:description> <maml:para>Specifies the VLAN IDs to be added to the device. Valid values must follow this syntax:</maml:para> <maml:para>Creates a single VLAN of ID 1: 1</maml:para> <maml:para>Creates multiple VLANs, IDs of 1, 4, 60 and 90: 1,4,60,90</maml:para> <maml:para>Creates a range of VLANs, IDs 1 through 10: (1..10)</maml:para> <maml:para>A VLAN ID must be between 0 and 4096.</maml:para> <maml:para>A VLAN id of 0 can only be supported on a device when there is least one other VLAN with an ID greater than 0.</maml:para> </maml:description> <command:parameterValue required="true">Int[]</command:parameterValue> <dev:type> <maml:name>Int[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> </command:parameters> <!--Input for Add-IntelNetVLAN--> <command:inputTypes> <command:inputType> <dev:type> <maml:name>Adapter[] | Team[]</maml:name> <maml:uri/> <maml:description> <maml:para>A collection of Adapter or Team objects.</maml:para> </maml:description> </dev:type> </command:inputType> </command:inputTypes> <!--Output for Add-IntelNetVLAN--> <command:returnValues> <command:returnValue> <dev:type> <maml:name>Add-IntelNetVLAN returns one or more VLAN objects. Only new VLANs are returned.</maml:name> <maml:uri /> <maml:description> <maml:para>In the case of success, no message is returned.</maml:para> <maml:para>In the case of failure, the cmdlet returns a failure message.</maml:para> </maml:description> </dev:type> </command:returnValue> </command:returnValues> <!--Examples for Add-IntelNetVLAN--> <command:examples> <command:example> <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS C:\> Add-IntelNetVLAN -ParentName "Team A" ??LANID 1,2,50,40</dev:code> <dev:remarks> <maml:para>Adds VLANs 1, 2, 40, and 50 to Team A.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS C:\> Add-IntelNetVLAN -ParentName "Intel(R) PRO 1000 GT Desktop Adapter" ??LANID 1</dev:code> <dev:remarks> <maml:para>Adds VLAN 1 to Intel(R) PRO 1000 GT Desktop Adapter.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Teams = Get-IntelNetTeam PS C:\> Add-IntelNetVLAN -Parent $Teams[1] ??LANID (1..14) </dev:code> <dev:remarks> <maml:para>Add VLANs 1 through 14 to the ANS Team at index 1.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 4 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapters = Get-IntelNetAdapter PS C:\> Add-IntelNetVLAN -Parent $Adapters[4] ??LANID 0,4,5,6 </dev:code> <dev:remarks> <maml:para>Adds VLANS 0, 4, 5, 6, to the adapter at index 4.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> </command:examples> <!--Links for Add-IntelNetVLAN--> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Get-IntelNetAdapter</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Get-IntelNetTeam</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!--Get-IntelNetVLAN--> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <!--Synopsys for Get-IntelNetVLAN--> <command:details> <command:name>Get-IntelNetVLAN</command:name> <maml:description> <maml:para>Returns the VLANs bound to a device.</maml:para> </maml:description> <maml:copyright> </maml:copyright> <command:verb>Get</command:verb> <command:noun>IntelNetVLAN</command:noun> <dev:version></dev:version> </command:details> <!--Description for Get-IntelNetVLAN--> <maml:description> <maml:para>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. The parent device can either be specified by the device's name or as an object. The VLANs to be returned are specified by the VLANID parameter. Leaving the VLANID parameter blank will return all VLANs on the parent device. Calling the cmdlet without any parameters will return all the VLANs present on the system. By default, the VLAN objects are displayed in a list view. To view additional properties, pipe the output to Format-List with the Property parameter specified as any (*).</maml:para> <maml:para>Note: This cmdlet is only supported by Intel devices.</maml:para> </maml:description> <!--Syntax for Get-IntelNetVLAN--> <command:syntax> <command:syntaxItem> <maml:name>Get-IntelNetVLAN</maml:name> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>ParentName</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>VLANID</maml:name> <command:parameterValue required="true">Int[]</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Get-IntelNetVLAN</maml:name> <command:parameter required="false" position="false" pipelineInput="true" globbing="true"> <maml:name>Parent</maml:name> <command:parameterValue required="true">Adapter[]|Team[]</command:parameterValue> </command:parameter> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>VLANID</maml:name> <command:parameterValue required="true">Int[]</command:parameterValue> </command:parameter> </command:syntaxItem> </command:syntax> <!--Parameters for Get-IntelNetVLAN--> <command:parameters> <!--Parent--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>Parent</maml:name> <maml:description> <maml:para>Specifies either an Adapter or Team object the VLANs are bound to. Team objects can be obtained from the Get-IntelNetTeam cmdlet and Adapter objects can be obtained from the Get-IntelNetAdapter cmdlet.</maml:para> </maml:description> <command:parameterValue required="true">Adapter|Team</command:parameterValue> <dev:type> <maml:name>Adapter[]|Team[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--ParentName--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="true"> <maml:name>ParentName</maml:name> <maml:description> <maml:para>Specifies the name of the device that the VLANs are bound to. The ParentName can be the name of an Intel ANS team or an adapter.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--VLANID--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>VLANID</maml:name> <maml:description> <maml:para>Specifies the VLAN IDs to be queried on the device. Valid values must follow this syntax:</maml:para> <maml:para>Query a single VLAN of ID 1: 1</maml:para> <maml:para>Queries multiple VLANs, IDs of 1, 4, 60 and 90: 1,4,60,90</maml:para> <maml:para>Queries a range of VLANs, IDs 1 through 10: (1..10)</maml:para> <maml:para>A VLAN ID must be between 0 and 4096.</maml:para> </maml:description> <command:parameterValue required="true">Int[]</command:parameterValue> <dev:type> <maml:name>Int[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> </command:parameters> <!--Input for Get-IntelNetVLAN--> <command:inputTypes> <command:inputType> <dev:type> <maml:name>Adapters[]|Teams[]</maml:name> <maml:uri/> <maml:description> <maml:para>A collection of Adapter or Team objects.</maml:para> </maml:description> </dev:type> </command:inputType> </command:inputTypes> <!--Output for Get-IntelNetVLAN--> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VLAN[]</maml:name> <maml:uri /> <maml:description> <maml:para>A collection of VLAN objects.</maml:para> </maml:description> </dev:type> </command:returnValue> </command:returnValues> <!--Examples for Get-IntelNetVLAN--> <command:examples> <command:example> <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS C:\> Get-IntelNetVLAN -ParentName "Team A" ??LANID 1,2,50,40</dev:code> <dev:remarks> <maml:para>Retrieve VLAN IDs 1, 2, 50, 40 on Team A.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS C:\> Get-IntelNetVLAN -ParentName "Intel(R) PRO 1000 GT Desktop Adapter" ??LANID 1</dev:code> <dev:remarks> <maml:para>Retrieve VLAN ID 1 for the Intel(R) PRO 1000 GT Desktop Adapter.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Teams = Get-IntelNetTeam PS C:\> Get-IntelNetVLAN -Parent $Teams[1] ??LANID (1..14) </dev:code> <dev:remarks> <maml:para>Retrieve VLAN IDs 1 through 14 for the team at index 1 in $Teams.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 4 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapters = Get-IntelNetAdapter PS C:\> Get-IntelNetVLAN -Parent $Adapters[4] ??LANID 0,4,5,6 </dev:code> <dev:remarks> <maml:para>Retrieve VLAN IDs 0,4,5,6 on the adapter at index 4 in $Adapters.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 5 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS C:\> Get-IntelNetVLAN -ParentName "Team A" ??LANID 1,2,50,40</dev:code> <dev:remarks> <maml:para>Retrieve VLAN IDs 1,2,50,40 on Team A.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 6 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS C:\> Get-IntelNetVLAN ??arentName "Team A"</dev:code> <dev:remarks> <maml:para>Retrieve all VLANs on team Team A.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 7 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS C:\> Get-IntelNetVLAN</dev:code> <dev:remarks> <maml:para>Retrieve all VLANs for Intel devices in the system.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> </command:examples> <!--Links for Get-IntelNetVLAN--> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Get-IntelNetAdapter</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Get-IntelNetTeam</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Get-IntelNetVLANJumboPacket</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Set-IntelNetVLANJumboPacket</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!--Get-IntelNetVLANJumboPacket--> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <!--Synopsys for Get-IntelNetVLANJumboPacket--> <command:details> <command:name>Get-IntelNetVLANJumboPacket</command:name> <maml:description> <maml:para>Returns the Jumbo Packet setting for the specified VLAN.</maml:para> </maml:description> <maml:copyright> </maml:copyright> <command:verb>Get</command:verb> <command:noun>IntelNetVLANJumboPacket</command:noun> <dev:version></dev:version> </command:details> <!--Description for Get-IntelNetVLANJumboPacket--> <maml:description> <maml:para>The Get-IntelNetVLANJumboPacket cmdlet returns the Jumbo Packet setting for the specified VLAN. The parent device can either be an adapter or an Intel ANS team. The parent device can either be specified by the device's name or as an object. In the default view, the Jumbo Packet setting's properties are displayed in a table view. To view all of the properties, the output can be piped to Format-List with the Property parameter specified as any (*). Calling this cmdlet without any parameters will return all the Jumbo Packet settings supported on all the VLANs on the system.</maml:para> <maml:para>Note: Not all operating system and adapter combinations support Jumbo Packets.</maml:para> </maml:description> <!--Syntax for Get-IntelNetVLANJumboPacket--> <command:syntax> <command:syntaxItem> <maml:name>Get-IntelNetVLANJumboPacket</maml:name> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>ParentName</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>VLANID</maml:name> <command:parameterValue required="true">Int[]</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Get-IntelNetVLANJumboPacket</maml:name> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>Parent</maml:name> <command:parameterValue required="true">Adapter[]|Team[]</command:parameterValue> </command:parameter> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>VLANID</maml:name> <command:parameterValue required="true">Int[]</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Get-IntelNetVLANJumboPacket</maml:name> <command:parameter required="false" position="false" pipelineInput="true" globbing="true"> <maml:name>VLAN</maml:name> <command:parameterValue required="true">VLAN[]</command:parameterValue> </command:parameter> </command:syntaxItem> </command:syntax> <!--Parameter for Get-IntelNetVLANJumboPacket--> <command:parameters> <!--VLAN--> <command:parameter required ="true" position="named" pipelineInput="true" globbing="false"> <maml:name>VLAN</maml:name> <maml:description> <maml:para>Specifies a VLAN object.</maml:para> </maml:description> <command:parameterValue required="true">VLAN</command:parameterValue> <dev:type> <maml:name>VLAN[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--ParentName--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="true"> <maml:name>ParentName</maml:name> <maml:description> <maml:para>Specifies the name of the device that the VLAN is bound to. The ParentName can be the name of an Intel ANS team or an adapter.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--Parent--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>Parent</maml:name> <maml:description> <maml:para>Specifies either an Adapter or Team object. Team objects can be obtained from the Get-IntelNetTeam cmdlet and Adapter objects can be obtained from the Get-IntelNetAdaper cmdlet.</maml:para> </maml:description> <command:parameterValue required="true">Object</command:parameterValue> <dev:type> <maml:name>Adapter[]|Team[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--VLANID--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>VLANID</maml:name> <maml:description> <maml:para>Specifies the VLAN IDs to be retrieved from the device. Valid values must follow this syntax:</maml:para> <maml:para>Query a single VLAN of ID 1: 1</maml:para> <maml:para>Query multiple VLANs, IDs of 1, 4, 60 and 90: 1,4,60,90</maml:para> <maml:para>Queries a range of VLANs, IDs 1 through 10: (1..10)</maml:para> </maml:description> <command:parameterValue required="true">Int[]</command:parameterValue> <dev:type> <maml:name>Int[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> </command:parameters> <!--Input for Get-IntelNetVLANJumboPacket--> <command:inputTypes> <command:inputType> <dev:type> <maml:name>VLAN[]</maml:name> <maml:uri/> <maml:description> <maml:para>A collection of VLAN Objects obtained from Get-IntelNetVLAN.</maml:para> </maml:description> </dev:type> </command:inputType> </command:inputTypes> <!--Output for Get-IntelNetVLANJumboPacket--> <command:returnValues> <command:returnValue> <dev:type> <maml:name>Setting[]</maml:name> <maml:uri /> <maml:description> <maml:para>Get-IntelNetVLANJumboPacket returns a collection of VLAN Jumbo Packet setting objects.</maml:para> </maml:description> </dev:type> </command:returnValue> </command:returnValues> <!--Examples for Get-IntelNetVLANJumboPacket--> <command:examples> <command:example> <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Team = Get-IntelNetTeam ??eamName "Team A" PS C:\> Get-IntelNetVLANJumboPacket ??arentName $Team.TeamName </dev:code> <dev:remarks> <maml:para>Retrieves the Jumbo Packet settings for all VLANs on Team A.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapter = Get-IntelNetAdapter ??ame "Intel(R) PRO 1000 GT Desktop Adapter" PS C:\> Get-IntelNetVLANJumboPacket ??arent $Adapter </dev:code> <dev:remarks> <maml:para>Retrieves the Jumbo Packet settings for all VLANs on Intel(R) PRO 1000 GT Desktop Adapter.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapter = Get-IntelNetAdapter ??ame "Intel(R) PRO 1000 GT Desktop Adapter" PS C:\> Get-IntelNetVLANJumboPacket ??arent $Adapter ??LANID 2,4,6,66,787 </dev:code> <dev:remarks> <maml:para>Retrieves the Jumbo Packet settings for specific VLANs on Intel(R) PRO 1000 GT Desktop Adapter.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 4 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS C:\> Get-IntelNetVLANJumboPacket</dev:code> <dev:remarks> <maml:para>Retrieves the Jumbo Packet settings for all VLANs.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 5 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Team = Get-IntelNetTeam ??eamName "Team A" PS C:\> Get-IntelNetVLANJumboPacket ??arent $Team ??LANID 1 </dev:code> <dev:remarks> <maml:para>Retrieves the Jumbo Packet setting for VLAN 1 on Team A.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 6 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Team = Get-IntelNetTeam ??eamName "Team A" PS C:\> Get-IntelNetVLANJumboPacket ??arent $Team ??LANID (1..4) </dev:code> <dev:remarks> <maml:para>Retrieves the Jumbo Packet setting for VLANs 1 through 4 on Team A.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> </command:examples> <!--Links for Get-IntelNetVLANJumboPacket--> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Get-IntelNetAdapter</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Get-IntelNetVLAN</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Get-IntelNetTeam</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Set-IntelNetVLANJumboPacket</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!--Remove-IntelNetVLAN--> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Remove-IntelNetVLAN</command:name> <!--Synopsys for Remove-IntelNetVLAN--> <maml:description> <maml:para>Removes a VLAN on either an Intel adapter or an Intel ANS team.</maml:para> </maml:description> <maml:copyright> </maml:copyright> <command:verb>Remove</command:verb> <command:noun>IntelNetVLAN</command:noun> <dev:version></dev:version> </command:details> <!--Description for Remove-IntelNetVLAN--> <maml:description> <maml:para>The Remove-IntelNetVLAN cmdlet allows you to remove one or more VLAN interfaces from its parent device. The parent device can either be an adapter or Intel ANS team. The parent device can be specified either by the device's name or the object of the device. The VLANs to be removed are specified by the VLANID parameter.</maml:para> </maml:description> <!--Syntax for Remove-IntelNetVLAN--> <command:syntax> <command:syntaxItem> <maml:name>Remove-IntelNetVLAN</maml:name> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>ParentName</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>VLANID</maml:name> <command:parameterValue required="true">Int[]</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Remove-IntelNetVLAN</maml:name> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>Parent</maml:name> <command:parameterValue required="true">Adapter[]|Team[]</command:parameterValue> </command:parameter> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>VLANID</maml:name> <command:parameterValue required="true">Int[]</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Remove-IntelNetVLAN</maml:name> <command:parameter required="false" position="false" pipelineInput="true" globbing="true"> <maml:name>VLAN</maml:name> <command:parameterValue required="true">VLAN[]</command:parameterValue> </command:parameter> </command:syntaxItem> </command:syntax> <!--Parameters for Remove-IntelNetVLAN--> <command:parameters> <!--VLAN--> <command:parameter required ="true" position="named" pipelineInput="true" globbing="false"> <maml:name>VLAN</maml:name> <maml:description> <maml:para>Specifies a collection of VLAN objects to be removed.</maml:para> </maml:description> <command:parameterValue required="true">VLANObject</command:parameterValue> <dev:type> <maml:name>VLAN[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--ParentName--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="true"> <maml:name>ParentName</maml:name> <maml:description> <maml:para>Specifies the name of the device that the VLANs are to be removed from. The ParentName can be the name of an Intel ANS team or an adapter.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--Parent--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>Parent</maml:name> <maml:description> <maml:para>Specifies either an Adapter or Team object that the VLANS are to be removed from. Team objects can be obtained from the Get-IntelNetTeam cmdlet and Adapter objects can be obtained from the Get-IntelNetAdapter cmdlet.</maml:para> </maml:description> <command:parameterValue required="true">Adapter[]|Team[]</command:parameterValue> <dev:type> <maml:name>TeamObject or Adapter Object</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--VLANID--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>VLANID</maml:name> <maml:description> <maml:para>Specifies the VLAN IDs to be added to the device. Valid values must follow this syntax:</maml:para> <maml:para>Removes a single VLAN of ID 1: 1</maml:para> <maml:para>Removes multiple VLANs, IDs of 1, 4, 60 and 90: 1,4,60,90</maml:para> <maml:para>Removes a range of VLANs, IDs 1 through 10: (1..10)</maml:para> <maml:para>A VLAN ID must be between 0 and 4096.</maml:para> </maml:description> <command:parameterValue required="true">Int[]</command:parameterValue> <dev:type> <maml:name>Int[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> </command:parameters> <!--Input for Remove-IntelNetVLAN--> <command:inputTypes> <command:inputType> <dev:type> <maml:name>VLAN[]</maml:name> <maml:uri/> <maml:description> <maml:para>One or more VLAN objects.</maml:para> </maml:description> </dev:type> </command:inputType> </command:inputTypes> <!--Output for Remove-IntelNetVLAN--> <command:returnValues> <command:returnValue> <dev:type> <maml:name>Success or Failure</maml:name> <maml:uri /> <maml:description> <maml:para>In the case of success, no message is returned.</maml:para> <maml:para>In the case of failure, the cmdlet returns a failure message.</maml:para> </maml:description> </dev:type> </command:returnValue> </command:returnValues> <!--Examples for Remove-IntelNetVLAN--> <command:examples> <command:example> <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS C:\> Remove-IntelNetVLAN -ParentName "Team A" ??LANID 1,2,50,40</dev:code> <dev:remarks> <maml:para>Remove VLAN IDs 1,2,50,40 from Team A.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS C:\> Remove-IntelNetVLAN -ParentName "Intel(R) PRO 1000 GT Desktop Adapter" ??LANID 1</dev:code> <dev:remarks> <maml:para>Remove VLAN ID 1 from Intel(R) PRO 1000 GT Desktop Adapter.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Teams = Get-IntelNetTeam PS C:\> Remove-IntelNetVLAN -Parent $Teams[1] ??LANID (1..14) </dev:code> <dev:remarks> <maml:para>Remove VLAN IDs 1 through 14 on the ANS team at index 1 in $Teams.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 4 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapters = Get-IntelNetAdapter PS C:\> Remove-IntelNetVLAN -Parent $Adapters[4] ??LANID 0,4,5,6 </dev:code> <dev:remarks> <maml:para>Remove VLAN IDs 0,4,5,6 on the adapter at index 4 in $Adapters.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 5 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $VLANs = Get-IntelNetVLAN ??arentName "Intel(R) PRO 1000 GT Desktop Adapter" PS C:\> $VLAN | Remove-IntelNetVLAN </dev:code> <dev:remarks> <maml:para>Remove all VLANs on Intel(R) PRO 1000 GT Desktop Adapter.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 6 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $VLANs = Get-IntelNetVLAN ??arentName "Team A" PS C:\> $VLAN | Remove-IntelNetVLAN </dev:code> <dev:remarks> <maml:para>Removes all VLANs on Team A.</maml:para> <maml:para/> <maml:para/> </dev:remarks> </command:example> </command:examples> <!--Links for Remove-IntelNetVLAN--> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Get-IntelNetVLAN</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Get-IntelNetTeam</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Get-IntelNetAdapter</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!--Set-IntelNetVLAN--> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <!--Synopsys for Set-IntelNetVLAN--> <command:details> <command:name>Set-IntelNetVLAN</command:name> <maml:description> <maml:para>Modifies an existing VLAN by changing either the VLAN ID or VLAN name.</maml:para> </maml:description> <maml:copyright> </maml:copyright> <command:verb>Set</command:verb> <command:noun>IntelNetVLAN</command:noun> <dev:version></dev:version> </command:details> <!--Description for Set-IntelNetVLAN--> <maml:description> <maml:para>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. The parent device of a VLAN can either be an adapter or an Intel ANS team. The parent device can be specified either by the device's name or as an object. </maml:para> </maml:description> <!--Syntax for Set-IntelNetVLAN--> <command:syntax> <command:syntaxItem> <maml:name>Set-IntelNetVLAN</maml:name> <command:parameter required="true" position="named" pipelineInput="true" globbing="false"> <maml:name>ParentName</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>VLANID</maml:name> <command:parameterValue required="true">Int</command:parameterValue> </command:parameter> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>NewVLANID</maml:name> <command:parameterValue required="true">Int</command:parameterValue> </command:parameter> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>NewVLANName</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Set-IntelNetVLAN</maml:name> <command:parameter required="true" position="named" pipelineInput="true" globbing="false"> <maml:name>Parent</maml:name> <command:parameterValue required="true">Adapter[]|Team[]</command:parameterValue> </command:parameter> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>VLANID</maml:name> <command:parameterValue required="true">Int</command:parameterValue> </command:parameter> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>NewVLANID</maml:name> <command:parameterValue required="true">Int</command:parameterValue> </command:parameter> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>NewVLANName</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Set-IntelNetVLAN</maml:name> <command:parameter required="true" position="named" pipelineInput="true" globbing="false"> <maml:name>VLAN</maml:name> <command:parameterValue required="true">VLAN[]</command:parameterValue> </command:parameter> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>VLANID</maml:name> <command:parameterValue required="true">Int</command:parameterValue> </command:parameter> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>NewVLANID</maml:name> <command:parameterValue required="true">Int</command:parameterValue> </command:parameter> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>NewVLANName</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> </command:syntax> <!--Parameter for Set-IntelNetVLAN--> <command:parameters> <!--VLAN--> <command:parameter required ="true" position="named" pipelineInput="true" globbing="false"> <maml:name>VLAN</maml:name> <maml:description> <maml:para>Specifies a collection of VLAN objects.</maml:para> </maml:description> <command:parameterValue required="true">VLAN[]</command:parameterValue> <dev:type> <maml:name>VLAN</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--ParentName--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="true"> <maml:name>ParentName</maml:name> <maml:description> <maml:para>Specifies the name of the device that the VLAN is bound to. The ParentName can be the name of an Intel ANS team or an adapter.</maml:para> </maml:description> <command:parameterValue required="true">String[]</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--Parent--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>Parent</maml:name> <maml:description> <maml:para>Specifies either an Adapter or Team object. Team objects can be obtained from the Get-IntelNetTeam cmdlet and Adapter objects can be obtained from the Get-IntelNetAdaper cmdlet.</maml:para> </maml:description> <command:parameterValue required="true">Adapter[]|Team[]</command:parameterValue> <dev:type> <maml:name>Object</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--VLANID--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>VLANID</maml:name> <maml:description> <maml:para>Specifies the VLAN ID to be modified. Only a single VLAN can be modified at a time.</maml:para> </maml:description> <command:parameterValue required="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--NewVLANID--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>NewVLANID</maml:name> <maml:description> <maml:para>Specifies the new VLAN ID. Valid VLAN IDs are in the range from 0 to 4096. Untagged VLANS require a tagged VLAN be present.</maml:para> </maml:description> <command:parameterValue required="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--NewVLANName--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>NewVLANName</maml:name> <maml:description> <maml:para>Specifies the new VLAN name. VLAN names must be unique to the set of VLANs on any particular device or team.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> </command:parameters> <!--Input for Set-IntelNetVLAN--> <command:inputTypes> <command:inputType> <dev:type> <maml:name>VLAN[]</maml:name> <maml:uri/> <maml:description> <maml:para>A collection of VLAN objects.</maml:para> </maml:description> </dev:type> </command:inputType> </command:inputTypes> <!--Output for Set-IntelNetVLAN--> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VLAN[]</maml:name> <maml:uri /> <maml:description> <maml:para>Set-IntelNetVLAN returns a collection of VLAN objects. The output includes only the modified VLAN instances.</maml:para> <maml:para>In the case of failure, the cmdlet returns a failure message.</maml:para> </maml:description> </dev:type> </command:returnValue> </command:returnValues> <!--Examples for Set-IntelNetVLAN--> <command:examples> <command:example> <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $VLAN = Get-IntelNetVLAN -ParentName "Team A" ??LANID 1 PS C:\> $VLAN | Set-IntelNetVLAN ??ewVLANID 2 ??ewVLANName "VLAN 2" </dev:code> <dev:remarks> <maml:para>Assigns VLAN 1 on Team A to a new VLAN ID 2 and name VLAN 2.</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code>PS c:\> Set-IntelNetVLAN -ParentName "Intel(R) PRO 1000 GT Desktop Adapter" ??LANID 1 ??ewVLANID 3</dev:code> <dev:remarks> <maml:para>Assigns VLAN 1 on Intel(R) PRO 1000 GT Desktop Adapter to the new VLAN ID 3.</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Teams = Get-IntelNetTeam PS C:\> Set-IntelNetVLAN -Parent $Teams[1] ??LANID 1 ??ewVLANName "Marketing" </dev:code> <dev:remarks> <maml:para>Changes the name of VLAN 1 on the team contained in $Team[1] to 'Marketing'.</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 4 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapters = Get-IntelNetAdapter PS C:\> Set-IntelNetVLAN -Parent $Adapters[4] ??LANID 6 ??ewVLANID 1 ??ewVLANName "VLAN 1" </dev:code> <dev:remarks> <maml:para>Changes the ID of VLAN 6 to VLAN 1 and changes the name to "VLAN 1."</maml:para> </dev:remarks> </command:example> </command:examples> <!--Links for Set-IntelNetVLAN--> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Get-IntelNetVLAN</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Get-IntelNetTeam</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Set-IntelNetAdapter</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!--Set-IntelNetVLANJumboPacket--> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <!--Synopsys for Set-IntelNetVLANJumboPacket--> <command:details> <command:name>Set-IntelNetVLANJumboPacket</command:name> <maml:description> <maml:para>Allows you to change the Jumbo Packet setting on a particular VLAN.</maml:para> </maml:description> <maml:copyright> </maml:copyright> <command:verb>Set</command:verb> <command:noun>IntelNetVLANJumboPacket</command:noun> <dev:version></dev:version> </command:details> <!--Description for Set-IntelNetVLANJumboPacket--> <maml:description> <maml:para>The Set-IntelNetVLANJumboPacket cmdlet allows you to change the VLAN Jumbo Packet setting. The parent device can either be an adapter or an Intel ANS team. The parent device can either be specified by the device's name or as an object.</maml:para> </maml:description> <!--Syntax for Set-IntelNetVLANJumboPacket--> <command:syntax> <command:syntaxItem> <maml:name>Set-IntelNetVLANJumboPacket</maml:name> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>ParentName</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>VLANID</maml:name> <command:parameterValue required="true">Int[]</command:parameterValue> </command:parameter> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>DisplayValue</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Set-IntelNetVLANJumboPacket</maml:name> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>ParentName</maml:name> <command:parameterValue required="true">String[]</command:parameterValue> </command:parameter> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>VLANID</maml:name> <command:parameterValue required="true">Int[]</command:parameterValue> </command:parameter> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>RegistryValue</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Set-IntelNetVLANJumboPacket</maml:name> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>Parent</maml:name> <command:parameterValue required="true">Adapter[]|Team[]</command:parameterValue> </command:parameter> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>VLANID</maml:name> <command:parameterValue required="true">Int[]</command:parameterValue> </command:parameter> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>DisplayValue</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Set-IntelNetVLANJumboPacket</maml:name> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>Parent</maml:name> <command:parameterValue required="true">Adapter[]|Team[]</command:parameterValue> </command:parameter> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>VLANID</maml:name> <command:parameterValue required="true">Int[]</command:parameterValue> </command:parameter> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>RegistryValue</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Set-IntelNetVLANJumboPacket</maml:name> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>Setting</maml:name> <command:parameterValue required="true">Setting[]</command:parameterValue> </command:parameter> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>DisplayValue</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Set-IntelNetVLANJumboPacket</maml:name> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>Setting</maml:name> <command:parameterValue required="true">Setting[]</command:parameterValue> </command:parameter> <command:parameter required="false" position="false" pipelineInput="false" globbing="true"> <maml:name>RegistryValue</maml:name> <command:parameterValue required="true">String</command:parameterValue> </command:parameter> </command:syntaxItem> </command:syntax> <!--Parameter for Set-IntelNetVLANJumboPacket--> <command:parameters> <!--Setting--> <command:parameter required ="true" position="named" pipelineInput="true" globbing="false"> <maml:name>Setting</maml:name> <maml:description> <maml:para>Specifies a collection of Jumbo Packet VLAN setting objects where the DisplayValue or RegistryValue can be modified. These settings are retrieved with the Get-IntelNetJumboPacket cmdlet.</maml:para> </maml:description> <command:parameterValue required="true">JumboPacket</command:parameterValue> <dev:type> <maml:name>Setting[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--ParentName--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="true"> <maml:name>ParentName</maml:name> <maml:description> <maml:para>Specifies the name of the device that the VLAN is bound to. The ParentName can be the name of an Intel ANS team or an adapter.</maml:para> </maml:description> <command:parameterValue required="true">String</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--Parent--> <command:parameter required ="false" position="named" pipelineInput="false" globbing="false"> <maml:name>Parent</maml:name> <maml:description> <maml:para>Specifies either an Adapter or Team object. Team objects can be obtained from the Get-IntelNetTeam cmdlet and Adapter objects can be obtained from the Get-IntelNetAdapter cmdlet.</maml:para> </maml:description> <command:parameterValue required="true">Object</command:parameterValue> <dev:type> <maml:name>Adapter[]|Team[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> <!--VLANID--> <command:parameter required ="true" position="named" pipelineInput="false" globbing="false"> <maml:name>VLANID</maml:name> <maml:description> <maml:para>Specifies the VLAN IDs where the Jumbo Packet setting will be modified.</maml:para> </maml:description> <command:parameterValue required="true">Int[]</command:parameterValue> <dev:type> <maml:name>Int[]</maml:name> <maml:uri/> </dev:type> <dev:defaultValue>null</dev:defaultValue> </command:parameter> </command:parameters> <!--Input for Set-IntelNetVLANJumboPacket--> <command:inputTypes> <command:inputType> <dev:type> <maml:name>Setting[]</maml:name> <maml:uri/> <maml:description> <maml:para>One or more Jumbo Packet setting objects.</maml:para> </maml:description> </dev:type> </command:inputType> </command:inputTypes> <!--Output for Set-IntelNetVLANJumboPacket--> <command:returnValues> <command:returnValue> <dev:type> <maml:name>Setting[]</maml:name> <maml:uri /> <maml:description> <maml:para>Set-IntelNetJumboPacket returns a collection of VLAN Jumbo Packet setting objects. The output only includes those settings which were modified.</maml:para> <maml:para>In the case of failure, the cmdlet returns a failure message.</maml:para> </maml:description> </dev:type> </command:returnValue> </command:returnValues> <!--Examples for Set-IntelNetVLANJumboPacket--> <command:examples> <command:example> <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS $Teams = Get-IntelNetTeam PS C:\> $JPs = Get-IntelNetVLANJumboPacket ??arent $Teams[1] ??LANID 1,2,3 PS C:\> $JPs | Set-IntelNetVLANJumboPacket ??isplayValue "Disabled" </dev:code> <dev:remarks> <maml:para>Sets the Jumbo Packet settings on VLANs 1,2,3 to Disabled.</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapters = Get-IntelNetAdapter PS C:\> $JP = Get-IntelNetVLANJumboPacket ??arentName $Adapters[0].Name ??LANID 1 PS C:\> $JP | Set-IntelNetVLANJumboPacket ??egistryValue "1514" </dev:code> <dev:remarks> <maml:para>Changes the Jumbo Packet setting for VLAN 1 on an adapter to its lowest registry value.</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Adapters = Get-IntelNetAdapter PS C:\> Set-IntelNetVLANJumboPacket ??arent $Adapters[3] ??LANID 1,2 ??isplayValue "4088 Bytes" </dev:code> <dev:remarks> <maml:para>Sets the Jumbo Packet settings for VLAN 1 and 2 to 4088 Bytes.</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 4 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Team = Get-IntelNetTeam ??eamName "Team A" PS C:\> Set-IntelNetVLANJumboPacket ??arent $Team ??LANID (1..5) ??isplayValue "9014 Bytes" </dev:code> <dev:remarks> <maml:para>Sets the Jumbo Packet settings for all VLANs 1 through 5 to 9014 Bytes.</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 5 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Team = Get-IntelNetTeam ??eamName "Team A" PS C:\> $JPs = Get-IntelNetVLANJumboPacket ??arent $Team PS C:\> $JPs | Set-IntelNetVLANJumboPacket ??isplayValue "9014 Bytes" </dev:code> <dev:remarks> <maml:para>Sets the Jumbo Packet settings for all VLANs on Team A to 9014 Bytes, using pipeline syntax.</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>------------------------ EXAMPLE 6 ------------------------</maml:title> <maml:introduction> </maml:introduction> <dev:code> PS C:\> $Team = Get-IntelNetTeam ??eamName "Team A" PS C:\> Set-IntelNetVLANJumboPacket ??arent $Team ??isplayValue "9014 Bytes" </dev:code> <dev:remarks> <maml:para>Sets the Jumbo Packet settings for all VLANs on Team A to 9014 Bytes.</maml:para> </dev:remarks> </command:example> </command:examples> <!--Links for Set-IntelNetVLANJumboPacket--> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Get-IntelNetVLAN</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Get-IntelNetVLANJumboPacket</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Get-IntelNetTeam</maml:linkText> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Get-IntelNetAdapter</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> </helpItems>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de