﻿<?xml version="1.0" encoding="UTF-8"?>
<helpItems schema="maml" 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">

<!--~~~~~~~~~~~~~~~~~~~~~~~~~~Ethernet cmdlet documents~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->


<!--Get-IntelEthernet-->
 <command:command>

  <!--Synopsis for Get-IntelEthernet-->
    <command:details>
      <command:name>Get-IntelEthernet</command:name>
      <maml:description>
        <maml:para>Muestra información básica sobre dispositivos Ethernet Intel(R) en el Sistema.</maml:para>
      </maml:description>
      <maml:copyright>
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>IntelEthernet</command:noun>
      <dev:version></dev:version>
    </command:details>

    <!--Description for Get-IntelEthernet-->
    <maml:description>
      <maml:para>El cmdlet Get-IntelEthernet muestra información básica sobre los dispositivos Ethernet Intel® presentes en el sistema, que incluyen los siguientes:
* Ubicación en el bus PCI
* Nombre
* Estado del enlace
* Nombre de la conexión</maml:para>
      <maml:para>De forma predeterminada, este cmdlet muestra resultados como una de tabla. Para ver los resultados en forma de listado, canalice la salida a Formato-Lista.</maml:para>
    </maml:description>

    <!--Syntax Section for Get-IntelEthernet-->
    <command:syntax>

      <command:syntaxItem>
        <maml:name>Get-IntelEthernet</maml:name>
      </command:syntaxItem>

      <command:syntaxItem>
        <maml:name>Get-IntelEthernet</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-IntelEthernet</maml:name>
        <command:parameter required="false" position="0" pipelineInput="true" globbing="false">
          <maml:name>Adapter</maml:name>
          <command:parameterValue required="true">Adapter[]</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>

    </command:syntax>


    <!--Parameters for Get-IntelEthernet-->
    <command:parameters>

      <!--Name-->
      <command:parameter required="false" position="named" pipelineInput="false" globbing="true">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Especifica el nombre de un objeto Ethernet Intel.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--Adapter-->
      <command:parameter required="false" position="0" pipelineInput="true" globbing="false">
        <maml:name>Adapter</maml:name>
        <maml:description>
          <maml:para>Especifica una colección de objetos Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</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>none</dev:defaultValue>
      </command:parameter>

    </command:parameters>


    <!--Input for Get-IntelEthernet-->
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>Adapter[]</maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Una colección de objetos Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</maml:para>
          </maml:description>
      </command:inputType>
    </command:inputTypes>

    <!--Output for Get-IntelEthernet-->
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name></maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Una colección de objetos Ethernet Intel.</maml:para>
          </maml:description>
      </command:returnValue>
    </command:returnValues>


    <!--Examples for Get-IntelEthernet-->
    <command:examples>
      <command:example>
        <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Get-IntelEthernet</dev:code>
        <dev:remarks>
          <maml:para>Muestra información para todos los dispositivos Ethernet Intel del sistema.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Get-IntelEthernet | Format-List</dev:code>
        <dev:remarks>
          <maml:para>Muestra información para todos los dispositivos Ethernet Intel en el sistema como una lista.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title>
        <maml:introduction>

        </maml:introduction>
        <dev:code>PS C:\&gt; Get-IntelEthernet -Name "Intel(R) Ethernet Network Adapter E810-C-Q2"</dev:code>
        <dev:remarks>
          <maml:para>Muestra información para un dispositivo Ethernet Intel con un nombre específico.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 4 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Get-IntelEthernet -Name "*E810*"</dev:code>
        <dev:remarks>
          <maml:para>Muestra información para todos los dispositivos Ethernet Intel en el sistema de una familia de dispositivos específica, utilizando wildcards.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 5 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; $Adapters | Get-IntelEthernet
</dev:code>
        <dev:remarks>
          <maml:para>Muestra información de todos los dispositivos Ethernet Intel almacenados en $Adapters.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 6 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; Get-IntelEthernet -Adapter $Adapters[1]</dev:code>
        <dev:remarks>
          <maml:para>Muestra información sobre el dispositivo Ethernet Intel almacenado en $Adapters[1].</maml:para>
        </dev:remarks>
      </command:example>

	   <command:example>
        <maml:title>------------------------ EXAMPLE 7 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; Get-IntelEthernet -Name $Adapters[1].ifDesc</dev:code>
        <dev:remarks>
          <maml:para>Muestra información sobre el dispositivo Ethernet Intel almacenado en $Adapters[1], utilizando su nombre de NetAdapter (por ejemplo, Slot 5 Port 1).</maml:para>
        </dev:remarks>
      </command:example>

    </command:examples>


    <!--Links for Get-IntelEthernet-->
    <maml:relatedLinks>

      <maml:navigationLink>
        <maml:linkText>Get-IntelEthernet</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Get-IntelNetAdapter</maml:linkText>
      </maml:navigationLink>

    </maml:relatedLinks>

  </command:command>


