Edit C:\Program Files\Intel\IntelNetCmdlets\de\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>Zeigt grundlegende Informationen zu den im System vorhandenen Adaptern an.</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>Das Get-IntelNetAdapter-Cmdlet zeigt grundlegende Informationen zu den im System vorhandenen Adaptern an. Die Standardanzeige ist eine Tabelle, die den Ort des Adapters auf dem PCI-Bus, den Namen des Adapters und den ConnectionName des Adapters anzeigt. Um alle Eigenschaften anzuzeigen, reichen Sie die Ausgabe unter Angabe eines beliebigen Werts (*) f?r den Property-Parameter an Format-List weiter.</maml:para> <maml:para>Get-IntelNetAdapter gibt Adapterobjekte zur?ck, die sich f?r die Abfrage von Einstellungen oder das Erstellen von VLANs oder Gruppen verwenden lassen.</maml:para> <maml:para>Hinweis: Dieses Cmdlet gibt alle im System vorhandenen Netzwerkadapter zur?ck, einschlie?lich Adaptern von Drittherstellern.</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>Gibt den Namen eines Netzwerkadapters an.</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>Keine.</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 gibt eine Sammlung von Adapterobjekten zur?ck. Die Ausgabe umfasst alle im System vorhandenen Netzwerkadapter, einschlie?lich Adaptern von Drittherstellern.</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>Zeigt alle im System vorhandenen Netzwerkadapter an.</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>Ruft einen Adapter mit einem bestimmten Namen ab.</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>Ruft alle im System vorhandenen Intel Adapter mit einem Platzhalter ab.</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>Zeigt die Einstellungen und ihre Werte f?r den angegebenen Adapter und die Profilkombination an.</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>Das Get-IntelNetAdapterProfileSettings-Cmdlet zeigt die Einstellungen und ihre Werte f?r den angegebenen Adapter und die Profilkombination an. Diese Information wird in einer Tabelle angezeigt, die den Namen der Einstellung angibt sowie den Wert, in den die Einstellung ge?ndert wird.</maml:para> <maml:para>Get-IntelNetAdapterProfileSettings gibt eine Sammlung von Einstellungsobjekten zur?ck.</maml:para> <maml:para>Hinweis: Verwenden Sie Set-IntelNetAdapterSetting, um einen Adapter zu einem bestimmten Profil zu ?ndern.</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>Gibt eine Sammlung von Adapterobjekten an.</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>Gibt den Namen eines Netzwerkadapters an.</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>Gibt den Namen des Profils an. M?gliche Profile sind:</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>Eine Sammlung von Adapterobjekten.</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 gibt eine Sammlung von Einstellungsobjekten zur?ck.</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>Zeigt die Einstellungen an, die sich ?ndern w?rden, sowie die Werte, in die sie sich ?ndern w?rden, wenn der angegebene Adapter auf das angegebene Profil festgelegt wird.</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>Zeigt die Einstellungen an, die sich ?ndern w?rden, sowie die Werte, in die sie sich ?ndern w?rden, wenn der in $Adapters[1] gespeicherte Adapter auf das angegebene Profil festgelegt wird.</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>Zeigt die Einstellungen an, die sich ?ndern w?rden, sowie die Werte, in die sie sich ?ndern w?rden, wenn der in $Adapters[1] gespeicherte Adapter auf das angegebene Profil festgelegt wird. ?ndern Sie anschlie?end die Profileinstellung des Adapters zu Standardserver.</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>Zeigt alle ?nderbaren Adaptereinstellungen an.</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 zeigt alle ?nderbaren Adaptereinstellungen an. Um die Liste der g?ltigen Werte f?r die Einstellungen anzuzeigen, reichen Sie die Ausgabe zu Format-List weiter. Um alle Eigenschaften der Einstellungen in einer Listenansicht anzuzeigen, kann die Ausgabe unter Angabe eines beliebigen Werts (*) f?r den Property-Parameter zu Format-List weitergereicht werden. Wenn Sie dieses Cmdlet ohne Parameter aufrufen, werden die Einstellungen aller im System vorhandenen Intel Adapter zur?ckgegeben.</maml:para> <maml:para>Hinweis: Dieses Cmdlet wird nur von Intel Adaptern unterst?tzt.</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>Gibt ein Adapterobjekt oder eine Sammlung von Adapterobjekten an.</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>Gibt den Namen eines Netzwerkadapters an.</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>Gibt den erweiterten Eigenschaftsnamen an, der auf der Registerkarte ??rweitert?? unter den Netzwerkadaptereigenschaften angezeigt wird.</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>Gibt den Namen der in der Registrierung gespeicherten Einstellung an.</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>Eine Sammlung von Adapterobjekten.</maml:para> <maml:para>Hinweis: Dieses Cmdlet unterst?tzt nur Intel(R) Ethernet-Adapter.</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>Gibt eine Sammlung von Adaptereinstellungsobjekten zur?ck</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>Ermittelt alle Einstellungen, die auf dem in $Adapters[1] gespeicherten Adapter unterst?tzt werden.</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>Ermittelt die Receive-Side-Scaling-Einstellung des Adapters, der in $Adapters[1] gespeichert ist.</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>Ermittelt alle Receive-Side-Scaling-Einstellungen aller im System vorhandenen 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-IntelNetAdapterSetting</dev:code> <dev:remarks> <maml:para>Ermittelt alle Einstellungen aller im System vorhandenen Intel Adapter.</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> Ermittelt alle Einstellungen, die auf dem in $Adapters[1] gespeicherten Adapter unterst?tzt werden, und zeigt die Eigenschaftseinstellungen in einer Listenansicht an. Hinweis: $FormatEnumerationLimit=-1, um alle m?glichen Werte f?r Enum-Einstellungen anzuzeigen. </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>Erm?glicht die ?nderung von Einstellungen auf einem 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>Das Set-IntelNetAdapterSetting-Cmdlet erm?glicht die ?nderung von Einstellungen auf einem Intel(R) Ethernet-Adapter. Um den Wert einer bestimmen Einstellung zu ?ndern, k?nnen die Parameter RegistryKeyword und RegistryValue verwendet werden, oder DisplayName und DisplayValues k?nnen verwendet werden, um die ?nderung anzugeben. F?r Einstellungen, die unterschiedliche Werte unterst?tzen, reichen Sie die Ausgabe an Format-List weiter. Weitere Informationen finden Sie im Abschnitt mit den Bespielen. </maml:para> <maml:para>Hinweis: Dieses Cmdlet wird nur von Intel(R) Ethernet-Adaptern unterst?tzt. Durch die Verwendung eines Platzhalters f?r die Angabe des Adapternamens kann es vorkommen, dass das cmdlet mit Adaptern von Drittherstellern interagiert. Verwenden Sie Get-IntelNetAdapter, um im System eine Reihe von Intel Adaptern zu erstellen. Oder verwenden Sie "Intel*" als Platzhalter.</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>Gibt den Namen eines Intel Netzwerkadapters an.</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>Gibt den Namen einer Einstellung an. Dieser Parameter wird in Verbindung mit DisplayValue verwendet.</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>Gibt den neuen Wert der Einstellung an. Dieser Parameter wird in Verbindung mit DisplayName verwendet.</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>Gibt den Namen des Einstellungsschl?sselworts an. Dieser Parameter wird in Verbindung mit RegistryValue verwendet.</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>Gibt den neuen Wert der Einstellung an. Dieser Parameter wird in Verbindung mit RegistryKeyword verwendet.</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>Gibt die Sammlung von Einstellungsobjekten an, bei denen DisplayValue oder RegistryValue ge?ndert werden kann.</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>Legt die Einstellung auf den Standardwert fest.</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>Ein oder mehrere Einstellungsobjekte</maml:para> <maml:para>Hinweis: Dieses Cmdlet unterst?tzt nur Intel(R) Ethernet-Adapter.</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 gibt die Sammlung ge?nderter Adaptereinstellungsobjekte zur?ck.</maml:para> <maml:para>Wenn das Cmdlet nicht erfolgreich ausgef?hrt wurde, wird eine Fehlermeldung angezeigt.</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>Setzt die Receive-Side-Scaling-Einstellung des Adapters, der in $Adapters[1] gespeichert ist, auf deaktiviert.</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>Setzt die Receive-Side-Scaling-Einstellung des Adapters, der in $Adapters[1] gespeichert ist, auf deaktiviert.</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>Setzt die Receive-Side-Scaling-Einstellung des Adapters, der in $Adapters[1] gespeichert ist, auf deaktiviert.</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>Setzt die Receive-Side-Scaling-Einstellung aller Intel Adapter im System auf deaktiviert.</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>Legt die Receive-Side-Scaling-Einstellung f?r alle Intel Adapter im System auf den Standardwert fest.</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>Setzt die Receive-Side-Scaling-Einstellung des Adapters, der in $Adapters[1] gespeichert ist, auf den Standardwert.</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>F?gt einer bestehenden Intel ANS-Gruppe ein neues Gruppenmitglied hinzu.</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>Das Add-IntelNetTeamMember-Cmdlet f?gt einer bestehenden Intel ANS-Gruppe ein neues Gruppenmitglied hinzu. Das neue Gruppenmitglied kann an das Cmdlet weitergereicht oder mit dem Adapternamen ?bergeben werden. Die Intel ANS-Gruppe kann h?chstens acht Mitglieder umfassen.</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>Gibt eine Sammlung von Adapterobjekten an, die zur angegebenen Intel ANS-Gruppe hinzugef?gt werden sollen.</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>Gibt den Namen der Intel ANS-Gruppe an, zu der Sie die Adapter hinzuf?gen m?chten.</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>Gibt die Adapter an, die zur Intel ANS-Gruppe hinzugef?gt werden sollen. Wenn Sie mehrere Adapter angeben, trennen Sie die Namen durch ein Komma.</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>Eine Sammlung von Adapterobjekten.</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 gibt das ge?nderte Gruppenobjekt zur?ck.</maml:para> <maml:para>Wenn das Cmdlet nicht erfolgreich ausgef?hrt wurde, wird eine Fehlermeldung angezeigt.</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>F?gt die Adapter 2 und 4 zur Gruppe A hinzu.</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>F?gt den Intel(R) PRO 1000 GT Desktop-Adapter zur Gruppe A hinzu.</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>F?gt den Intel(R) PRO 1000 GT Desktop-Adapter zur Gruppe A hinzu.</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>Gibt die im System vorhandenen Intel ANS-Gruppen zur?ck.</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> Das Get-IntelNetTeam-Cmdlet gibt die im System vorhandenen Intel ANS-Gruppen zur?ck. Das Cmdlet unterst?tzt Adapterobjekte, die Mitglied einer Intel ANS-Gruppe sind bzw. kann der Gruppenname angegeben werden. Wird das Cmdlet ohne Parameter aufgerufen, werden alle Intel ANS-Gruppen zur?ckgegeben. Die Standardansicht ist eine Listenansicht der Gruppeneigenschaften. Um weitere Eigenschaften anzuzeigen, reichen Sie die Ausgabe unter Angabe eines beliebigen Werts (*) f?r den Property-Parameter an Format-List weiter. </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>Gibt den Namen der Intel ANS-Gruppe an.</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>Gibt einen Adapter an, der zu einer Intel ANS-Gruppe geh?rt. Das Adapterobjekt kann mit Get-IntelNetAdapter ermittelt werden.</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>Sie k?nnen keine Eingaben zu Get-IntelNetTeam weiterreichen.</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>Eine Sammlung von Gruppenobjekten.</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>Gibt alle im System vorhandenen Intel ANS-Gruppen zur?ck.</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>Gibt Gruppe A zur?ck.</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>Gibt die Gruppe zur?ck, zu der $Adapters[0] geh?rt.</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>Gibt alle ?nderbaren Einstellungen an, die von einer bestimmten Intel ANS-Gruppe unterst?tzt werden.</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> Das Get-IntelNetTeamSetting-Cmdlet gibt alle ?nderbaren Einstellungen an, die von einer bestimmten Intel ANS-Gruppe unterst?tzt werden. In der Standardansicht werden der Name und die Werte der Einstellung angezeigt. Um die Liste der g?ltigen Werte f?r die Einstellungen anzuzeigen, reichen Sie die Ausgabe zu Format-List weiter. Um alle Eigenschaften der Einstellungen in einer Listenansicht anzuzeigen, kann die Ausgabe unter Angabe eines beliebigen Werts (*) f?r den Property-Parameter zu Format-List weitergereicht werden. Wenn Sie dieses Cmdlet ohne Parameter aufrufen, werden die Einstellungen aller im System vorhandenen Intel ANS-Gruppen zur?ckgegeben. </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>Gibt eine Sammlung von Gruppenobjekten an, um die von der Gruppe unterst?tzten Einstellungen zur?ckzugeben.</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>Gibt den Namen der Intel ANS-Gruppe an.</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>Gibt die Einstellung an, die Sie ?ndern m?chten.</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>Gibt den Namen der Einstellung so an, wie er in der Registrierung erscheint.</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>Eine Sammlung von Gruppenobjekten.</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>Get-IntelNetTeamSetting gibt eine Sammlung von Gruppeneinstellungsobjekten zur?ck.</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>Ermittelt alle Einstellungen, die von der in $Teams[1] gespeicherten Gruppe unterst?tzt werden.</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>Ermittelt die Receive-Load-Balancing-Einstellung der Gruppe, die in $Teams[1] gespeichert ist.</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>Ermittelt die Receive-Load-Balancing-Einstellung aller im System vorhandenen Intel ANS-Gruppen.</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>Ermittelt alle Einstellungen aller im System vorhandenen Intel ANS-Gruppen.</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>Ermittelt alle Einstellungen, die von der in $Teams[1] gespeicherten Gruppe unterst?tzt werden, und zeigt die Eigenschaftseinstellungen in einer Listenansicht an.</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>Erstellt eine neue Intel ANS-Gruppe.</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>Das New-IntelNetTeam-Cmdlet erstellt eine neue Intel ANS-Gruppe, die mindestens einen Adapter aufweist. Eine Gruppe kann sowohl Intel Adapter wie auch Adapter anderer Hersteller umfassen. Adapterobjekte, die durch Get-IntelNetAdapter ermittelt werden, k?nnen mit dem TeamMembers-Parameter an dieses Cmdlet ?bergeben werden.</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>Gibt den Namen der neuen Intel ANS-Gruppe an.</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>Gibt die Namen der Adapter an, die zur Intel ANS-Gruppe hinzugef?gt werden sollen.</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>Gibt eine Sammlung von Adapterobjekten an, die zur neuen Intel ANS-Gruppe hinzugef?gt werden sollen.</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>Gibt den Gruppenmodus der neuen Gruppe an. Die verf?gbaren Gruppenmodi umfassen:</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>Hinweis: Nicht alle Gruppenmodi werden von allen Adaptergruppen unterst?tzt.</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>Eine Sammlung von Adapterobjekten.</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 gibt die neu erstellte Gruppeninstanz zur?ck.</maml:para> <maml:para>Wenn das Cmdlet nicht erfolgreich ausgef?hrt wurde, wird eine Fehlermeldung angezeigt.</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>Erstellt eine AFT-Gruppe f?r die angegebenen Adapter.</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>Erstellt eine ALB-Gruppe f?r die angegebenen Adapter.</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>Entfernt die angegebene Intel ANS-Gruppe.</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>Das Remove-IntelNetTeam-Cmdlet entfernt die angegebene Intel ANS-Gruppe. Der Gruppenname l?sst sich mit Get-IntelNetTeam-Cmdlet ermitteln.</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>Gibt die Sammlung von Gruppenobjekten an, die entfernt werden sollen.</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>Gibt den Namen der Intel ANS-Gruppe an, die Sie entfernen m?chten.</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>Eine Sammlung von Gruppenobjekten, die von Get-IntelNetTeam zur?ckgegeben wird.</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>Wenn der Vorgang erfolgreich war, wird keine Meldung zur?ckgegeben.</maml:para> <maml:para>Wenn das Cmdlet nicht erfolgreich ausgef?hrt wurde, wird eine Fehlermeldung angezeigt.</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>Entfernt "Gruppe A" aus dem 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>Entfernt "Gruppe A" aus dem 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>Entfernt zwei Gruppen aus dem 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>Entfernt den angegebenen Adapter aus einer Intel ANS-Gruppe.</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>Mit dem Remove-IntelNetTeamMember-Cmdlet k?nnen Sie ein Gruppenmitglied aus einer Intel ANS-Gruppe entfernen. Das Gruppenmitglied kann an das Cmdlet weitergereicht oder anhand seines Namens ?bergeben werden. Jede Gruppe muss mindestens einen Adapter enthalten. Um den letzten Adapter von einer Intel ANS-Gruppe zu entfernen, verwenden Sie das 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>Gibt eine Sammlung von Adapterobjekten an, die aus ihrer/ihren Intel ANS-Gruppe(n) entfernt werden sollen.</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>Gibt die Namen des Gruppenmitglieds an, das aus der Intel ANS-Gruppe entfernt werden sollen. Wenn Sie mehrere Gruppenmitglieder angeben, trennen Sie die Namen durch ein Komma.</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>Ein oder mehrere Adapterobjekte wurden von Get-IntelNetAdapter zur?ckgegeben.</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 gibt die ge?nderte Gruppeninstanz zur?ck.</maml:para> <maml:para>Wenn das Cmdlet nicht erfolgreich ausgef?hrt wurde, wird eine Fehlermeldung angezeigt.</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>Entfernt die angegebenen Adapter aus der Gruppe.</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>Entfernt den angegebenen Adapter aus der Gruppe.</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>Entfernt die angegebenen Adapter aus der Gruppe.</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>Erm?glicht es Ihnen, den Namen der Gruppe, den Gruppenmodus sowie den prim?ren und sekund?ren Adapter der Gruppe zu ?ndern.</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>Das Set-IntelNetTeam-Cmdlet erm?glicht es Ihnen, den Namen der Gruppe, den Gruppenmodus sowie den prim?ren und sekund?ren Adapter der Gruppe zu ?ndern. Sie k?nnen die mittels Get-IntelNetTeam ermittelten Objekte an Set-IntelNetTeam weiterreichen.</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>Gibt das Gruppenobjekt an, das Sie ?ndern m?chten.</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>Gibt den Namen der Intel ANS-Gruppe an, die Sie ?ndern m?chten.</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>Gibt den neuen Namen der Gruppe an.</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>Gibt den neuen Gruppenmodus der Gruppe an. Die verf?gbaren Gruppenmodi umfassen:</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>Hinweis: Nicht alle Gruppenmodi werden von allen Adaptergruppen unterst?tzt.</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>Gibt den neuen prim?ren Adapter der Gruppe an.</maml:para> <maml:para>Hinweis: Prim?re Gruppenmitglieder werden nicht von allen Gruppen unterst?tzt.</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>Gibt den neuen sekund?ren Adapter der Gruppe an.</maml:para> <maml:para>Hinweis: Sekund?re Gruppenmitglieder werden nicht von allen Gruppen unterst?tzt. Vor der Zuweisung eines sekund?ren Mitglieds muss die Zuweisung eines prim?ren Mitglieds erfolgen.</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>Gibt den neuen prim?ren Adapter der Gruppe an.</maml:para> <maml:para>Hinweis: Prim?re Gruppenmitglieder werden nicht von allen Gruppen unterst?tzt.</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>Gibt den neuen sekund?ren Adapter der Gruppe an.</maml:para> <maml:para>Hinweis: Sekund?re Gruppenmitglieder werden nicht von allen Gruppen unterst?tzt. Vor der Zuweisung eines sekund?ren Mitglieds muss die Zuweisung eines prim?ren Mitglieds erfolgen.</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>Eine Sammlung von Gruppenobjekten.</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 gibt eine Sammlung von Gruppenobjekten zur?ck. Die Ausgabe umfasst nur die ge?nderten Gruppeninstanzen.</maml:para> <maml:para>Wenn das Cmdlet nicht erfolgreich ausgef?hrt wurde, wird eine Fehlermeldung angezeigt.</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>?ndert den Gruppennamen von "Gruppe A" zu "Gruppe B" und ?ndert den Gruppentyp zu 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>?ndert den Gruppennamen von "Gruppe A" zu "Gruppe B" sowie den Gruppentyp zu AFT und legt den prim?ren und sekund?ren Adapter der Gruppe fest.</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>Erm?glicht die ?nderung einer bestimmten Einstellung in einer Intel ANS-Gruppe.</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>Das Set-IntelNetTeamSetting-Cmdlet erm?glicht die ?nderung einer bestimmten Einstellung in einer Intel ANS-Gruppe. Um den Wert einer bestimmen Einstellung zu ?ndern, k?nnen die Parameter RegistryKeyword und RegistryValue verwendet werden, oder DisplayName und DisplayValues k?nnen gemeinsam f?r die ?nderung des Werts verwendet werden.</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>Gibt eine Sammlung von Einstellungsobjekten an, bei denen DisplayValue oder RegistryValue ge?ndert werden kann.</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>Gibt den Namen der Intel ANS-Gruppe an.</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>Gibt den Namen des Einstellungsschl?sselworts an. Dieser Parameter wird in Verbindung mit RegistryValue verwendet.</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>Gibt den neuen Wert der Einstellung an. Dieser Parameter wird in Verbindung mit RegistryKeyword verwendet.</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>Gibt den Namen der Einstellung an. Dieser Parameter wird in Verbindung mit DisplayValue verwendet.</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>Gibt den neuen Wert der Einstellung an. Dieser Parameter wird in Verbindung mit DisplayName verwendet.</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>Legt die Einstellung auf den Standardwert fest.</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>Eine Sammlung von Gruppeneinstellungsobjekten.</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 gibt eine Sammlung von Gruppeneinstellungsobjekten zur?ck. Die Ausgabe umfasst nur ge?nderte Einstellungsinstanzen.</maml:para> <maml:para>Wenn das Cmdlet nicht erfolgreich ausgef?hrt wurde, wird eine Fehlermeldung angezeigt.</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>Deaktiviert Receive Load Balancing in einer einzelnen Gruppe.</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>Legt BalanceInterval f?r eine einzelne Gruppe mit "30" fest.</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>Deaktiviert Receive Load Balancing in einer einzelnen Gruppe mittels 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>Deaktiviert Receive Load Balancing f?r alle Intel ANS-Gruppen im 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>Legt Receive Load Balancing f?r alle Intel ANS-Gruppen im System auf den Standardwert fest.</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>Setzt BalanceInterval f?r alle Gruppen in $Team[1] auf den Standardwert.</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>Erstellt ein VLAN entweder auf einem Adapter oder in einer Intel ANS-Gruppe.</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>Mit Add-IntelNetVLAN k?nnen Sie eine neue VLAN-Schnittstelle entweder zu einem Adapter oder zu einer Intel ANS-Gruppe hinzuf?gen. Das neue VLAN wird durch die Angabe mindestens einer VLAN-ID hinzugef?gt. Das ?bergeordnete Ger?t kann entweder mit dem Namen oder dem Objekt des Ger?ts angegeben werden.</maml:para> <maml:para>Zu einem Adapter oder einer Gruppe k?nnen h?chstens 64?VLANs hinzugef?gt werden.</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>Gibt das ?bergeordnete Objekt an, zu dem die VLANs hinzugef?gt werden. Das ?bergeordnete Objekt kann eine Gruppe oder ein Adapter sein. Gruppenobjekte k?nnen mit dem Get-IntelNetTeam-Cmdlet ermittelt werden. Adapterobjekte k?nnen mit dem Get-IntelNetAdapter-Cmdlet ermittelt werden.</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>Gibt den Namen des Ger?ts an, zu dem die VLANs hinzugef?gt werden. ParentName kann der Name einer Intel ANS-Gruppe oder eines Adapters sein.</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>Gibt die VLAN-IDs an, die zum Ger?t hinzugef?gt werden sollen. G?ltige Werte m?ssen folgende Syntax aufweisen:</maml:para> <maml:para>Erstellt ein einzelnes VLAN mit der ID 1: 1</maml:para> <maml:para>Erstellt mehrere VLANs mit den IDs 1, 4, 60 und 90: 1,4,60,90</maml:para> <maml:para>Erstellt eine Reihe von VLANs mit den IDs 1 bis 10: (1..10)</maml:para> <maml:para>Die VLAN-ID muss zwischen 0 und 4096 liegen.</maml:para> <maml:para>Die VLAN-ID 0 kann nur dann auf einem Ger?t unterst?tzt werden, wenn mindestens ein weiteres VLAN vorhanden ist, dessen ID gr??er als 0 ist.</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>Eine Sammlung von Adapter- oder Gruppenobjekten.</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>Wenn der Vorgang erfolgreich war, wird keine Meldung zur?ckgegeben.</maml:para> <maml:para>Wenn das Cmdlet nicht erfolgreich ausgef?hrt wurde, wird eine Fehlermeldung angezeigt.</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>F?gt die VLANs 1, 2, 40 und 50 zur Gruppe A hinzu.</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>F?gt VLAN 1 zum Intel(R) PRO 1000 GT Desktop-Adapter hinzu.</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>F?gt die VLANs 1 bis 14 zur ANS-Gruppe bei Index 1 hinzu.</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>F?gt die VLANS 0, 4, 5 und 6 zum Adapter bei Index 4 hinzu.</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>Gibt die mit einem Ger?t verkn?pften VLANs zur?ck.</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>Das Get-IntelNetVLAN-Cmdlet gibt die mit dem ?bergeordneten Ger?t verkn?pften VLANs zur?ck. Das ?bergeordnete Ger?t kann entweder ein Adapter oder eine Intel ANS-Gruppe sein. Das ?bergeordnete Ger?t kann entweder mit dem Namen oder dem Objekt des Ger?ts angegeben werden. Die VLANs, die zur?ckgegeben werden sollen, werden mit dem VLANID-Parameter angegeben. Wenn der VLANID-Parameter nicht ausgef?llt wird, werden alle VLANs des ?bergeordneten Ger?ts zur?ckgegeben. Wenn Sie das Cmdlet ohne Parameter aufrufen, werden alle im System vorhandenen VLANs zur?ckgegeben. Die VLAN-Objekte werden standardm??ig in einer Listenansicht angezeigt. Um weitere Eigenschaften anzuzeigen, reichen Sie die Ausgabe unter Angabe eines beliebigen Werts (*) f?r den Property-Parameter an Format-List weiter.</maml:para> <maml:para>Hinweis: Dieses Cmdlet wird nur von Intel Ger?ten unterst?tzt.</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>Gibt ein Adapter- oder ein Gruppenobjekt an, mit dem die VLANs verkn?pft sind. Gruppenobjekte k?nnen mit dem Get-IntelNetTeam-Cmdlet ermittelt werden, und Adapterobjekte k?nnen mit dem Get-IntelNetAdapter-Cmdlet ermittelt werden.</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>Gibt den Namen des Ger?ts an, mit dem die VLANs verkn?pft sind. ParentName kann der Name einer Intel ANS-Gruppe oder eines Adapters sein.</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>Gibt die VLAN-IDs an, die auf dem Ger?t abgefragt werden sollen. G?ltige Werte m?ssen folgende Syntax aufweisen:</maml:para> <maml:para>Abfrage f?r ein einzelnes VLAN mit der ID 1: 1</maml:para> <maml:para>Abfrage f?r mehrere VLANs mit den IDs 1, 4, 60 und 90: 1,4,60,90</maml:para> <maml:para>Abfrage f?r eine Reihe von VLANs mit den IDs 1 bis 10: (1..10)</maml:para> <maml:para>Die VLAN-ID muss zwischen 0 und 4096 liegen.</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>Eine Sammlung von Adapter- oder Gruppenobjekten.</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>Eine Sammlung von VLAN-Objekten.</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>Ruft die VLAN IDs 1, 2, 50 und 40 bei Gruppe A ab.</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>Ruft die VLAN-ID 1 vom Intel(R) PRO 1000 GT Desktop-Adapter ab.</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>Ruft die VLAN-IDs 1 bis 14 f?r die Gruppe bei Index 1 in $Teams ab.</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>Ruft die VLAN-IDs 0, 4, 5 und 6 f?r die Gruppe bei Index 4&nbsp;in $Adapters ab.</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>Ruft die VLAN IDs 1, 2, 50 und 40 bei Gruppe A ab.</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>Ruft alle VLANs bei Gruppe A ab.</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>Ruft alle VLANs f?r Intel Ger?te im System ab.</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>Gibt die Jumbo Packet Einstellung f?r das angegebene VLAN zur?ck.</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>Das Get-IntelNetVLANJumboPacket-Cmdlet gibt die Jumbo Packet-Einstellung f?r das angegebene VLAN zur?ck. Das ?bergeordnete Ger?t kann entweder ein Adapter oder eine Intel ANS-Gruppe sein. Das ?bergeordnete Ger?t kann entweder mit dem Namen oder dem Objekt des Ger?ts angegeben werden. In der Standardansicht werden die Jumbo Packet-Einstellungen in einer Tabellenansicht angezeigt. Um alle Eigenschaften anzuzeigen, kann die Ausgabe unter Angabe eines beliebigen Werts (*) f?r den Property-Parameter zu Format-List weitergereicht werden. Wenn dieses Cmdlet ohne Parameter aufgerufen wird, werden alle Jumbo Packet-Einstellungen, die auf allen im System vorhandenen VLANs unterst?tzt werden, zur?ckgegeben.</maml:para> <maml:para>Hinweis: Jumbo Packets werden nicht von allen Betriebssystemen und Adapterkombinationen unterst?tzt.</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>Gibt ein VLAN-Objekt an.</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>Gibt den Namen des Ger?ts an, mit dem das VLAN verkn?pft ist. ParentName kann der Name einer Intel ANS-Gruppe oder eines Adapters sein.</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>Gibt entweder ein Adapter- oder Gruppenobjekt an. Gruppenobjekte k?nnen mit dem Get-IntelNetTeam-Cmdlet ermittelt werden, und Adapterobjekte k?nnen mit dem Get-IntelNetAdaper-Cmdlet ermittelt werden.</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>Gibt die VLAN-IDs an, die vom Ger?t abgerufen werden sollen. G?ltige Werte m?ssen folgende Syntax aufweisen:</maml:para> <maml:para>Abfrage f?r ein einzelnes VLAN mit der ID 1: 1</maml:para> <maml:para>Abfrage f?r mehrere VLANs mit den IDs 1, 4, 60 und 90: 1,4,60,90</maml:para> <maml:para>Abfrage f?r eine Reihe von VLANs mit den IDs 1 bis 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>Eine Sammlung von VLAN-Objekten, die mit Get-IntelNetVLAN ermittelt wird.</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 gibt eine Sammlung von VLAN-Jumbo-Paket-Einstellungsobjekten zur?ck.</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>Ruft die Jumbo-Paket-Einstellungen f?r alle VLANs in Gruppe A ab.</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>Ruft die Jumbo-Paket-Einstellungen f?r alle VLANs beim Intel(R) PRO 1000 GT Desktop-Adapter ab.</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>Ruft die Jumbo-Paket-Einstellungen f?r bestimmte VLANs beim Intel(R) PRO 1000 GT Desktop-Adapter ab.</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>Ruft die Jumbo-Paket-Einstellungen f?r alle VLANs ab.</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>Ruft die Jumbo-Paket-Einstellungen f?r VLAN 1 in Gruppe A ab.</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>Ruft die Jumbo-Paket-Einstellungen f?r die VLANs 1 bis 4 in Gruppe A ab.</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>Entfernt ein VLAN entweder von einem Adapter oder einer Intel ANS-Gruppe.</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>Mit dem Remove-IntelNetVLAN-Cmdlet k?nnen Sie eine oder mehrere VLAN-Schnittstellen von deren ?bergeordnetem Ger?t entfernen. Das ?bergeordnete Ger?t kann entweder ein Adapter oder eine Intel ANS-Gruppe sein. Das ?bergeordnete Ger?t kann entweder mit seinem Namen oder dem Objekt des Ger?ts angegeben werden. Die VLANs, die entfernt werden sollen, werden mit dem VLANID-Parameter angegeben.</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>Gibt eine Sammlung von VLAN-Objekten an, die entfernt werden soll.</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>Gibt den Namen des Ger?ts an, von dem die VLANs entfernt werden sollen. ParentName kann der Name einer Intel ANS-Gruppe oder eines Adapters sein.</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>Gibt entweder ein Adapter- oder ein Gruppenobjekt an, von dem die VLANs entfernt werden sollen. Gruppenobjekte k?nnen mit dem Get-IntelNetTeam-Cmdlet ermittelt werden, und Adapterobjekte k?nnen mit dem Get-IntelNetAdapter-Cmdlet ermittelt werden.</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>Gibt die VLAN-IDs an, die zum Ger?t hinzugef?gt werden sollen. G?ltige Werte m?ssen folgende Syntax aufweisen:</maml:para> <maml:para>Entfernt ein einzelnes VLAN mit der ID 1: 1</maml:para> <maml:para>Entfernt mehrere VLANs mit den IDs 1, 4, 60 und 90: 1,4,60,90</maml:para> <maml:para>Entfernt eine Reihe von VLANs mit den IDs 1 bis 10: (1..10)</maml:para> <maml:para>Die VLAN-ID muss zwischen 0 und 4096 liegen.</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>Ein oder mehrere VLAN-Objekte.</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>Wenn der Vorgang erfolgreich war, wird keine Meldung zur?ckgegeben.</maml:para> <maml:para>Wenn das Cmdlet nicht erfolgreich ausgef?hrt wurde, wird eine Fehlermeldung angezeigt.</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>Entfernt die VLAN-IDs 1, 2, 50 und 40 von Gruppe 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>Entfernt VLAN-ID 1 vom 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>Entfernt die VLAN-IDs 1 bis 14 f?r die ANS-Gruppe bei 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>Entfernt die VLAN-IDs 0, 4, 5 und 6 vom Adapter bei Index 4&nbsp;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>Entfernt alle VLANs vom 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>Entfernt alle VLANs von Gruppe 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>?ndert ein bestehendes VLAN, indem entweder die VLAN-ID oder der VLAN-Name ge?ndert wird.</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>Das Set-IntelNetVLAN-Cmdlet ?ndert ein bestehendes VLAN, indem entweder die VLAN-ID oder der VLAN-Name ge?ndert wird. Das basierend auf der VLAN-ID ermittelte VLAN. Das ?bergeordnete Ger?t eines VLANs kann entweder ein Adapter oder eine Intel ANS-Gruppe sein. Das ?bergeordnete Ger?t kann entweder mit dem Namen oder dem Objekt des Ger?ts angegeben werden. </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>Gibt eine Sammlung von VLAN-Objekten an.</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>Gibt den Namen des Ger?ts an, mit dem das VLAN verkn?pft ist. ParentName kann der Name einer Intel ANS-Gruppe oder eines Adapters sein.</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>Gibt entweder ein Adapter- oder Gruppenobjekt an. Gruppenobjekte k?nnen mit dem Get-IntelNetTeam-Cmdlet ermittelt werden, und Adapterobjekte k?nnen mit dem Get-IntelNetAdaper-Cmdlet ermittelt werden.</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>Gibt die VLAN-ID an, die ge?ndert werden soll. Es kann jeweils nur ein VLAN ge?ndert werden.</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>Gibt die neue VLAN-ID an. G?ltige VLAN-IDs liegen im Bereich zwischen 0 und 4096. F?r ungekennzeichnete VLANs muss ein gekennzeichnetes VLAN vorhanden sein.</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>Gibt den neuen VLAN-Namen an. VLAN-Namen m?ssen f?r die Reihe von VLANs auf einem bestimmten Ger?t oder in einer bestimmten Gruppe eindeutig sein.</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>Eine Sammlung von VLAN-Objekten.</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 gibt eine Sammlung von VLAN-Objekten zur?ck. Die Ausgabe umfasst nur die ge?nderten VLAN-Instanzen.</maml:para> <maml:para>Wenn das Cmdlet nicht erfolgreich ausgef?hrt wurde, wird eine Fehlermeldung angezeigt.</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>Weist VLAN 1 bei Gruppe A einer neuen VLAN-ID 2 und dem Namen VLAN 2 zu.</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>Weist VLAN 1 beim Intel(R) PRO 1000 GT Desktop-Adapter der neuen VLAN-ID 3 zu.</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>?ndert den Namen von VLAN 1 der Gruppe in $Team[1] zu "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>?ndert die ID von VLAN 6 in VLAN 1 und ?ndert den Namen in "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>Erm?glicht die ?nderung einer Jumbo-Paket-Einstellung in einem bestimmten 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>Mit dem Set-IntelNetVLANJumboPacket-Cmdlet k?nnen Sie die Jumbo Packet-Einstellung ?ndern. Das ?bergeordnete Ger?t kann entweder ein Adapter oder eine Intel ANS-Gruppe sein. Das ?bergeordnete Ger?t kann entweder mit dem Namen oder dem Objekt des Ger?ts angegeben werden.</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>Gibt eine Sammlung von Jumbo-Paket-VLAN-Einstellungen an, bei denen DisplayValue oder RegistryValue ge?ndert werden kann. Diese Einstellungen werden mit dem Get-IntelNetJumboPacket-Cmdlet abgerufen.</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>Gibt den Namen des Ger?ts an, mit dem das VLAN verkn?pft ist. ParentName kann der Name einer Intel ANS-Gruppe oder eines Adapters sein.</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>Gibt entweder ein Adapter- oder Gruppenobjekt an. Gruppenobjekte k?nnen mit dem Get-IntelNetTeam-Cmdlet ermittelt werden, und Adapterobjekte k?nnen mit dem Get-IntelNetAdapter-Cmdlet ermittelt werden.</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>Gibt die VLAN-IDs an, bei denen die Einstellung der Jumbo-Pakete ver?ndert wird.</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>Ein oder mehrere Jumbo-Paket-Einstellungsobjekte.</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 gibt eine Sammlung von VLAN-Jumbo-Paket-Einstellungsobjekten zur?ck. Die Ausgabe umfasst nur die Einstellungen, die ge?ndert wurden.</maml:para> <maml:para>Wenn das Cmdlet nicht erfolgreich ausgef?hrt wurde, wird eine Fehlermeldung angezeigt.</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>Setzt die Jumbo-Paket-Einstellungen der VLANs 1, 2 und 3 auf deaktiviert.</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>?ndert die Jumbo-Paket-Einstellung f?r VLAN 1 eines Adapters auf den niedrigsten Registrierungswert.</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>Setzt die Jumbo-Paket-Einstellungen der VLANs 1 und 2 auf 4088&nbsp;Byte.</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>Setzt die Jumbo-Paket-Einstellungen der VLANs 1 bis 5 auf 9014&nbsp;Byte.</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>Setzt die Jumbo-Paket-Einstellungen aller VLANs der Gruppe A unter Verwendung der Pipeline-Syntax auf 9014&nbsp;Byte.</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>Setzt die Jumbo-Paket-Einstellungen aller VLANs der Gruppe A auf 9014&nbsp;Byte.</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