<!--Get-IntelEthernetSetting-->
 <command:command>

  <!--Synopsis for Get-IntelEthernetSetting-->
    <command:details>
      <command:name>Get-IntelEthernetSetting</command:name>
      <maml:description>
        <maml:para>Muestra todos los ajustes compatibles para los dispositivos Ethernet Intel(R) presentes en el sistema.</maml:para>
      </maml:description>
      <maml:copyright>
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>IntelEthernetSetting</command:noun>
      <dev:version></dev:version>
    </command:details>

    <!--Description for Get-IntelEthernetSetting-->
    <maml:description>
      <maml:para>El cmdlet Get-IntelEthernetSetting muestra todos los ajustes compatibles de los dispositivos Ethernet Intel(R) presentes en el sistema. </maml:para>
      <maml:para>De forma predeterminada, este cmdlet muestra resultados como una de tabla. Para ver los resultados en forma de listado, canalice la salida a Formato-Lista.</maml:para>
	  <maml:para>Para ver una descripción de un ajuste, añada "|Select Minihelp" a la sintaxis del cmdlet.</maml:para>
    </maml:description>

    <!--Syntax Section for Get-IntelEthernetSetting-->
    <command:syntax>

      <command:syntaxItem>
        <maml:name>Get-IntelEthernetSetting</maml:name>
      </command:syntaxItem>

      <command:syntaxItem>
        <maml:name>Get-IntelEthernetSetting</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="named" 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-IntelEthernetSetting</maml:name>
        <command:parameter required="false" position="0" pipelineInput="true" globbing="false">
          <maml:name>Adapter</maml:name>
          <command:parameterValue required="true">Adapter[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="named" 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-IntelEthernetSetting-->
    <command:parameters>

      <!--Name-->
      <command:parameter required="false" position="named" pipelineInput="false" globbing="true">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Especifica el nombre de un objeto Ethernet Intel.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--Adapter-->
      <command:parameter required="false" position="0" pipelineInput="true" globbing="false">
        <maml:name>Adapter</maml:name>
        <maml:description>
          <maml:para>Especifica una colección de objetos Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</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>none</dev:defaultValue>
      </command:parameter>

      <!--DisplayName-->
      <command:parameter required="false" position="named" pipelineInput="false" globbing="true">
        <maml:name>DisplayName</maml:name>
        <maml:description>
          <maml:para>Especifica el nombre de pantalla de un ajuste de Ethernet Intel.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--RegistryKeyword-->
      <command:parameter required="false" position="named" pipelineInput="false" globbing="true">
        <maml:name>RegistryKeyword</maml:name>
        <maml:description>
          <maml:para>Especifica la clave del registro de un ajuste de Ethernet Intel.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>
    </command:parameters>


    <!--Input for Get-IntelEthernetSetting-->
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>Adapter[]</maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Una colección de objetos Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</maml:para>
          </maml:description>
      </command:inputType>
    </command:inputTypes>

    <!--Output for Get-IntelEthernetSetting-->
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>Setting[]</maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Una colección de objetos IntelEthernetSetting.</maml:para>
          </maml:description>
      </command:returnValue>
    </command:returnValues>


    <!--Examples for Get-IntelEthernetSetting-->
    <command:examples>
      <command:example>
        <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Get-IntelEthernetSetting</dev:code>
        <dev:remarks>
          <maml:para>Muestra los ajustes de todos los dispositivos Ethernet Intel compatibles.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Get-IntelEthernetSetting | Format-List</dev:code>
        <dev:remarks>
          <maml:para>Muestra información de todos los ajustes Ethernet Intel como lista.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title>
        <maml:introduction>

        </maml:introduction>
        <dev:code>PS C:\&gt; Get-IntelEthernetSetting -Name "Intel(R) Ethernet Network Adapter E810-C-Q2"</dev:code>
        <dev:remarks>
          <maml:para>Muestra los ajustes de un dispositivo Ethernet Intel con un nombre específico.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 4 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; $Adapters[1] | Get-IntelEthernetSetting</dev:code>
        <dev:remarks>
          <maml:para>Obtiene todos los ajustes compatibles en el dispositivo almacenado en $Adapters[1].</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 5 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; Get-IntelEthernetSetting -Name $Adapters[1].Name -DisplayName "Receive Side Scaling"</dev:code>
        <dev:remarks>
          <maml:para>Obtiene el ajuste de recepción de escalado lateral del dispositivo almacenado en $Adapters[1] usando el parámetro -Name.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 6 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Get-IntelEthernetSetting -RegistryKeyword "*RSS"</dev:code>
        <dev:remarks>
          <maml:para>Obtiene todos los ajustes de recepción de escalado lateral de todos los dispositivos compatibles Ethernet del sistema.</maml:para>
        </dev:remarks>
      </command:example>

	   <command:example>
        <maml:title>------------------------ EXAMPLE 7 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Get-IntelEthernetSetting -RegistryKeyword "*RSS" | Select -Property Minihelp</dev:code>
        <dev:remarks>
          <maml:para>Muestra la miniayuda del ajuste para la clave del registro indicada.</maml:para>
        </dev:remarks>
      </command:example>

    </command:examples>


    <!--Links for Get-IntelEthernetSetting-->
    <maml:relatedLinks>

      <maml:navigationLink>
        <maml:linkText>Get-IntelEthernet</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Set-IntelEthernetSetting</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Get-IntelNetAdapter</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Get-IntelNetAdapterSetting</maml:linkText>
      </maml:navigationLink>

    </maml:relatedLinks>

  </command:command>

<!--Get-IntelEthernetProfileSetting-->
 <command:command>

  <!--Synopsis for Get-IntelEthernetProfileSetting-->
    <command:details>
      <command:name>Get-IntelEthernetProfileSetting</command:name>
      <maml:description>
        <maml:para>Muestra la configuración y sus valores para la combinación especificada de adaptador y perfil.</maml:para>
      </maml:description>
      <maml:copyright>
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>IntelEthernetProfileSetting</command:noun>
      <dev:version></dev:version>
    </command:details>

    <!--Description for Get-IntelEthernetProfileSetting-->
    <maml:description>
      <maml:para>El cmdlet Get-IntelEthernetProfileSetting muestra la configuración y sus valores para la combinación especificada del dispositivo Ethernet y su perfil. La información se visualiza en una tabla que muestra el nombre de la configuración y el valor por el que se cambiará.</maml:para>
      <maml:para>Get-IntelEthernetProfileSetting devuelve una colección de objetos de configuración.</maml:para>
      <maml:para>Nota: utilice Set-IntelEthernetSetting para cambiar un adaptador a un perfil específico.</maml:para>
    </maml:description>

    <!--Syntax Section for Get-IntelEthernetProfileSetting-->
    <command:syntax>

      <command:syntaxItem>
        <maml:name>Get-IntelEthernetProfileSetting</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="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-IntelEthernetProfileSetting</maml:name>
        <command:parameter required="true" position="0" 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-IntelEthernetProfileSetting-->
    <command:parameters>

      <!--Name-->
      <command:parameter required="true" position="named" pipelineInput="false" globbing="true">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Especifica el nombre de un objeto Ethernet Intel.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--Adapter-->
      <command:parameter required="true" position="0" pipelineInput="true" globbing="false">
        <maml:name>Adapter</maml:name>
        <maml:description>
          <maml:para>Especifica una colección de objetos Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</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>none</dev:defaultValue>
      </command:parameter>

      <!--ProfileName-->
      <command:parameter required="true" position="named" pipelineInput="false" globbing="false">
        <maml:name>ProfileName</maml:name>
        <maml:description>
          <maml:para>Especifica el nombre del perfil. Entre los perfiles posibles están los siguientes:

* Standard Server: este perfil está optimizado para servidores típicos.

* Web Server: este perfil está optimizado para servidores web basados en IIS y HTTP.

* Virtualization Server (Hyper-V*): este perfil está optimizado para el entorno de virtualización Hyper-V de Microsoft. Requiere Hyper-V para la habilitación.

* Storage Server: este perfil está optimizado para el rendimiento de iSCSI sobre DCB. Con la selección de este perfil se deshabilitará SR-IOV y VMQ. Requiere Intel DCB para la habilitación.

* Storage + Virtualization: este perfil está optimizado para una combinación de requisitos de almacenamiento y virtualización. Requiere Intel DCB e Hyper-V para la habilitación.

* Low Latency: este perfil está optimizado para minimizar la latencia de la red.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>
  </command:parameters>


    <!--Input for Get-IntelEthernetProfileSetting-->
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>Adapter[]</maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Una colección de objetos Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</maml:para>
          </maml:description>
      </command:inputType>
    </command:inputTypes>

    <!--Output for Get-IntelEthernetProfileSetting-->
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>Setting[]</maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Una colección de objetos IntelEthernetSetting.</maml:para>
          </maml:description>
      </command:returnValue>
    </command:returnValues>


    <!--Examples for Get-IntelEthernetProfileSetting-->
    <command:examples>
      <command:example>
        <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Get-IntelEthernetProfileSetting -Name "Intel(R) Ethernet Server Adapter E810-C-Q2" -ProfileName "Standard Server"</dev:code>
        <dev:remarks>
          <maml:para>Muestra las configuraciones que cambiarían, y los valores a los que lo harían, en caso de configurar el dispositivo Ethernet indicado con el perfil especificado.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; Get-IntelEthernetProfileSetting -Adapter $Adapters[1] -ProfileName "Standard Server"</dev:code>
        <dev:remarks>
          <maml:para>Muestra las configuraciones que cambiarían, y los valores a los que lo harían, en caso de configurar el dispositivo Ethernet almacenado en $Adapters[1] en el perfil especificado.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title>
        <maml:introduction>

        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; Get-IntelEthernetProfileSetting -Adapter $Adapters[1] -ProfileName "Standard Server"
PS C:\&gt; Set-IntelEthernetSetting -Name $Adapters[1].Name -DisplayName "Profile" -DisplayValue "Standard Server"</dev:code>
        <dev:remarks>
          <maml:para>Muestra las configuraciones que cambiarían, y los valores a los que lo harían, en caso de configurar el dispositivo Ethernet almacenado en $Adapters[1] en el perfil especificado. A continuación, cambia la configuración del perfil del adaptador a Servidor estándar.</maml:para>
        </dev:remarks>
      </command:example>
</command:examples>

    <!--Links for Get-IntelEthernetProfileSetting-->
    <maml:relatedLinks>

      <maml:navigationLink>
        <maml:linkText>Get-IntelEthernet</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Set-IntelEthernetSetting</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Get-IntelNetAdapterProfileSettings</maml:linkText>
      </maml:navigationLink>

    </maml:relatedLinks>

  </command:command>

<!--Set-IntelEthernetSetting-->
 <command:command>

  <!--Synopsis for Set-IntelEthernetSetting-->
    <command:details>
      <command:name>Set-IntelEthernetSetting</command:name>
      <maml:description>
        <maml:para>Configura los ajustes de los dispositivos Ethernet Intel(R).</maml:para>
      </maml:description>
      <maml:copyright>
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>IntelEthernetSetting</command:noun>
      <dev:version></dev:version>
    </command:details>

    <!--Description for Set-IntelEthernetSetting-->
    <maml:description>
      <maml:para>El cmdlet Set-IntelEthernetSetting configura los ajustes de los dispositivos Ethernet Intel(R). </maml:para>
      <maml:para>De forma predeterminada, este cmdlet muestra resultados como una de tabla. Para ver los resultados en forma de listado, canalice la salida a Formato-Lista.</maml:para>
    </maml:description>

    <!--Syntax Section for Set-IntelEthernetSetting-->
    <command:syntax>

	  <!--Parameter Set 1 -->
      <command:syntaxItem>
      <maml:name>Set-IntelEthernetSetting</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="named" pipelineInput="false" globbing="true">
          <maml:name>DisplayName</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="named" pipelineInput="false" globbing="false">
          <maml:name>DisplayValue</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>

		<!-- Parameter Set 2 -->
       <command:syntaxItem>
       <maml:name>Set-IntelEthernetSetting</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="named" pipelineInput="false" globbing="true">
          <maml:name>RegistryKeyword</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="named" pipelineInput="false" globbing="false">
          <maml:name>RegistryValue</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>

	<!-- Parameter Set 3 -->
      <command:syntaxItem>
        <maml:name>Set-IntelEthernetSetting</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="named" pipelineInput="false" globbing="true">
          <maml:name>DisplayName</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="named" pipelineInput="false" globbing="false">
          <maml:name>Reset</maml:name>
        </command:parameter>
      </command:syntaxItem>

	<!-- Parameter Set 4 -->
      <command:syntaxItem>
        <maml:name>Set-IntelEthernetSetting</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="named" pipelineInput="false" globbing="true">
          <maml:name>RegistryKeyword</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="named" pipelineInput="false" globbing="false">
          <maml:name>Reset</maml:name>
        </command:parameter>
      </command:syntaxItem>

	<!-- Parameter Set 5 -->
      <command:syntaxItem>
        <maml:name>Set-IntelEthernetSetting</maml:name>
        <command:parameter required="true" position="0" 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="true">
          <maml:name>DisplayName</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="named" pipelineInput="false" globbing="false">
          <maml:name>DisplayValue</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>

	<!-- Parameter Set 6 -->
      <command:syntaxItem>
        <maml:name>Set-IntelEthernetSetting</maml:name>
        <command:parameter required="true" position="0" 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="true">
          <maml:name>RegistryKeyword</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="named" pipelineInput="false" globbing="false">
          <maml:name>RegistryValue</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>

	<!-- Parameter Set 7 -->
      <command:syntaxItem>
        <maml:name>Set-IntelEthernetSetting</maml:name>
        <command:parameter required="true" position="0" 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="true">
          <maml:name>DisplayName</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="named" pipelineInput="false" globbing="false">
          <maml:name>Reset</maml:name>
        </command:parameter>
      </command:syntaxItem>

	<!-- Parameter Set 8 -->
      <command:syntaxItem>
        <maml:name>Set-IntelEthernetSetting</maml:name>
        <command:parameter required="true" position="0" 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="true">
          <maml:name>RegistryKeyword</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="named" pipelineInput="false" globbing="false">
          <maml:name>Reset</maml:name>
        </command:parameter>
      </command:syntaxItem>

	<!-- Parameter Set 9 -->
      <command:syntaxItem>
        <maml:name>Set-IntelEthernetSetting</maml:name>
        <command:parameter required="true" position="named" pipelineInput="true" globbing="false">
          <maml:name>Setting</maml:name>
          <command:parameterValue required="true">Setting[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="named" pipelineInput="false" globbing="false">
          <maml:name>DisplayValue</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>

	<!-- Parameter Set 10 -->
      <command:syntaxItem>
        <maml:name>Set-IntelEthernetSetting</maml:name>
        <command:parameter required="true" position="named" pipelineInput="true" globbing="false">
          <maml:name>Setting</maml:name>
          <command:parameterValue required="true">Setting[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="named" pipelineInput="false" globbing="false">
          <maml:name>RegistryValue</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>

	<!-- Parameter Set 11 -->
      <command:syntaxItem>
        <maml:name>Set-IntelEthernetSetting</maml:name>
        <command:parameter required="true" position="named" pipelineInput="true" globbing="false">
          <maml:name>Setting</maml:name>
          <command:parameterValue required="true">Setting[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="named" pipelineInput="false" globbing="false">
          <maml:name>Reset</maml:name>
        </command:parameter>
      </command:syntaxItem>

    </command:syntax>


    <!--Parameters for Set-IntelEthernetSetting-->
    <command:parameters>

      <!--Name-->
      <command:parameter required="true" position="named" pipelineInput="false" globbing="true">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Especifica el nombre del dispositivo Ethernet Intel.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--Adapter-->
      <command:parameter required="true" position="0" pipelineInput="true" globbing="false">
        <maml:name>Adapter</maml:name>
        <maml:description>
          <maml:para>Especifica una colección de objetos Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</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>none</dev:defaultValue>
      </command:parameter>

      <!--RegistryKeyword-->
      <command:parameter required="true" position="named" pipelineInput="false" globbing="true">
        <maml:name>RegistryKeyword</maml:name>
        <maml:description>
          <maml:para>Especifica la clave del registro de un ajuste de Ethernet Intel.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--RegistryValue-->
      <command:parameter required="true" position="named" pipelineInput="false" globbing="false">
        <maml:name>RegistryValue</maml:name>
        <maml:description>
          <maml:para>Especifica el valor del registro de un ajuste de Ethernet Intel.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--DisplayName-->
      <command:parameter required="true" position="named" pipelineInput="false" globbing="true">
        <maml:name>DisplayName</maml:name>
        <maml:description>
          <maml:para>Especifica el nombre de pantalla de un ajuste de Ethernet Intel.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--DisplayValue-->
      <command:parameter required="true" position="named" pipelineInput="false" globbing="false">
        <maml:name>DisplayValue</maml:name>
        <maml:description>
          <maml:para>Especifica el valor de pantalla de un ajuste Ethernet Intel.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--Setting-->
      <command:parameter required="true" position="named" pipelineInput="true" globbing="false">
        <maml:name>Setting</maml:name>
        <maml:description>
          <maml:para>Especifica la colección de objetos IntelEthernetSetting donde se modificará DisplayValue o RegistryValue.</maml:para>
        </maml:description>
        <command:parameterValue required="true">Setting[]</command:parameterValue>
        <dev:type>
          <maml:name>Setting[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--Reset-->
      <command:parameter required="true" position="named" pipelineInput="false" globbing="false">
        <maml:name>Reset</maml:name>
        <maml:description>
          <maml:para>Restablece el ajuste a su valor predeterminado.</maml:para>
        </maml:description>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

    </command:parameters>

    <!--Input for Set-IntelEthernetSetting-->
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>Adapter[]</maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Una colección de objetos Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</maml:para>
          </maml:description>
      </command:inputType>
    </command:inputTypes>

    <!--Output for Set-IntelEthernetSetting-->
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>Setting[]</maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Una colección de objetos IntelEthernetSetting.</maml:para>
          </maml:description>
      </command:returnValue>
    </command:returnValues>


    <!--Examples for Set-IntelEthernetSetting-->
    <command:examples>
      <command:example>
        <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Set-IntelEthernetSetting -Name "Intel(R) Ethernet Network Adapter E810-C-Q2" -RegistryKeyword "*RSS" -RegistryValue "1"</dev:code>
        <dev:remarks>
          <maml:para>Habilita el ajuste de la clave del registro *RSS de un dispositivo Ethernet Intel con un nombre específico.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; Set-IntelEthernetSetting -Adapter $Adapters[1] -DisplayName "Receive Side Scaling" -DisplayValue "Disabled" | Format-List</dev:code>
        <dev:remarks>
          <maml:para>Deshabilita el ajuste de recepción de escalado lateral en el dispositivo almacenado en $Adapters[1] y da formato de lista a la salida.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title>
        <maml:introduction>

        </maml:introduction>
        <dev:code>PS C:\&gt; $RSS = Get-IntelEthernetSetting -Name "Intel(R) Ethernet Network Adapter E810-C-Q2" -RegistryKeyword "*RSS"
PS C:\&gt; Set-IntelEthernetSetting -Setting $RSS -Reset</dev:code>
        <dev:remarks>
          <maml:para>Restablece el ajuste *RSS de un dispositivo específico a su valor predeterminado.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 4 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; $Adapters[1] | Set-IntelEthernetSetting -RegistryKeyword "*RSS" -RegistryValue 1</dev:code>
        <dev:remarks>
          <maml:para>Establece el ajuste *RSS en 1 (habilitado).</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 5 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $RSS = Get-IntelEthernetSetting -DisplayName "Receive Side Scaling"
PS C:\&gt; $RSS | Set-IntelEthernetSetting -DisplayValue "Disabled"</dev:code>
        <dev:remarks>
          <maml:para>Deshabilita el ajuste indicado, utilizando un objeto IntelEthernetSetting y el valor de visualización.</maml:para>
        </dev:remarks>
      </command:example>

    </command:examples>


    <!--Links for Set-IntelEthernetSetting-->
    <maml:relatedLinks>

      <maml:navigationLink>
        <maml:linkText>Get-IntelEthernet</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Get-IntelEthernetSetting</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Get-IntelNetAdapter</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Get-IntelNetAdapterSetting</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Set-IntelNetAdapterSetting</maml:linkText>
      </maml:navigationLink>

    </maml:relatedLinks>

  </command:command>



<!--Invoke-IntelEthernetIdentifyPort-->
	<command:command>

	<!--Synopsis for Invoke-IntelEthernetIdentifyPort-->
		<command:details>
			<command:name>Invoke-IntelEthernetIdentifyPort</command:name>
			<maml:description>
				<maml:para>Hace parpadear el LED del puerto especificado de un dispositivo Ethernet Intel(R) durante un número de segundos determinado.</maml:para>
			</maml:description>
			<maml:copyright>
			</maml:copyright>
			<command:verb>Invoke</command:verb>
			<command:noun>IntelEthernetIdentifyPort</command:noun>
			<dev:version></dev:version>
		</command:details>


	<!--Description of Invoke-IntelEthernetIdentifyPort-->
	<maml:description>
		<maml:para>El cmdlet Invoke-IntelEthernetIdentifyPort hace parpadear el LED del puerto indicado de un dispositivo Ethernet Intel(R) durante el número de segundos especificado en el parámetro -Seconds. NOTA: los dispositivos Backplane (de placa posterior) no admiten esta prueba.</maml:para>
	</maml:description>

	<!--Syntax for Invoke-IntelEthernetIdentifyPort-->
	<command:syntax>

		<command:syntaxItem>
			<maml:name>Invoke-IntelEthernetIdentifyPort</maml:name>
			<command:parameter required="true" position="named" pipelineInput="false" globbing="false">
				<maml:name>Name</maml:name>
				<command:parameterValue required="true">String</command:parameterValue>
			</command:parameter>
			<command:parameter required="true" position="1" pipelineInput="false" globbing="false">
				<maml:name>Seconds</maml:name>
				<command:parameterValue required="true">int</command:parameterValue>
			</command:parameter>
		</command:syntaxItem>

		<command:syntaxItem>
			<maml:name>Invoke-IntelEthernetIdentifyPort</maml:name>
			<command:parameter required="true" position="0" pipelineInput="true" globbing="false">
				<maml:name>Adapter</maml:name>
				<command:parameterValue required="true">Adapter</command:parameterValue>
			</command:parameter>
			<command:parameter required="true" position="1" pipelineInput="false" globbing="false">
				<maml:name>Seconds</maml:name>
				<command:parameterValue required="true">int</command:parameterValue>
			</command:parameter>
		</command:syntaxItem>
	</command:syntax>


	<!--Parameters for Invoke-IntelEthernetIdentifyPort-->
	<command:parameters>

      <!--Name-->
      <command:parameter required="false" position="named" pipelineInput="false" globbing="false">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Especifica el nombre del dispositivo Ethernet Intel.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--Adapter-->
      <command:parameter required="true" position="0" pipelineInput="true" globbing="false">
        <maml:name>Adapter</maml:name>
        <maml:description>
          <maml:para>Especifica una colección de objetos Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</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>none</dev:defaultValue>
      </command:parameter>

	<!--Seconds-->
	<command:parameter required="true" position="1" pipelineInput="false" globbing="false">
		<maml:name>Seconds</maml:name>
		<maml:description>
			<maml:para>Especifica el número de segundos que parpadeará el LED, de 1 a 120 segundos.</maml:para>
		</maml:description>
		<command:parameterValue required="true">int</command:parameterValue>
		<dev:type></dev:type>
		<dev:defaultValue>none</dev:defaultValue>
	</command:parameter>

	</command:parameters>


	<!--Input for Invoke-IntelEthernetIdentifyPort-->
	<command:inputTypes>
		<command:inputType>
			<dev:type>
				<maml:name>Adapter</maml:name>
			</dev:type>
			<maml:description>
				<maml:para>Un objeto Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</maml:para>
			</maml:description>
		</command:inputType>
	</command:inputTypes>


	<!--Output for Invoke-IntelEthernetIdentifyPort-->
	<command:returnValues>
		<command:returnValue>
			<dev:type>
				<maml:name>None</maml:name>
			</dev:type>
		</command:returnValue>
	</command:returnValues>


	<!--Examples for Invoke-IntelEthernetIdentifyPort-->
	<command:examples>
		<command:example>
			<maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title>
			<maml:introduction>
			</maml:introduction>
			<dev:code>PS C:\&gt; Invoke-IntelEthernetIdentifyPort -Name "Intel(R) Ethernet Network Adapter E810-C-Q2" -Seconds 45</dev:code>
			<dev:remarks>
				<maml:para>Hace parpadear el LED del puerto de un dispositivo determinado durante 45 segundos.</maml:para>
			</dev:remarks>
		</command:example>

		<command:example>
			<maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title>
			<maml:introduction>
			</maml:introduction>
			<dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; Invoke-IntelEthernetIdentifyPort -Adapter $Adapters[1] -Seconds 45</dev:code>
			<dev:remarks>
				<maml:para>Hace parpadear el LED del puerto del dispositivo almacenado en $Adapters[1] durante 45 segundos.</maml:para>
			</dev:remarks>
		</command:example>

		<command:example>
			<maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title>
			<maml:introduction>
			</maml:introduction>
			<dev:code>PS C:\&gt; $Adapter = Get-IntelEthernet
PS C:\&gt; Invoke-IntelEthernetIdentifyPort $Adapter[1] -Seconds 90</dev:code>
			<dev:remarks>
				<maml:para>Hace parpadear el LED del puerto del dispositivo almacenado en $Adapter[1] durante 90 segundos.</maml:para>
			</dev:remarks>
		</command:example>

	</command:examples>


	<!--Links for Invoke-IntelEthernetIdentifyPort-->
	<maml:relatedLinks>
		<maml:navigationLink>
			<maml:linkText>Get-IntelEthernet</maml:linkText>
			<maml:uri></maml:uri>
		</maml:navigationLink>

		<maml:navigationLink>
			<maml:linkText>Get-IntelNetAdapter</maml:linkText>
			<maml:uri></maml:uri>
		</maml:navigationLink>

		<maml:navigationLink>
			<maml:linkText>Test-IntelNetIdentifyAdapter</maml:linkText>
			<maml:uri></maml:uri>
		</maml:navigationLink>

	</maml:relatedLinks>

</command:command>


<!--Test-IntelEthernetHardware-->
<command:command>
  <!--Synopsis for Test-IntelEthernetHardware-->
  <command:details>
    <command:name>Test-IntelEthernetHardware</command:name>
    <maml:description>
      <maml:para>Ejecuta pruebas de diagnóstico de hardware en los adaptadores especificados.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para>(c) Intel Corporation 2024</maml:para>
    </maml:copyright>
    <command:verb>Test</command:verb>
    <command:noun>IntelEthernetHardware</command:noun>
    <dev:version/>
  </command:details>
  <!--Description for Test-IntelEthernetHardware-->
  <maml:description>
    <maml:para>El cmdlet Test-IntelEthernetHardware ejecuta pruebas de hardware en el adaptador especificado y muestra los resultados. Muestra los resultados de la prueba en una vista de lista.
Nota: No todos los dispositivos son compatibles con todas las pruebas de diagnóstico de hardware.</maml:para>
  </maml:description>
  <!--Syntax section for Test-IntelEthernetHardware-->
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Test-IntelEthernetHardware</maml:name>
      <command:parameter globbing="false" variableLength="" position="0" required="true" pipelineInput="true">
        <maml:name>Adapter</maml:name>
        <maml:description>
          <maml:para>Especifica una colección de objetos de adaptador en los que ejecutar pruebas de hardware.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="">Adapter[]</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
    <command:syntaxItem>
      <maml:name>Test-IntelEthernetHardware</maml:name>
      <command:parameter globbing="true" variableLength="" position="named" required="true" pipelineInput="false">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Especifica el nombre del adaptador de red en el que ejecutar pruebas de hardware.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="">String[]</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <!--Parameters for Test-IntelEthernetHardware-->
  <command:parameters>
    <!--Adapter-->
    <command:parameter globbing="false" variableLength="" position="0" required="true" pipelineInput="true">
      <maml:name>Adapter</maml:name>
      <maml:description>
        <maml:para>Especifica una colección de objetos de adaptador en los que ejecutar pruebas de hardware.</maml:para>
      </maml:description>
      <command:parameterValue required="false" variableLength="">Adapter[]</command:parameterValue>
      <dev:type>
        <maml:name/>
        <maml:uri/>
        <maml:description>
        </maml:description>
      </dev:type>
      <dev:defaultValue>none</dev:defaultValue>
    </command:parameter>
    <!--Name-->
    <command:parameter globbing="true" variableLength="" position="named" required="true" pipelineInput="false">
      <maml:name>Name</maml:name>
      <maml:description>
        <maml:para>Especifica el nombre del adaptador de red en el que ejecutar pruebas de hardware.</maml:para>
      </maml:description>
      <command:parameterValue required="false" variableLength="">String[]</command:parameterValue>
      <dev:type>
        <maml:name/>
        <maml:uri/>
        <maml:description>
        </maml:description>
      </dev:type>
      <dev:defaultValue>none</dev:defaultValue>
    </command:parameter>
  </command:parameters>
  <!--Input for Test-IntelEthernetHardware-->
  <command:inputTypes>
    <command:inputType>
      <dev:type>
        <maml:name>Adapter[]</maml:name>
      </dev:type>
      <maml:description>
        <maml:para>Una colección de objetos de adaptador devueltos desde el cmdlet Get-IntelEthernet.</maml:para>
      </maml:description>
    </command:inputType>
  </command:inputTypes>
  <!--Output for Test-IntelEthernetHardware-->
  <command:returnValues>
    <command:returnValue>
      <dev:type>
        <maml:name>IntelEthernetTestResult[]</maml:name>
      </dev:type>
      <maml:description>
        <maml:para>Una colección de resultados de las pruebas de diagnóstico de hardware.</maml:para>
      </maml:description>
    </command:returnValue>
  </command:returnValues>
  <!--Examples for Test-IntelEthernetHardware-->
  <command:examples>
    <command:example>
      <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title>
      <maml:introduction>
      </maml:introduction>
      <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; Test-IntelEthernetHardware -Adapter $Adapters[1]</dev:code>
      <dev:remarks>
        <maml:para>Ejecuta las pruebas de hardware en el adaptador almacenado en $Adapters[1].</maml:para>
      </dev:remarks>
    </command:example>
    <command:example>
      <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title>
      <maml:introduction>
      </maml:introduction>
      <dev:code>PS C:\&gt; Test-IntelEthernetHardware -Name "Intel(R) Ethernet 25G 2P E810-XXV Adapter"</dev:code>
      <dev:remarks>
        <maml:para>Ejecuta las pruebas de hardware en el adaptador Intel(R) Ethernet 25G 2P E810-XXV.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <!--Links section for Test-IntelEthernetHardware-->
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Get-IntelEthernet</maml:linkText>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>

<!--Get-IntelEthernetDCBStatus-->
	<command:command>

	<!--Synopsis for Get-IntelEthernetDCBStatus-->
		<command:details>
			<command:name>Get-IntelEthernetDCBStatus</command:name>
			<maml:description>
				<maml:para>Muestra la información de depuración del estado del puente del centro de datos para el adaptador especificado.</maml:para>
			</maml:description>
			<maml:copyright>
			</maml:copyright>
			<command:verb>Get</command:verb>
			<command:noun>IntelEthernetDCBStatus</command:noun>
			<dev:version></dev:version>
		</command:details>


	<!--Description of Get-IntelEthernetDCBStatus-->
	<maml:description>
		<maml:para>Muestra una imagen instantánea de la información de depuración del estado del puente del centro de datos para el adaptador especificado formateado para salir en forma de archivo. NOTA: Para obtener una explicación detallada de la salida de cmdlet, consulte el archivo readme.txt.</maml:para>
	</maml:description>

	<!--Syntax for Get-IntelEthernetDCBStatus-->
	<command:syntax>

		<command:syntaxItem>
			<maml:name>Get-IntelEthernetDCBStatus</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-IntelEthernetDCBStatus</maml:name>
			<command:parameter required="false" position="0" pipelineInput="true" globbing="false">
				<maml:name>Adapter</maml:name>
				<command:parameterValue required="true">Adapter[]</command:parameterValue>
			</command:parameter>
		</command:syntaxItem>
	</command:syntax>


	<!--Parameters for Get-IntelEthernetDCBStatus-->
	<command:parameters>

      <!--Name-->
      <command:parameter required="false" position="named" pipelineInput="false" globbing="true">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Especifica el nombre del dispositivo Ethernet Intel.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--Adapter-->
      <command:parameter required="false" position="0" pipelineInput="true" globbing="false">
        <maml:name>Adapter</maml:name>
        <maml:description>
          <maml:para>Especifica una colección de objetos Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</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>none</dev:defaultValue>
      </command:parameter>

	</command:parameters>


	<!--Input for Get-IntelEthernetDCBStatus-->
	<command:inputTypes>
		<command:inputType>
			<dev:type>
				<maml:name>Adapter</maml:name>
			</dev:type>
			<maml:description>
				<maml:para>Un objeto Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</maml:para>
			</maml:description>
		</command:inputType>
	</command:inputTypes>


	<!--Output for Get-IntelEthernetDCBStatus-->
	<command:returnValues>
		<command:returnValue>
			<dev:type>
				<maml:name>A snapshot of the input device's DCB state formatted for file output.</maml:name>
			</dev:type>
		</command:returnValue>
	</command:returnValues>


	<!--Examples for Get-IntelEthernetDCBStatus-->
	<command:examples>
		<command:example>
			<maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title>
			<maml:introduction>
			</maml:introduction>
			<dev:code>PS C:\&gt; Get-IntelEthernetDCBStatus</dev:code>
			<dev:remarks>
				<maml:para>Obtiene el estado DCB de cada dispositivo Ethernet Intel compatible.</maml:para>
			</dev:remarks>
		</command:example>

		<command:example>
			<maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title>
			<maml:introduction>
      </maml:introduction>
      <dev:code>PS C:\&gt; Get-IntelEthernetLogConfig -Name "*E810*"</dev:code>
      <dev:remarks>
        <maml:para>Obtiene el estado DCB para todos los dispositivos Ethernet Intel de la serie E810 compatibles en el sistema utilizando un comodín.</maml:para>
      </dev:remarks>
    </command:example>

		<command:example>
			<maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title>
			<maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; $Adapters | Get-IntelEthernetDCBStatus
</dev:code>
        <dev:remarks>
          <maml:para>Obtiene la información de estado DCB para todos los dispositivos Ethernet Intel almacenados en $Adapters compatibles con el cmdlet.</maml:para>
        </dev:remarks>
		</command:example>

	</command:examples>


	<!--Links for Get-IntelEthernetDCBStatus-->
	<maml:relatedLinks>
		<maml:navigationLink>
			<maml:linkText>Get-IntelEthernet</maml:linkText>
			<maml:uri></maml:uri>
		</maml:navigationLink>

    <maml:navigationLink>
			<maml:linkText>Get-IntelNetAdapter</maml:linkText>
			<maml:uri></maml:uri>
		</maml:navigationLink>

		<maml:navigationLink>
			<maml:linkText>Get-IntelNetAdapterStatus</maml:linkText>
			<maml:uri></maml:uri>
		</maml:navigationLink>

	</maml:relatedLinks>

</command:command>

<!--~~~~~~~~~~~~~~~~~~~~~~~~~~FW Logging and Debug cmdlet documents~~~~~~~~~~~~~~~~~~~~~-->

<!--Get-IntelEthernetLogConfig-->
 <command:command>

  <!--Synopsis for Get-IntelEthernetLogConfig-->
    <command:details>
      <command:name>Get-IntelEthernetLogConfig</command:name>
      <maml:description>
        <maml:para>Le permite mostrar la configuración de los registros de las categorías de eventos compatibles en los dispositivos Ethernet Intel®</maml:para>
      </maml:description>
      <maml:copyright>
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>IntelEthernetLogConfig</command:noun>
      <dev:version></dev:version>
    </command:details>

    <!--Description for Get-IntelEthernetLogConfig-->
    <maml:description>
      <maml:para>El cmdlet Get-IntelEthernetLogConfig recupera la configuración de los registros para las categorías de eventos compatibles (denominadas "módulos") en los dispositivos Ethernet Intel®. De forma predeterminada, este cmdlet muestra todos los dispositivos, sus módulos compatibles y el nivel de registro correspondiente, por módulo, en una vista de tabla. Para ver los resultados en forma de listado, canalice la salida a Formato-Lista.</maml:para>

      <maml:para>Utilice los cmdlets Set-IntelEthernetLogConfig, Disable-IntelEthernetLogConfig, y Reset-IntelEthernetLogConfig para cambiar la configuración de los registros del controlador.</maml:para>

    </maml:description>

    <!--Syntax Section for Get-IntelEthernetLogConfig-->
    <command:syntax>

      <command:syntaxItem>
        <maml:name>Get-IntelEthernetLogConfig</maml:name>
      </command:syntaxItem>

      <command:syntaxItem>
        <maml:name>Get-IntelEthernetLogConfig</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="1" pipelineInput="false" globbing="true">
          <maml:name>Module</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>

      <command:syntaxItem>
        <maml:name>Get-IntelEthernetLogConfig</maml:name>
        <command:parameter required="false" position="0" pipelineInput="true" globbing="false">
          <maml:name>Adapter</maml:name>
          <command:parameterValue required="true">Adapter[]</command:parameterValue>
        </command:parameter>
		  <command:parameter required="false" position="1" pipelineInput="false" globbing="true">
          <maml:name>Module</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>

      <command:syntaxItem>
        <maml:name>Get-IntelEthernetLogConfig</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="named" pipelineInput="false" globbing="true">
          <maml:name>Configuration</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>

     <command:syntaxItem>
        <maml:name>Get-IntelEthernetLogConfig</maml:name>
        <command:parameter required="false" position="0" pipelineInput="true" globbing="false">
          <maml:name>Adapter</maml:name>
          <command:parameterValue required="true">Adapter[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="named" pipelineInput="false" globbing="true">
          <maml:name>Configuration</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>

    </command:syntax>


    <!--Parameters for Get-IntelEthernetLogConfig-->
    <command:parameters>

      <!--Name-->
      <command:parameter required="false" position="named" pipelineInput="false" globbing="true">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Especifica el nombre del dispositivo de red.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--Adapter-->
      <command:parameter required="false" position="0" pipelineInput="true" globbing="false">
        <maml:name>Adapter</maml:name>
        <maml:description>
          <maml:para>Especifica una colección de objetos Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</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>none</dev:defaultValue>
      </command:parameter>

      <!--Module-->
      <command:parameter required="false" position="1" pipelineInput="false" globbing="true">
        <maml:name>Module</maml:name>
        <maml:description>
          <maml:para>Especifica el módulo para el cual obtener la configuración. Nota: no se pueden especificar los parámetros -Module y -Configuration. Utiliza el cmdlet Get-IntelEthernetLogConfig para mostrar una lista de módulos compatibles.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--Configuration -->
      <command:parameter required="false" position="named" pipelineInput="false" globbing="true">
        <maml:name>Configuration</maml:name>
        <maml:description>
          <maml:para>Especifica una configuración para un grupo de módulos. Nota: no se pueden especificar los parámetros -Module y -Configuration.</maml:para>
          <maml:para>Los valores válidos para la Configuración son:
* AQ Interface
* Diagnostics
* Infrastructure
* Initialization
* IO
* Link Management
* Manageability
* NVM
* Protocols
* QoS
* RX
* TimeSync
* TX
* XLR</maml:para>
        </maml:description>
        <command:parameterValue required="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

    </command:parameters>


    <!--Input for Get-IntelEthernetLogConfig-->
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>Adapter[]</maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Una colección de objetos Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</maml:para>
          </maml:description>
      </command:inputType>
    </command:inputTypes>

    <!--Output for Get-IntelEthernetLogConfig-->
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name></maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Una colección de objetos de configuración del registro.</maml:para>
          </maml:description>
      </command:returnValue>
    </command:returnValues>


    <!--Examples for Get-IntelEthernetLogConfig-->
    <command:examples>
      <command:example>
        <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Get-IntelEthernetLogConfig</dev:code>
        <dev:remarks>
          <maml:para>Obtiene la información de configuración del registro para todos los dispositivos Ethernet Intel(R) del sistema que admiten el registro del firmware.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Get-IntelEthernetLogConfig | Format-List</dev:code>
        <dev:remarks>
          <maml:para>Obtiene la información de configuración de registro para todos los dispositivos Ethernet Intel que admiten el registro de firmware y muestra los resultados como una lista.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title>
        <maml:introduction>

        </maml:introduction>
        <dev:code>PS C:\&gt; Get-IntelEthernetLogConfig -Name "*E810*"  </dev:code>
        <dev:remarks>
          <maml:para>Obtiene la información de configuración del registro para todos los dispositivos Ethernet Intel® serie E810 compatibles en el sistema, utilizando un carácter comodín.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 4 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Get-IntelEthernetLogConfig -Name "Intel(R) Ethernet Network Adapter E810-C-Q2" -Module "NVM"</dev:code>
        <dev:remarks>
          <maml:para>Obtiene la información de configuración de registro para el módulo NVM, para dispositivo con un nombre específico.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 5 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; $Adapters | Get-IntelEthernetLogConfig
</dev:code>
        <dev:remarks>
          <maml:para>Obtiene la información de configuración de registro para todos los dispositivos Ethernet Intel almacenados en $Adapters que admiten el registro de firmware.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 6 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Get-IntelEthernetLogConfig -Adapter $Adapters[1] -Module "NVM","ACL"
</dev:code>
        <dev:remarks>
          <maml:para>Obtiene la información de configuración del registro para el dispositivo almacenado en $Adapters[1], para los módulos NVM y ACL.</maml:para>
        </dev:remarks>
      </command:example>

	   <command:example>
        <maml:title>------------------------ EXAMPLE 7 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; $Adapters | Get-IntelEthernetLogConfig -Configuration "NVM","Initialization"</dev:code>
        <dev:remarks>
          <maml:para>Obtiene la información de configuración del registro para los dispositivos Ethernet Intel® almacenados en $Adapters, para los módulos que forman parte del grupo de configuración de Inicialización y NMV.</maml:para>
        </dev:remarks>
      </command:example>

	   <command:example>
        <maml:title>------------------------ EXAMPLE 8 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Get-IntelEthernetLogConfig -Name "*E810*" -Configuration "In*"</dev:code>
        <dev:remarks>
          <maml:para>Obtiene la información de configuración del registro para todos los dispositivos Ethernet Intel® serie E810 compatibles en el sistema, utilizando un carácter comodín, para todos los grupos de configuración que comienzan con las letras "In." En este caso, obtendría información sobre los grupos de configuración de Infraestructura e Inicialización.</maml:para>
        </dev:remarks>
      </command:example>


    </command:examples>


    <!--Links for Get-IntelEthernetLogConfig-->
    <maml:relatedLinks>

      <maml:navigationLink>
        <maml:linkText>Get-IntelEthernet</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Set-IntelEthernetLogConfig</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Disable-IntelEthernetLogConfig</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Reset-IntelEthernetLogConfig</maml:linkText>
      </maml:navigationLink>

    </maml:relatedLinks>

  </command:command>


<!--Set-IntelEthernetLogConfig-->
<command:command>

  <!--Synopsis for Set-IntelEthernetLogConfig-->
    <command:details>
      <command:name>Set-IntelEthernetLogConfig</command:name>
      <maml:description>
        <maml:para>Ajusta la configuración del registro para las categorías de eventos compatibles en los adaptadores Ethernet Intel®.</maml:para>
      </maml:description>
      <maml:copyright>
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>IntelEthernetLogConfig</command:noun>
      <dev:version></dev:version>
    </command:details>

    <!--Description for Set-IntelEthernetLogConfig-->
    <maml:description>
      <maml:para>El cmdlet Set-IntelEthernetLogConfig le permite configurar el nivel para los mensajes de registro para las categorías compatibles (llamadas "módulos") de eventos en los adaptadores Ethernet Intel®. Puede establecer el nivel de verbosidad de los módulos individuales o para los grupos de módulos compatibles. Para ver los resultados en forma de listado, canalice la salida a Formato-Lista.</maml:para>
      <maml:para>Utilice el cmdlet Disable-IntelEthernetLogConfig para deshabilitar el registro en todos los módulos. Utilice el cmdlet Reset-IntelEthernetLogConfig para restablecer todos los módulos de un dispositivo a los niveles de registro predeterminados del controlador.</maml:para>
    </maml:description>

    <!--Syntax Section for Set-IntelEthernetLogConfig-->
    <command:syntax>

      <command:syntaxItem>
        <maml:name>Set-IntelEthernetLogConfig</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="1" pipelineInput="false" globbing="true">
          <maml:name>Module</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
		<command:parameter required="true" position="2" pipelineInput="false" globbing="true">
          <maml:name>Level</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>

      <command:syntaxItem>
        <maml:name>Set-IntelEthernetLogConfig</maml:name>
        <command:parameter required="true" position="0" pipelineInput="true" globbing="false">
          <maml:name>Adapter</maml:name>
          <command:parameterValue required="true">Adapter[]</command:parameterValue>
        </command:parameter>
		<command:parameter required="true" position="1" pipelineInput="false" globbing="true">
          <maml:name>Module</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
		<command:parameter required="true" position="2" pipelineInput="false" globbing="true">
          <maml:name>Level</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>

      <command:syntaxItem>
        <maml:name>Set-IntelEthernetLogConfig</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="named" pipelineInput="false" globbing="true">
          <maml:name>Configuration</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
          <command:parameter required="true" position="2" pipelineInput="false" globbing="true">
          <maml:name>Level</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>

      <command:syntaxItem>
        <maml:name>Set-IntelEthernetLogConfig</maml:name>
        <command:parameter required="true" position="0" 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="true">
          <maml:name>Configuration</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2" pipelineInput="false" globbing="true">
          <maml:name>Level</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>

    </command:syntax>


    <!--Parameters for Set-IntelEthernetLogConfig-->
    <command:parameters>

      <!--Name-->
      <command:parameter required="false" position="named" pipelineInput="false" globbing="true">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Especifica el nombre del dispositivo de red.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--Adapter-->
      <command:parameter required="true" position="0" pipelineInput="true" globbing="false">
        <maml:name>Adapter</maml:name>
        <maml:description>
          <maml:para>Especifica una colección de objetos Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</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>none</dev:defaultValue>
      </command:parameter>

      <!--Module-->
      <command:parameter required="true" position="1" pipelineInput="false" globbing="true">
        <maml:name>Module</maml:name>
        <maml:description>
          <maml:para>Especifica el módulo para el cual establecer la configuración. Nota: no se pueden especificar los parámetros -Module y -Configuration. Utiliza el cmdlet Get-IntelEthernetLogConfig para mostrar una lista de módulos compatibles.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

	  <!--Level-->
	  <command:parameter required="true" position="2" pipelineInput="false" globbing="true">
          <maml:name>Level</maml:name>
		  <maml:description>
          <maml:para>Especifica el nivel del registro para el que establecer la configuración.</maml:para>
          <maml:para>Los valores válidos para el nivel son los siguientes:
* Disabled (deshabilitado)
* Error
* Warning (advertencia)
* Normal
* Verbose (detallado)
</maml:para>
          </maml:description>
          <command:parameterValue required="true">String</command:parameterValue>
		  <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
        </command:parameter>

      <!--Configuration-->
      <command:parameter required="true" position="named" pipelineInput="false" globbing="true">
        <maml:name>Configuration</maml:name>
        <maml:description>
          <maml:para>Especifica una configuración para un grupo de módulos. Nota: no se pueden especificar los parámetros -Module y -Configuration.</maml:para>
          <maml:para>Los valores válidos para la Configuración son:
* AQ Interface
* Diagnostics
* Infrastructure
* Initialization
* IO
* Link Management
* Manageability
* NVM
* Protocols
* QoS
* RX
* TimeSync
* TX
* XLR</maml:para>
        </maml:description>
        <command:parameterValue required="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

    </command:parameters>


    <!--Input for Set-IntelEthernetLogConfig-->
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>Adapter[]</maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Una colección de objetos Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</maml:para>
          </maml:description>
      </command:inputType>
    </command:inputTypes>

    <!--Output for Set-IntelEthernetLogConfig-->
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>Success or failure</maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Si se lleva a cabo correctamente, el cmdlet muestra una colección de objetos de módulos y niveles.</maml:para>
			<maml:para>Si el resultado es erróneo, el cmdlet devuelve un mensaje de fallo.</maml:para>
          </maml:description>
      </command:returnValue>
    </command:returnValues>


    <!--Examples for Set-IntelEthernetLogConfig-->
    <command:examples>
      <command:example>
        <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Set-IntelEthernetLogConfig -Name "*E810*" -Module "NVM" -Level "Verbose"</dev:code>
        <dev:remarks>
          <maml:para>Fija el nivel de configuración del registro en verbose (detallado) para el módulo NVM, para todos los dispositivos Ethernet Intel® serie E810 en el sistema que utilicen un carácter comodín.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title>
        <maml:introduction>

        </maml:introduction>
        <dev:code>PS C:\&gt; Set-IntelEthernetLogConfig -Name "Intel(R) Ethernet Network Adapter E810-C-Q2" -Module "Switch" -Level "Warning"</dev:code>
        <dev:remarks>
          <maml:para>Establece la configuración para registrar mensajes de advertencia para el módulo conmutador, para dispositivo con un nombre específico.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; $Adapters | Set-IntelEthernetLogConfig -Module "MDIO" -Level "Error"
</dev:code>
        <dev:remarks>
          <maml:para>Establece la configuración para registrar los mensajes de error para el módulo MDIO, para todos los dispositivos almacenados en $Adapters.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 4 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Set-IntelEthernetLogConfig -Name "*E810*" -Configuration "Link Management" -Level "Error"</dev:code>
        <dev:remarks>
          <maml:para>Establece la configuración para registrar los mensajes de error para el grupo de configuración de Gestión de enlaces, para todos los dispositivos Ethernet Intel® serie E810 en el sistema, utilizando un carácter comodín.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 5 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; $Adapters | Set-IntelEthernetLogConfig -Configuration "NVM","Initialization" -Level "Warning"
</dev:code>
        <dev:remarks>
          <maml:para>Establece la configuración para registrar mensajes advertencia para dispositivos Ethernet Intel almacenados en $Adapters, para los módulos que forman parte de los grupos de configuración NVM e Inicialización.</maml:para>
        </dev:remarks>
      </command:example>

    </command:examples>


    <!--Links for Set-IntelEthernetLogConfig-->
    <maml:relatedLinks>

      <maml:navigationLink>
        <maml:linkText>Get-IntelEthernet</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Get-IntelEthernetLogConfig</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Disable-IntelEthernetLogConfig</maml:linkText>
      </maml:navigationLink>

       <maml:navigationLink>
        <maml:linkText>Reset-IntelEthernetLogConfig</maml:linkText>
      </maml:navigationLink>

    </maml:relatedLinks>

  </command:command>


<!--Start-IntelEthernetLog-->
 <command:command>

  <!--Synopsis for Start-IntelEthernetLog-->
    <command:details>
      <command:name>Start-IntelEthernetLog</command:name>
      <maml:description>
        <maml:para>Inicia la recopilación de registros de controladores para dispositivos Ethernet de Intel(R) que admiten registro de firmware.</maml:para>
      </maml:description>
      <maml:copyright>
      </maml:copyright>
      <command:verb>Start</command:verb>
      <command:noun>IntelEthernetLog</command:noun>
      <dev:version></dev:version>
    </command:details>

    <!--Description for Start-IntelEthernetLog-->
    <maml:description>
      <maml:para>El cmdlet Start-IntelEthernetLog inicia la recopilación de registros de controladores para dispositivos Ethernet Intel® que admiten registro de firmware. De forma predeterminada, el cmdlet guarda el archivo de registro en una ubicación predeterminada (en C:\%LOCALAPPDATA%\Local\Intel\Wired Networking). Puede especificar una ruta de archivo diferente y un nombre de registro usando el parámetro -Path.</maml:para>
	  <maml:para>Utilice el cmdlet Stop-IntelEthernetLog para detener la recopilación del registro del controlador.</maml:para>
	  <maml:para>Utilice el cmdlet Get-IntelEthernetLogConfig para ver la configuración de los registros del controlador. Utilice los cmdlets Set-IntelEthernetLogConfig, Disable-IntelEthernetLogConfig, y Reset-IntelEthernetLogConfig para cambiar la configuración de los registros del controlador.</maml:para>
    </maml:description>

    <!--Syntax Section for Start-IntelEthernetLog-->
    <command:syntax>

      <command:syntaxItem>
        <maml:name>Start-IntelEthernetLog</maml:name>
        <command:parameter required="true" position="named" pipelineInput="false" globbing="false">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
		<command:parameter required="false" position="1" pipelineInput="false" globbing="false">
          <maml:name>Path</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
		<command:parameter required="false" position="named" pipelineInput="false" globbing="false">
          <maml:name>Force</maml:name>
        </command:parameter>
		<command:parameter required="false" position="named" pipelineInput="false" globbing="false">
          <maml:name>Append</maml:name>
        </command:parameter>
      </command:syntaxItem>

      <command:syntaxItem>
        <maml:name>Start-IntelEthernetLog</maml:name>
        <command:parameter required="true" position="0" pipelineInput="true" globbing="false">
          <maml:name>Adapter</maml:name>
          <command:parameterValue required="true">adapter</command:parameterValue>
        </command:parameter>
		<command:parameter required="false" position="1" pipelineInput="false" globbing="false">
          <maml:name>Path</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
		<command:parameter required="false" position="named" pipelineInput="false" globbing="false">
          <maml:name>Force</maml:name>
        </command:parameter>
		<command:parameter required="false" position="named" pipelineInput="false" globbing="false">
          <maml:name>Append</maml:name>
        </command:parameter>
      </command:syntaxItem>

    </command:syntax>


    <!--Parameters for Start-IntelEthernetLog-->
    <command:parameters>

      <!--Name-->
      <command:parameter required="false" position="named" pipelineInput="false" globbing="false">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Especifica el nombre del dispositivo de red.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--Adapter-->
      <command:parameter required="true" position="0" pipelineInput="true" globbing="false">
        <maml:name>Adapter</maml:name>
        <maml:description>
          <maml:para>Especifica un objeto Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</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>none</dev:defaultValue>
      </command:parameter>

      <!--Path-->
      <command:parameter required="false" position="1" pipelineInput="false" globbing="false">
        <maml:name>Path</maml:name>
        <maml:description>
          <maml:para>Especifica la ruta y el nombre de archivo para la escritura de registros.</maml:para>
        </maml:description>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--Force-->
      <command:parameter required="false" position="named" pipelineInput="false" globbing="false">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Sobrescribe el archivo de registro con uno nuevo, si ya existe.</maml:para>
        </maml:description>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--Append-->
      <command:parameter required="false" position="named" pipelineInput="false" globbing="false">
        <maml:name>Append</maml:name>
        <maml:description>
          <maml:para>Agrega información al archivo de registro, si ya existe.</maml:para>
        </maml:description>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

    </command:parameters>


    <!--Input for Start-IntelEthernetLog-->
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>Adapter</maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Un objeto Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</maml:para>
          </maml:description>
      </command:inputType>
    </command:inputTypes>

    <!--Output for Start-IntelEthernetLog-->
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>Success or failure</maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Si es correcto, muestra la ruta del archivo de registro.
Si el resultado es erróneo, el cmdlet devuelve un mensaje de fallo.</maml:para>
          </maml:description>
      </command:returnValue>
    </command:returnValues>


    <!--Examples for Start-IntelEthernetLog-->
    <command:examples>
      <command:example>
        <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Start-IntelEthernetLog -Name "Intel(R) Ethernet Network Adapter E810-C-Q2"</dev:code>
        <dev:remarks>
          <maml:para>Inicia el registro para el dispositivo con el nombre especificado.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title>
        <maml:introduction>

        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; Start-IntelEthernetLog -Adapter $Adapters[1]</dev:code>
        <dev:remarks>
          <maml:para>Inicia la recopilación de registros para el dispositivo almacenado en $Adapters[1] y guarda el registro en la ubicación predeterminada.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Start-IntelEthernetLog -Name "Intel(R) Ethernet Network Adapter E810-C-Q2" -Force</dev:code>
        <dev:remarks>
          <maml:para>Inicia el registro para el dispositivo con el nombre especificado y sobrescribe el archivo de registro anterior guardado en la ubicación predeterminada.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 4 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Start-IntelEthernetLog -Name "Intel(R) Ethernet Network Adapter E810-C-Q2"
-Path "C:\E810_Log"</dev:code>
        <dev:remarks>
          <maml:para>Inicia la recopilación de registros para el dispositivo especificado y guarda un archivo de registro en C:\E810_Log.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 5 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; Start-IntelEthernetLog -Adapter $Adapters[1] -Force</dev:code>
        <dev:remarks>
          <maml:para>Inicia el registro para el dispositivo almacenado en $Adapters[1] y sobrescribe el archivo de registro anterior guardado en la ubicación predeterminada.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 6 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; Start-IntelEthernetLog -Adapter $Adapters[1] -Append</dev:code>
        <dev:remarks>
          <maml:para>Inicia la recopilación de registros para el dispositivo almacenado en $Adapters[1] y lo agrega a un archivo de registro anterior guardado en la ubicación predeterminada.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 7 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; Start-IntelEthernetLog -Adapter $Adapters[1] -Path "C:\E810_Log" -Append</dev:code>
        <dev:remarks>
          <maml:para>Inicia la recopilación de registros para el dispositivo almacenado en $Adapters[1] y lo agrega al archivo de registro existente en C:\E810_Log.</maml:para>
        </dev:remarks>
      </command:example>

    </command:examples>


    <!--Links for Start-IntelEthernetLog-->
    <maml:relatedLinks>

      <maml:navigationLink>
        <maml:linkText>Get-IntelEthernet</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Get-IntelEthernetLogConfig</maml:linkText>
      </maml:navigationLink>

        <maml:navigationLink>
        <maml:linkText>Set-IntelEthernetLogConfig</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Stop-IntelEthernetLog</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Disable-IntelEthernetLogConfig</maml:linkText>
      </maml:navigationLink>

       <maml:navigationLink>
        <maml:linkText>Reset-IntelEthernetLogConfig</maml:linkText>
      </maml:navigationLink>

    </maml:relatedLinks>

  </command:command>


<!--Stop-IntelEthernetLog-->
 <command:command>

  <!--Synopsis for Stop-IntelEthernetLog-->
    <command:details>
      <command:name>Stop-IntelEthernetLog</command:name>
      <maml:description>
        <maml:para>Detiene el registro de controladores iniciado por el dmdlet Start-IntelEthernetLog.</maml:para>
      </maml:description>
      <maml:copyright>
      </maml:copyright>
      <command:verb>Stop</command:verb>
      <command:noun>IntelEthernetLog</command:noun>
      <dev:version></dev:version>
    </command:details>

    <!--Description for Stop-IntelEthernetLog-->
    <maml:description>
      <maml:para>El cmdlet Stop-IntelEthernetLog detiene el registro de controladores iniciado por el cmdlet Start-IntelEthernetLog.</maml:para>

    </maml:description>

    <!--Syntax Section for Stop-IntelEthernetLog-->
    <command:syntax>

      <command:syntaxItem>
        <maml:name>Stop-IntelEthernetLog</maml:name>
      </command:syntaxItem>

      <command:syntaxItem>
        <maml:name>Stop-IntelEthernetLog</maml:name>
        <command:parameter required="false" position="named" pipelineInput="false" globbing="false">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>

      <command:syntaxItem>
        <maml:name>Stop-IntelEthernetLog</maml:name>
        <command:parameter required="false" position="0" pipelineInput="true" globbing="false">
          <maml:name>Adapter</maml:name>
          <command:parameterValue required="true">Adapter</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>

    </command:syntax>


    <!--Parameters for Stop-IntelEthernetLog-->
    <command:parameters>

      <!--Name-->
      <command:parameter required="false" position="named" pipelineInput="false" globbing="false">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Especifica el nombre del dispositivo de red.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--Adapter-->
      <command:parameter required="false" position="0" pipelineInput="true" globbing="false">
        <maml:name>Adapter</maml:name>
        <maml:description>
          <maml:para>Especifica un objeto Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</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>none</dev:defaultValue>
      </command:parameter>

    </command:parameters>


    <!--Input for Stop-IntelEthernetLog-->
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>Adapter</maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Un objeto Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</maml:para>
          </maml:description>
      </command:inputType>
    </command:inputTypes>

    <!--Output for Stop-IntelEthernetLog-->
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>Success or failure</maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Si es correcto, no aparece ningún mensaje.
Si el resultado es erróneo, el cmdlet devuelve un mensaje de fallo.</maml:para>
          </maml:description>
      </command:returnValue>
    </command:returnValues>


    <!--Examples for Stop-IntelEthernetLog-->
    <command:examples>
      <command:example>
        <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Stop-IntelEthernetLog</dev:code>
        <dev:remarks>
          <maml:para>Detiene la recopilación de registros para dispositivos iniciado con Start-IntelEthernetLog.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title>
        <maml:introduction>

        </maml:introduction>
        <dev:code>PS C:\&gt; Stop-IntelEthernetLog -Name "Intel(R) Ethernet Network Adapter E810-C-Q2"</dev:code>
        <dev:remarks>
          <maml:para>Detiene la recopilación de registros iniciada con Start-IntelEthernetLog para el dispositivo especificado.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; Stop-IntelEthernetLog -Adapter $Adapters[1]</dev:code>
        <dev:remarks>
          <maml:para>Detiene la recopilación de registros para el dispositivo almacenado en $Adapters[1].</maml:para>
        </dev:remarks>
      </command:example>

    </command:examples>


    <!--Links for Stop-IntelEthernetLog-->
    <maml:relatedLinks>

      <maml:navigationLink>
        <maml:linkText>Get-IntelEthernet</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Start-IntelEthernetLog</maml:linkText>
      </maml:navigationLink>

    </maml:relatedLinks>

  </command:command>


<!--Disable-IntelEthernetLogConfig-->
 <command:command>

  <!--Synopsis for Disable-IntelEthernetLogConfig-->
    <command:details>
      <command:name>Disable-IntelEthernetLogConfig</command:name>
      <maml:description>
        <maml:para>Deshabilita el registro de controladores para todas las categorías de eventos en los dispositivos Ethernet Intel® compatibles</maml:para>
      </maml:description>
      <maml:copyright>
      </maml:copyright>
      <command:verb>Disable</command:verb>
      <command:noun>IntelEthernetLogConfig</command:noun>
      <dev:version></dev:version>
    </command:details>

    <!--Description for Disable-IntelEthernetLogConfig-->
    <maml:description>
      <maml:para>El cmdlet Disable-IntelEthernetLogConfig deshabilita el registro de controladores para todas las categorías de eventos en los dispositivos Ethernet Intel compatibles, estableciendo los niveles de registro como Deshabilitado. De forma predeterminada, este cmdlet muestra sus resultados en forma de tabla, agrupados por dispositivo. Para ver los resultados en forma de listado, canalice la salida a Formato-Lista.</maml:para>

    </maml:description>

    <!--Syntax Section for Disable-IntelEthernetLogConfig-->
    <command:syntax>

      <command:syntaxItem>
        <maml:name>Disable-IntelEthernetLogConfig</maml:name>
      </command:syntaxItem>

      <command:syntaxItem>
        <maml:name>Disable-IntelEthernetLogConfig</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>Disable-IntelEthernetLogConfig</maml:name>
        <command:parameter required="false" position="0" pipelineInput="true" globbing="false">
          <maml:name>Adapter</maml:name>
          <command:parameterValue required="true">Adapter[]</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>

    </command:syntax>


    <!--Parameters for Disable-IntelEthernetLogConfig-->
    <command:parameters>

      <!--Name-->
      <command:parameter required="false" position="named" pipelineInput="false" globbing="true">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Especifica el nombre del dispositivo de red.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--Adapter-->
      <command:parameter required="false" position="0" pipelineInput="true" globbing="false">
        <maml:name>Adapter</maml:name>
        <maml:description>
          <maml:para>Especifica una colección de objetos Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</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>none</dev:defaultValue>
      </command:parameter>

    </command:parameters>


    <!--Input for Disable-IntelEthernetLogConfig-->
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>Adapter[]</maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Una colección de objetos Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</maml:para>
          </maml:description>
      </command:inputType>
    </command:inputTypes>

    <!--Output for Disable-IntelEthernetLogConfig-->
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name></maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Una colección de objetos de configuración del registro.</maml:para>
          </maml:description>
      </command:returnValue>
    </command:returnValues>


    <!--Examples for Disable-IntelEthernetLogConfig-->
    <command:examples>
      <command:example>
        <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Disable-IntelEthernetLogConfig -Name "*E810*"</dev:code>
        <dev:remarks>
          <maml:para>Establece el nivel de configuración del registro en Deshabilitado para todos los dispositivos Ethernet Intel(R) serie E810 en el sistema utilizando un comodín.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title>
        <maml:introduction>

        </maml:introduction>
        <dev:code>PS C:\&gt; Disable-IntelEthernetLogConfig -Name "Intel(R) Ethernet Network Adapter E810-C-Q2"</dev:code>
        <dev:remarks>
          <maml:para>Establece el nivel de configuración del registro en Deshabilitado para dispositivo con un nombre específico.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; $Adapters | Disable-IntelEthernetLogConfig</dev:code>
        <dev:remarks>
          <maml:para>Establece la configuración del registro en Deshabilitado, para todos los dispositivos almacenados en $Adapters.</maml:para>
        </dev:remarks>
      </command:example>

    </command:examples>


    <!--Links for Disable-IntelEthernetLogConfig-->
    <maml:relatedLinks>

      <maml:navigationLink>
        <maml:linkText>Get-IntelEthernet</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Get-IntelEthernetLogConfig</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Set-IntelEthernetLogConfig</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Reset-IntelEthernetLogConfig</maml:linkText>
      </maml:navigationLink>

    </maml:relatedLinks>

  </command:command>


<!--Reset-IntelEthernetLogConfig-->
 <command:command>

  <!--Synopsis for Reset-IntelEthernetLogConfig-->
    <command:details>
      <command:name>Reset-IntelEthernetLogConfig</command:name>
      <maml:description>
        <maml:para>Restablece todos los módulos de un dispositivo a los niveles de registro predeterminados del controlador.</maml:para>
      </maml:description>
      <maml:copyright>
      </maml:copyright>
      <command:verb>Reset</command:verb>
      <command:noun>IntelEthernetLogConfig</command:noun>
      <dev:version></dev:version>
    </command:details>

    <!--Description for Reset-IntelEthernetLogConfig-->
    <maml:description>
      <maml:para>El cmdlet Reset-IntelEthernetLogConfig restablece todos los módulos de un dispositivo a los niveles de registro predeterminados del controlador, en los dispositivos Ethernet Intel® que admiten registro. De forma predeterminada, este cmdlet muestra sus resultados en forma de tabla, agrupados por dispositivo. Para ver los resultados en forma de listado, canalice la salida a Formato-Lista.</maml:para>

    </maml:description>

    <!--Syntax Section for Reset-IntelEthernetLogConfig-->
    <command:syntax>

      <command:syntaxItem>
        <maml:name>Reset-IntelEthernetLogConfig</maml:name>
      </command:syntaxItem>

      <command:syntaxItem>
        <maml:name>Reset-IntelEthernetLogConfig</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>Reset-IntelEthernetLogConfig</maml:name>
        <command:parameter required="false" position="0" pipelineInput="true" globbing="false">
          <maml:name>Adapter</maml:name>
          <command:parameterValue required="true">Adapter[]</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>

    </command:syntax>


    <!--Parameters for Reset-IntelEthernetLogConfig-->
    <command:parameters>

      <!--Name-->
      <command:parameter required="false" position="named" pipelineInput="false" globbing="true">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Especifica el nombre del dispositivo de red.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--Adapter-->
      <command:parameter required="false" position="0" pipelineInput="true" globbing="false">
        <maml:name>Adapter</maml:name>
        <maml:description>
          <maml:para>Especifica una colección de objetos Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</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>none</dev:defaultValue>
      </command:parameter>

    </command:parameters>


    <!--Input for Reset-IntelEthernetLogConfig-->
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>Adapter[]</maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Una colección de objetos Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</maml:para>
          </maml:description>
      </command:inputType>
    </command:inputTypes>

    <!--Output for Reset-IntelEthernetLogConfig-->
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name></maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Una colección de objetos de configuración del registro.</maml:para>
          </maml:description>
      </command:returnValue>
    </command:returnValues>


    <!--Examples for Reset-IntelEthernetLogConfig-->
    <command:examples>
      <command:example>
        <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Reset-IntelEthernetLogConfig -Name "*E810*"</dev:code>
        <dev:remarks>
          <maml:para>Restablece los niveles de configuración del registro para todos los dispositivos Ethernet Intel® serie E810 en el sistema, utilizando un carácter comodín.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title>
        <maml:introduction>

        </maml:introduction>
        <dev:code>PS C:\&gt; Reset-IntelEthernetLogConfig -Name "Intel(R) Ethernet Network Adapter E810-C-Q2"</dev:code>
        <dev:remarks>
          <maml:para>Restablece los niveles de configuración del registro para dispositivo con un nombre específico.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; $Adapters | Reset-IntelEthernetLogConfig</dev:code>
        <dev:remarks>
          <maml:para>Restablece los niveles de configuración del registro, para todos los dispositivos Ethernet Intel almacenados en $Adapters que admiten el registro.</maml:para>
        </dev:remarks>
      </command:example>

    </command:examples>


    <!--Links for Reset-IntelEthernetLogConfig-->
    <maml:relatedLinks>

      <maml:navigationLink>
        <maml:linkText>Get-IntelEthernet</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Get-IntelEthernetLogConfig</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Set-IntelEthernetLogConfig</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Disable-IntelEthernetLogConfig</maml:linkText>
      </maml:navigationLink>

    </maml:relatedLinks>

  </command:command>


<!--Write-IntelEthernetDebugDump-->
 <command:command>

  <!--Synopsis for Write-IntelEthernetDebugDump-->
    <command:details>
      <command:name>Write-IntelEthernetDebugDump</command:name>
      <maml:description>
        <maml:para>Escribe los resultados de un volcado de depuración en un archivo, para un dispositivo Ethernet Intel(R) compatible.</maml:para>
      </maml:description>
      <maml:copyright>
      </maml:copyright>
      <command:verb>Write</command:verb>
      <command:noun>IntelEthernetDebugDump</command:noun>
      <dev:version></dev:version>
    </command:details>

    <!--Description for Write-IntelEthernetDebugDump-->
    <maml:description>
      <maml:para>En los dispositivos Ethernet Intel(R) compatibles, el cmdlet Write-IntelEthernetDebugDump obtiene valores de registro de tiempo de ejecución del firmware y a continuación escribe los resultados en un único archivo de volcado, para depurar problemas complicados en el campo. Dicho volcado de depuración contiene una instantánea del dispositivo y su configuración de hardware existente; por ejemplo, tablas de conmutador, tablas de planificador de transmisión y otra información.</maml:para>
	  <maml:para>NOTA: el contenido del volcado de depuración no es compatible con lectura humana. Debe trabajar con Atención al Cliente para descodificar el archivo.</maml:para>
	  <maml:para>Dicha característica solo se admite en los dispositivos Ethernet Intel(R) serie 810.</maml:para>
    </maml:description>

    <!--Syntax Section for Write-IntelEthernetDebugDump-->
    <command:syntax>

      <command:syntaxItem>
        <maml:name>Write-IntelEthernetDebugDump</maml:name>
        <command:parameter required="true" position="named" pipelineInput="false" globbing="false">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
		    <command:parameter required="false" position="1" pipelineInput="false" globbing="true">
          <maml:name>Cluster</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
		    <command:parameter required="false" position="2" pipelineInput="false" globbing="false">
          <maml:name>Path</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
		    <command:parameter required="false" position="named" pipelineInput="false" globbing="false">
          <maml:name>Force</maml:name>
        </command:parameter>
		    <command:parameter required="false" position="named" pipelineInput="false" globbing="false">
          <maml:name>Append</maml:name>
        </command:parameter>
      </command:syntaxItem>

      <command:syntaxItem>
        <maml:name>Write-IntelEthernetDebugDump</maml:name>
        <command:parameter required="true" position="0" pipelineInput="true" globbing="false">
          <maml:name>Adapter</maml:name>
          <command:parameterValue required="true">Adapter</command:parameterValue>
        </command:parameter>
		<command:parameter required="false" position="1" pipelineInput="false" globbing="true">
          <maml:name>Cluster</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
    </command:parameter>
		<command:parameter required="false" position="1" pipelineInput="false" globbing="false">
          <maml:name>Path</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
		<command:parameter required="false" position="named" pipelineInput="false" globbing="false">
          <maml:name>Force</maml:name>
        </command:parameter>
		<command:parameter required="false" position="named" pipelineInput="false" globbing="false">
          <maml:name>Append</maml:name>
        </command:parameter>
      </command:syntaxItem>

    </command:syntax>


    <!--Parameters for Write-IntelEthernetDebugDump-->
    <command:parameters>

      <!--Name-->
      <command:parameter required="false" position="named" pipelineInput="false" globbing="false">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Especifica el nombre del dispositivo de red.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--Adapter-->
      <command:parameter required="true" position="0" pipelineInput="true" globbing="false">
        <maml:name>Adapter</maml:name>
        <maml:description>
          <maml:para>Especifica un objeto Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</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>none</dev:defaultValue>
      </command:parameter>

      <!--Cluster-->
      <command:parameter required="false" position="1" pipelineInput="false" globbing="true">
        <maml:name>Cluster</maml:name>
        <maml:description>
          <maml:para>Especifica clústeres para volcar la información de configuración de hardware existente. Vuelca todos los clústeres de forma predeterminada.</maml:para>
    <maml:para>Los valores válidos para Cluster son:
* Switch
* ACL
* Tx Scheduler
* Profile Configuration
* Link
* DCB
* L2P
* Manageability Transactions</maml:para>
        </maml:description>
        <command:parameterValue required="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>*</dev:defaultValue>
      </command:parameter>

      <!--Path-->
      <command:parameter required="false" position="2" pipelineInput="false" globbing="false">
        <maml:name>Path</maml:name>
        <maml:description>
          <maml:para>Especifica la ruta y el nombre de archivo para el archivo de volcado en el que se escribe.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String</command:parameterValue>
		<dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--Force-->
      <command:parameter required="false" position="named" pipelineInput="false" globbing="false">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Sobrescribe el archivo de volcado con uno nuevo, si ya existe.</maml:para>
        </maml:description>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--Append-->
      <command:parameter required="false" position="named" pipelineInput="false" globbing="false">
        <maml:name>Append</maml:name>
        <maml:description>
          <maml:para>Aplica información al archivo de volcado, si ya existe.</maml:para>
        </maml:description>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

    </command:parameters>


    <!--Input for Write-IntelEthernetDebugDump-->
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>Adapter</maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Especifica un objeto Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</maml:para>
          </maml:description>
      </command:inputType>
    </command:inputTypes>

    <!--Output for Write-IntelEthernetDebugDump-->
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>Success or failure</maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Si se realiza correctamente, el cmdlet devuelve la ruta del archivo de volcado de depuración.
Si el resultado es erróneo, el cmdlet devuelve un mensaje de fallo.</maml:para>
          </maml:description>
      </command:returnValue>
    </command:returnValues>


    <!--Examples for Write-IntelEthernetDebugDump-->
    <command:examples>
      <command:example>
        <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Write-IntelEthernetDebugDump -Name "Intel(R) Ethernet Network Adapter E810-C-Q2"</dev:code>
        <dev:remarks>
          <maml:para>Vuelca toda la información del clúster para el dispositivo especificado y la escribe en la ubicación predeterminada.</maml:para>
        </dev:remarks>
    </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Write-IntelEthernetDebugDump -Name "Intel(R) Ethernet Network Adapter E810-C-Q2" -Cluster "Link"</dev:code>
        <dev:remarks>
          <maml:para>Vuelca la información del clúster de enlace para el dispositivo especificado y la escribe en la ubicación predeterminada.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title>
        <maml:introduction>

        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; $Adapters[1] | Write-IntelEthernetDebugDump -Cluster "Link"</dev:code>
        <dev:remarks>
          <maml:para>Vuelca la información del clúster de enlace para el dispositivo almacenado en $Adapters[1] y la escribe en la ubicación predeterminada.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 4 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; Write-IntelEthernetDebugDump -Adapter $Adapters[1] -Cluster "Link" -Append</dev:code>
        <dev:remarks>
          <maml:para>Vuelca la información del clúster de enlace para el dispositivo almacenado en $Adapters[1] y la aplica a un archivo anterior guardado en la ubicación predeterminada.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 5 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; Write-IntelEthernetDebugDump -Adapter $Adapters[1] -Cluster "Link" -Path "C:\E810_Dump" -Append</dev:code>
        <dev:remarks>
          <maml:para>Vuelca la información del clúster de enlace para el dispositivo almacenado en $Adapters[1] y la aplica al archivo existente en C:\E810_Dump.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 6 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Write-IntelEthernetDebugDump -Name "Intel(R) Ethernet Network Adapter E810-C-Q2" -Cluster "Link" -Force</dev:code>
        <dev:remarks>
          <maml:para>Vuelca la información de depuración para el clúster de enlace para el dispositivo con el nombre especificado y sobrescribe el archivo anterior guardado en la ubicación predeterminada.</maml:para>
        </dev:remarks>
      </command:example>

    </command:examples>


    <!--Links for Write-IntelEthernetDebugDump-->
    <maml:relatedLinks>

      <maml:navigationLink>
        <maml:linkText>Get-IntelEthernet</maml:linkText>
      </maml:navigationLink>

        <maml:navigationLink>
        <maml:linkText>Get-IntelNetAdapter</maml:linkText>
      </maml:navigationLink>

    </maml:relatedLinks>

  </command:command>


<!--Register-IntelEthernetRDMACounterSet-->
 <command:command>

  <!--Synopsis for Register-IntelEthernetRDMACounterSet-->
    <command:details>
      <command:name>Register-IntelEthernetRDMACounterSet</command:name>
      <maml:description>
        <maml:para>Registra los contadores de estadísticas RDMA con perfmon.</maml:para>
      </maml:description>
      <maml:copyright>
      </maml:copyright>
      <command:verb>Register</command:verb>
      <command:noun>IntelEthernetRDMACounterSet</command:noun>
      <dev:version></dev:version>
    </command:details>

    <!--Description for Register-IntelEthernetRDMACounterSet-->
    <maml:description>
      <maml:para>El cmdlet Register-IntelEthernetRDMACounterSet registra los contadores de estadísticas RDMA para el dispositivo específico con perfmon.</maml:para>
      <maml:para>Puede usar este cmdlet para volver a registrar los contadores.</maml:para>
    </maml:description>

    <!--Syntax Section for Register-IntelEthernetRDMACounterSet-->
    <command:syntax>

      <command:syntaxItem>
        <maml:name>Register-IntelEthernetRDMACounterSet</maml:name>
      </command:syntaxItem>

      <command:syntaxItem>
        <maml:name>Register-IntelEthernetRDMACounterSet</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>Register-IntelEthernetRDMACounterSet</maml:name>
        <command:parameter required="false" position="0" pipelineInput="true" globbing="false">
          <maml:name>Adapter</maml:name>
          <command:parameterValue required="true">Adapter[]</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>

    </command:syntax>


    <!--Parameters for Register-IntelEthernetRDMACounterSet-->
    <command:parameters>

      <!--Name-->
      <command:parameter required="false" position="named" pipelineInput="false" globbing="true">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Especifica el nombre de un objeto Ethernet Intel.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--Adapter-->
      <command:parameter required="false" position="0" pipelineInput="true" globbing="false">
        <maml:name>Adapter</maml:name>
        <maml:description>
          <maml:para>Especifica una colección de objetos Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</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>none</dev:defaultValue>
      </command:parameter>

    </command:parameters>


    <!--Input for Register-IntelEthernetRDMACounterSet-->
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>Adapter[]</maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Una colección de objetos Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</maml:para>
          </maml:description>
      </command:inputType>
    </command:inputTypes>

    <!--Output for Register-IntelEthernetRDMACounterSet-->
	<command:returnValues>
		<command:returnValue>
			<dev:type>
				<maml:name>None</maml:name>
			</dev:type>
		</command:returnValue>
	</command:returnValues>


    <!--Examples for Register-IntelEthernetRDMACounterSet-->
    <command:examples>
      <command:example>
        <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Register-IntelEthernetRDMACounterSet</dev:code>
        <dev:remarks>
          <maml:para>Registra los contadores de estadísticas RDMA para todos los dispositivos Ethernet Intel compatibles.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Register-IntelEthernetRDMACounterSet -Name "Intel(R) Ethernet Network Adapter E810-C-Q2"</dev:code>
        <dev:remarks>
          <maml:para>Registra los contadores de estadísticas RDMA para el dispositivo Ethernet Intel especificado.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Register-IntelEthernetRDMACounterSet -Name "*E810*"</dev:code>
        <dev:remarks>
          <maml:para>Registra los contadores de estadísticas RDMA para todos los dispositivos Ethernet Intel del sistema desde una familia de dispositivos específica, usando comodines.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 4 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; $Adapters | Register-IntelEthernetRDMACounterSet
</dev:code>
        <dev:remarks>
          <maml:para>Registra los contadores de estadísticas RDMA para todos los dispositivos Ethernet Intel almacenados en $Adapters.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 5 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; Register-IntelEthernetRDMACounterSet -Adapter $Adapters[1]</dev:code>
        <dev:remarks>
          <maml:para>Registra los contadores de estadísticas RDMA para el dispositivo Ethernet Intel almacenado en $Adapters[1].</maml:para>
        </dev:remarks>
      </command:example>

    </command:examples>


    <!--Links for Register-IntelEthernetRDMACounterSet-->
    <maml:relatedLinks>

      <maml:navigationLink>
        <maml:linkText>Get-IntelNetAdapter</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Unregister-IntelEthernetRDMACounterSet</maml:linkText>
      </maml:navigationLink>

    </maml:relatedLinks>

  </command:command>

<!--Unregister-IntelEthernetRDMACounterSet-->
 <command:command>

  <!--Synopsis for Unregister-IntelEthernetRDMACounterSet-->
    <command:details>
      <command:name>Unregister-IntelEthernetRDMACounterSet</command:name>
      <maml:description>
        <maml:para>Anula el registro de los contadores de estadísticas RDMA desde perfmon.</maml:para>
      </maml:description>
      <maml:copyright>
      </maml:copyright>
      <command:verb>Unregister</command:verb>
      <command:noun>IntelEthernetRDMACounterSet</command:noun>
      <dev:version></dev:version>
    </command:details>

    <!--Description for Unregister-IntelEthernetRDMACounterSet-->
    <maml:description>
      <maml:para>El cmdlet Unregister-IntelEthernetRDMACounterSet anula el registro de los contadores de estadísticas RDMA para el dispositivo especificado desde perfmon.</maml:para>
      </maml:description>

    <!--Syntax Section for Unregister-IntelEthernetRDMACounterSet-->
    <command:syntax>

      <command:syntaxItem>
        <maml:name>Unregister-IntelEthernetRDMACounterSet</maml:name>
      </command:syntaxItem>

      <command:syntaxItem>
        <maml:name>Unregister-IntelEthernetRDMACounterSet</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>Unregister-IntelEthernetRDMACounterSet</maml:name>
        <command:parameter required="false" position="0" pipelineInput="true" globbing="false">
          <maml:name>Adapter</maml:name>
          <command:parameterValue required="true">Adapter[]</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>

    </command:syntax>


    <!--Parameters for Unregister-IntelEthernetRDMACounterSet-->
    <command:parameters>

      <!--Name-->
      <command:parameter required="false" position="named" pipelineInput="false" globbing="true">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Especifica el nombre de un objeto Ethernet Intel.</maml:para>
        </maml:description>
        <command:parameterValue required="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>none</dev:defaultValue>
      </command:parameter>

      <!--Adapter-->
      <command:parameter required="false" position="0" pipelineInput="true" globbing="false">
        <maml:name>Adapter</maml:name>
        <maml:description>
          <maml:para>Especifica una colección de objetos Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</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>none</dev:defaultValue>
      </command:parameter>

    </command:parameters>


    <!--Input for Unregister-IntelEthernetRDMACounterSet-->
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>Adapter[]</maml:name>
        </dev:type>
          <maml:description>
            <maml:para>Una colección de objetos Intel (IntelEthernetAdapter o IANet_PhysicalEthernetAdapter) o Microsoft (MSFT_NetAdapter o Win32_NetworkAdapter).</maml:para>
          </maml:description>
      </command:inputType>
    </command:inputTypes>

    <!--Output for Unregister-IntelEthernetRDMACounterSet-->
	<command:returnValues>
		<command:returnValue>
			<dev:type>
				<maml:name>None</maml:name>
			</dev:type>
		</command:returnValue>
	</command:returnValues>


    <!--Examples for Unregister-IntelEthernetRDMACounterSet-->
    <command:examples>
      <command:example>
        <maml:title>------------------------ EXAMPLE 1 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Unregister-IntelEthernetRDMACounterSet</dev:code>
        <dev:remarks>
          <maml:para>Anula el registro de los contadores de estadísticas RDMA para todos los dispositivos Ethernet Intel compatibles.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 2 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Unregister-IntelEthernetRDMACounterSet -Name "Intel(R) Ethernet Network Adapter E810-C-Q2"</dev:code>
        <dev:remarks>
          <maml:para>Anula el registro de los contadores de estadísticas RDMA para el dispositivo Ethernet Intel especificado.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 3 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; Unregister-IntelEthernetRDMACounterSet -Name "*E810*"</dev:code>
        <dev:remarks>
          <maml:para>Anula el registro de los contadores de estadísticas RDMA para todos los dispositivos Ethernet Intel del sistema desde una familia de dispositivos específica, usando comodines.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 4 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; $Adapters | Unregister-IntelEthernetRDMACounterSet
</dev:code>
        <dev:remarks>
          <maml:para>Anula el registro de los contadores de estadísticas RDMA para todos los dispositivos Ethernet Intel almacenados en $Adapters.</maml:para>
        </dev:remarks>
      </command:example>

      <command:example>
        <maml:title>------------------------ EXAMPLE 5 ------------------------</maml:title>
        <maml:introduction>
        </maml:introduction>
        <dev:code>PS C:\&gt; $Adapters = Get-IntelEthernet
PS C:\&gt; Unregister-IntelEthernetRDMACounterSet -Adapter $Adapters[1]</dev:code>
        <dev:remarks>
          <maml:para>Anula el registro de los contadores de estadísticas RDMA para el dispositivo Ethernet Intel almacenado en $Adapters[1].</maml:para>
        </dev:remarks>
      </command:example>


    </command:examples>


    <!--Links for Unregister-IntelEthernetRDMACounterSet-->
    <maml:relatedLinks>

      <maml:navigationLink>
        <maml:linkText>Get-IntelNetAdapter</maml:linkText>
      </maml:navigationLink>

      <maml:navigationLink>
        <maml:linkText>Register-IntelEthernetRDMACounterSet</maml:linkText>
      </maml:navigationLink>

    </maml:relatedLinks>

  </command:command>

</helpItems>
