﻿<?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>시스템에서 인텔(R) 이더넷 장치에 대한 기본 정보를 표시합니다.</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>Get-IntelEthernet cmdlet은 다음을 포함하여 시스템에 있는 인텔(R) 이더넷 장치에 대한 기본 정보를 표시합니다.
* PCI 버스에서의 위치
* 이름
* 링크 상태
* 연결 이름</maml:para>
      <maml:para>기본적으로 이 cmdlet은 테이블 뷰로 결과를 표시합니다. 결과를 목록으로 보려면 출력을 형식 목록으로 연결하십시오.</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>인텔 이더넷 개체의 이름을 지정합니다.</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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>인텔 이더넷 개체 모음입니다.</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>시스템에 있는 모든 이더넷 장치에 대한 정보를 표시합니다.</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>시스템에 있는 모든 인텔 이더넷 장치 정보를 목록으로 표시합니다.</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>특정 이름의 인텔 이더넷 장치에 대한 정보를 표시합니다.</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>와일드 카드를 사용해 특정 장치군의 시스템에 있는 모든 인텔 이더넷 장치에 대한 정보를 표시합니다.</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>$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>$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>NetAdapter 이름(슬롯 5 포트 1)을 사용해 $Adapters[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>시스템에 있는 인텔(R) 이더넷 장치에 대해 지원되는 모든 설정을 표시합니다.</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>Get-IntelEthernetSetting cmdlet은 시스템에 있는 인텔(R) 이더넷 장치에 대해 지원되는 모든 설정을 표시합니다. </maml:para>
      <maml:para>기본적으로 이 cmdlet은 테이블 뷰로 결과를 표시합니다. 결과를 목록으로 보려면 출력을 형식 목록으로 연결하십시오.</maml:para>
	  <maml:para>설정에 대한 설명을 보려면 cmdlet 구문에 "| Select Minihelp"를 추가하십시오.</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>인텔 이더넷 개체의 이름을 지정합니다.</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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>인텔 이더넷 설정의 표시 이름을 지정합니다.</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>인텔 이더넷 설정의 레지스트리 키워드를 지정합니다.</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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>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>지원되는 모든 인텔 이더넷 장치에 대한 설정을 표시합니다.</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>모든 인텔 이더넷 설정에 대한 정보를 목록으로 표시합니다.</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>특정 이름을 가진 인텔 이더넷 장치에 대한 설정을 표시합니다.</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>$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>-Name 매개변수를 사용하여 $Adapters[1]에 저장된 장치에서 수신측 배율 설정을 가져옵니다.</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>시스템에서 지원되는 모든 이더넷 장치에 대한 모든 수신측 배율 설정을 가져옵니다.</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>설정 및 표시된 레지스트리 키워드에 대한 미니 도움말을 표시합니다.</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>지정된 어댑터와 프로파일 조합에 대한 설정과 해당 값을 표시합니다.</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>Get-IntelEthernetProfileSetting cmdlet 은 지정된 Ethernet 장치와 프로파일 조합에 대한 설정과 해당 값을 표시합니다. 설정 이름과 설정이 변경될 값을 보여주는 정보가 표에 표시됩니다.</maml:para>
      <maml:para>Get-IntelEthernetProfileSeting은 설정 개체 모음을 반환합니다.</maml:para>
      <maml:para>참고: 어댑터를 특정 프로파일로 변경하려면 Set-IntelEthernetSetting을 사용하십시오.</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>인텔 이더넷 개체의 이름을 지정합니다.</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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>프로파일의 이름을 지정합니다. 가능한 프로파일은 다음과 같습니다.

* Standard Server – 이 프로파일은 일반적인 서버용으로 최적화되어 있습니다.

* Web Server – 이 프로파일은 IIS 및 HTTP 기반 웹 서버용으로 최적화되어 있습니다.

* Virtualization Server (Hyper-V*) - 이 프로파일은 Microsoft의 Hyper-V 가상화 환경에 최적화되어 있습니다. 활성화를 위해서는 Hyper-V가 필요합니다.

* Storage Server - 이 프로파일은 DCB를 통한 iSCSI 성능을 최적화한 것입니다.  이 프로파일을 선택하면 SR-IOV와 VMQ가 비활성화됩니다.  활성화 하려면 인텔 DCB가 필요합니다.

* Storage + Virtualization – 이 프로파일은 스토리지와 가상화 요구 사항을 결합하여 최적화되었습니다. 활성화를 위해서는 인텔 DCB 및 Hyper-V가 필요합니다.

* Low Latency - 이 프로파일은 네트워크 대기 시간을 최소화하도록 최적화되어 있습니다. </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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>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>지정된 Ethernet 장치를 명시된 프로파일로 설정하면 변경되는 설정과 그 값들을 표시합니다.</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>$Adapters[1]에 저장된 Ethernet 장치를 지정된 프로필로 설정하면 변경되는 설정과 그 값들을 표시합니다.</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>$Adapters[1]에 저장된 Ethernet 장치를 지정된 프로필로 설정하면 변경되는 설정과 그 값들을 표시합니다. 그러면 어댑터의 프로파일 설정이 Standard Server로 바뀝니다.</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>인텔(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>Set-IntelEthernetSetting cmdlet은 인텔(R) 이더넷 장치에 대한 설정을 구성합니다. </maml:para>
      <maml:para>기본적으로 이 cmdlet은 테이블 뷰로 결과를 표시합니다. 결과를 목록으로 보려면 출력을 형식 목록으로 연결하십시오.</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>인텔 이더넷 장치의 이름을 지정합니다.</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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>인텔 이더넷 설정의 레지스트리 키워드를 지정합니다.</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>인텔 이더넷 설정의 레지스트리 값을 지정합니다.</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>인텔 이더넷 설정의 표시 이름을 지정합니다.</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>인텔 이더넷 설정의 표시 값을 지정합니다.</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>DisplayValue 또는 RegistryValue가 수정될 IntelEthernetSetting 개체의 컬렉션을 지정합니다.</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>설정을 기본값으로 초기화합니다.</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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>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>특정 이름을 가진 인텔 이더넷 장치에 대한 *RSS 레지스트리 키워드 설정을 활성화합니다.</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>$Adapters[1]에 저장된 장치에서 수신측 배율 설정을 비활성화하고 출력을 목록으로 형식화합니다.</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>특정 장치의 *RSS 설정을 기본값으로 초기화합니다.</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>*RSS 설정을 1(활성화)로 설정합니다.</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>IntelEthernetSetting 개체와 표시 값을 사용하여 표시된 설정을 비활성화합니다.</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>지정된 시간(초) 동안 인텔(R) 이더넷 장치의 지정된 포트에 있는 LED를 깜박입니다.</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>Invoke-IntelEthernetIdentifyPort cmdlet은 -Seconds 매개변수에 의해 지정된 시간(초) 동안 인텔(R) 이더넷 장치의 지정된 포트에 있는 LED를 깜박입니다. 참고: 백플레인 장치는 이 테스트를 지원하지 않습니다.</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>인텔 이더넷 장치의 이름을 지정합니다.</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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>LED를 깜박이는 시간(초)을 1초에서 120초 사이로 지정합니다.</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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>특정 장치의 포트에 있는 LED를 45초 동안 깜박입니다.</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>$Adapters[1]에 저장된 장치 포트의 LED를 45초 동안 깜박입니다.</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>$Adapter[1]에 저장된 장치 포트의 LED를 90초 동안 깜박입니다.</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>지정된 어댑터에서 하드웨어 진단 테스트를 실행합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para>(c) 인텔사 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>Test-IntelEthernetHardware cmdlet은 지정된 어댑터에서 하드웨어 테스트를 실행하고 결과를 표시합니다. 테스트 결과를 목록 형식으로 표시합니다.
참고: 모든 장치가 모든 하드웨어 테스트를 지원하는 것은 아닙니다.</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>하드웨어 테스트를 실행할 어댑터 객체의 모음을 지정합니다.</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>하드웨어 테스트를 실행할 네트워크 어댑터의 이름을 지정합니다.</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>하드웨어 테스트를 실행할 어댑터 객체 컬렉션을 지정합니다.</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>하드웨어 테스트를 실행할 네트워크 어댑터의 이름을 지정합니다.</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>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>하드웨어 테스트 결과의 모음입니다. </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>$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>인텔® 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>지정된 어댑터에 대한 데이터 센터 브리징 상태 디버그 정보를 출력합니다. </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>지정된 어댑터에 대한 데이터 센터 브리징 상태 디버그 정보 스냅샷을 파일로 출력할 형식으로 표시합니다. 참고: cmdlet의 출력에 대한 자세한 설명은 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>인텔 이더넷 장치의 이름을 지정합니다.</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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>지원되는 모든 인텔 Ethernet 장치의 DCB 상태를 가져옵니다</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>와일드카드를 사용하여 시스템 내에 모두 지원되는 인텔 Ethernet E810 시리즈 장치에 대한 DCB 상태를 가져옵니다.</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>cmdlet을 지원하는 $Adapter에 저장된 모든 인텔 Ethernet 장치의 DCB 상태 정보를 가져옵니다.</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>인텔(R) 이더넷 장치에서 지원되는 이벤트 범주에 대한 로그 구성을 표시할 수 있습니다. </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>Get-IntelEthernetLogConfig cmdlet은 인텔(R) 이더넷 장치에서 발생한 이벤트의 지원 카테고리("모듈"이라고 함)의 로그 구성을 검색합니다.  기본적으로 이 cmdlet는 모듈별로 모든 장치, 지원되는 모듈 및 관련 로그 수준을 테이블 보기로 표시합니다. 
 결과를 목록으로 보려면 출력을 형식 목록으로 연결하십시오.</maml:para>

      <maml:para>Set-IntelEthernetLogConfig, Disable-IntelEthernetLogConfig 및 Reset-IntelEthernetLogConfig cmdlet을 사용하여 드라이버 로그의 구성을 변경합니다.</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>네트워크 장치의 이름을 지정합니다.</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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>구성을 가져올 모듈을 지정합니다. 참고: -Module과 -Configuration 매개변수를 지정할 수 없습니다.  Get-IntelEthernetLogConfig cmdlet을 사용하여 지원되는 모듈의 목록을 표시합니다.</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>모듈 그룹에 대한 구성을 지정합니다. 참고: -Module과 -Configuration 매개변수를 지정할 수 없습니다. </maml:para>
          <maml:para>구성에 유효한 값은 다음과 같습니다.
* 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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>로그  구성 객체 모음.</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>펌웨어 로깅을 지원하는 시스템의 모든 인텔(R) 이더넷 장치에 대한 로그 구성 정보를 가져옵니다.</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>펌웨어 로깅을 지원하는 모든 인텔 이더넷 장치에 대한 로그 구성 정보를 가져오고 결과를 목록으로 표시합니다.</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>와일드 카드를 사용하여 시스템에서 지원되는 모든 인텔 이더넷 E810 시리즈 장치에 대한 로그 구성 정보를 가져옵니다. </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>특정 이름을 가진 장치에 대한 NVM 모듈의 로그 구성 정보를 가져옵니다.</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>펌웨어 로깅을 지원하는 $Adapters에 저장된 모든 인텔 이더넷 장치에 대한 로그 구성 정보를 가져옵니다.</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>NVM 및 ACL 모듈에 대해 $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; $Adapters | Get-IntelEthernetLogConfig -Configuration "NVM","Initialization"</dev:code>
        <dev:remarks>
          <maml:para>NVM 및 초기화 구성 그룹의 일부인 모듈에 대해 $Adapter에 저장된 인텔 이더넷 장치에 대한 로그 구성 정보를 가져옵니다. </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>"In" 문자로 시작하는 모든 구성 그룹에 대한 와일드카드를 사용하여 시스템에서 지원하는 모든 인텔 이더넷 E810 시리즈 장치에 대한 로그 구성 정보를 가져옵니다.  이 경우, 인프라 및 초기화 구성 그룹에 대한 정보를 확인할 수 있습니다.</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>인텔(R) 이더넷 어댑터에서 지원되는 이벤트 범주에 대한 로그 구성을 설정합니다.</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>Set-IntelEthernetLogConfig cmdlet을 사용하면 인텔(R) 이더넷 어댑터에서 지원되는 이벤트 카테고리("모듈"이라고 함)에 대한 로그 메시지 수준을 설정할 수 있습니다. 개별 모듈 또는 지원되는 모듈 그룹의 상세한 수준을 설정할 수 있습니다. 결과를 목록으로 보려면 출력을 형식 목록으로 연결하십시오.</maml:para>
      <maml:para>Disable-IntelEthernetLogConfig cmdlet을 사용하여 모든 모듈에 대한 로깅을 비활성화합니다. Reset-IntelEthernetLogConfig cmdlet을 사용하여 장치의 모든 모듈을 드라이버의 기본 로그 수준으로 재설정합니다.</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>네트워크 장치의 이름을 지정합니다.</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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>구성을 설정할 모듈을 지정합니다. 참고: -Module과 -Configuration 매개변수를 지정할 수 없습니다.  Get-IntelEthernetLogConfig cmdlet을 사용하여 지원되는 모듈의 목록을 표시합니다.</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>구성을 설정할 로그 수준을 지정합니다.</maml:para>
          <maml:para>레벨에 대한 유효한 값은 다음과 같습니다.
* 비활성화
* 오류
* 경고
* 일반
* 세부 정보
</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>모듈 그룹에 대한 구성을 지정합니다. 참고: -Module과 -Configuration 매개변수를 지정할 수 없습니다. </maml:para>
          <maml:para>구성에 유효한 값은 다음과 같습니다.
* 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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>성공한 경우 cmdlet는 모듈과 레벨 수준 객체 모음을 반환합니다.</maml:para>
			<maml:para>실패한 경우, cmdlet는 실패 메시지를 반환합니다.</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>와일드카드를 사용하는 시스템의 모든 인텔(R) 이더넷 E810 시리즈 장치에 대해 NVM 모듈의 로그 구성 수준을 Verbose로 설정합니다.</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>특정 이름을 가진 장치에 대해 스위치 모듈에 대한 경고 메시지를 기록하도록 구성을 설정합니다. </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>$Adapters에 저장된 모든 장치에 대해 MDIO 모듈에 대한 오류 메시지를 기록하도록 구성을 설정합니다.</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>와일드카드를 사용하는 시스템의 모든 인텔 이더넷 E810 시리즈 장치에 대해 링크 관리 구성 그룹에 대한 오류 메시지를 기록하도록 구성을 설정합니다. </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>NVM 및 초기화 구성 그룹의 일부인 모듈에 대해 $Adapters에 저장된 인텔 이더넷 장치에 대한 경고 메시지를 기록하도록 구성을 설정합니다. </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>펌웨어 로깅을 지원하는 인텔® 이더넷 장치용 드라이버 로그 수집을 시작합니다. </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>Start-IntelEthernetLog cmdlet은 펌웨어 로깅을 지원하는 인텔(R) 이더넷 장치 드라이버 로그를 수집하기 시작합니다. 기본적으로, cmdlet는 기본 위치(C:\%LOCALAPPDATA%\Local\Intel\Wired Networking에)에 로그 파일을 저장합니다. -Path 매개변수를 사용해 다른 파일 경로 및 로그 이름을 지정할 수 있습니다.</maml:para>
	  <maml:para>Stop-IntelEthernetLog cmdlet을 사용하여 드라이버 로그 수집을 중지합니다.</maml:para>
	  <maml:para>Get-IntelEthernetLogConfig cmdlet을 사용하여 드라이버 로그의 구성을 봅니다. Set-IntelEthernetLogConfig, Disable-IntelEthernetLogConfig 및 Reset-IntelEthernetLogConfig cmdlet을 사용하여 드라이버 로그의 구성을 변경합니다.</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>네트워크 장치의 이름을 지정합니다.</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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>로그가 기록될 경로와 파일 이름을 지정합니다.</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>로그 파일이 이미 존재한다면, 로그 파일을 새 파일에 덮어쓰기 합니다.</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>로그 파일이 이미 존재한다면, 로그 파일에 정보를 첨부합니다.</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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>성공적이였다면, 이는 로그 파일 경로를 나열합니다.
실패한 경우, cmdlet는 실패 메시지를 반환합니다.</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>지정된 이름을 가진 장치에 대한 로깅을 시작합니다.</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>$Adapters[1]에 저장된 장치 로깅을 시작하고 기본 위치에 로그를 저장합니다.</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>지정된 이름의 장치에 대한 로깅을 시작하고 기본 위치에 저장된 이전 로그 파일을 덮어씁니다.</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>지정된 장치 로깅을 시작하고, 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>$Adapters[1]에 저장된 장치 로깅 시작을 시작하고 기본 위치에 저장된 이전 로그 파일을 덮어쓰기 합니다.</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>$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; Start-IntelEthernetLog -Adapter $Adapters[1] -Path "C:\E810_Log" -Append</dev:code>
        <dev:remarks>
          <maml:para>$Adapters[1]에 저장된 장치 로깅 시작을 시작하고 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>Start-IntelEthernetLog cmdlet에 의해 시작된 드라이버 로그를 중지합니다.</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>Stop-IntelEthernetLog cmdlet은 Start-IntelEthernetLog cmdlet에 의해 시작된 드라이버 로그를 중지합니다.</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>네트워크 장치의 이름을 지정합니다.</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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>성공적이라면 메시지를 반환하지 않습니다.
실패한 경우, cmdlet는 실패 메시지를 반환합니다.</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>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>지정된 장치를 위해 Start-IntelEthernetLog로 시작된 로깅을 중단합니다.</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>$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>지원되는 인텔(R) 이더넷 장치의 모든 이벤트 범주에 대한 드라이버 로깅을 비활성화합니다.</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>Disable-IntelEthernetLogConfig cmdlet은 로그 수준을 Disabled로 설정하여 지원되는 인텔(R) 이더넷 장치에서 모든 이벤트 카테고리에 대한 드라이버 로깅을 비활성화합니다. 기본적으로 이 cmdlet은 출력을 장치별로 그룹화된 테이블로 표시합니다. 결과를 목록으로 보려면 출력을 형식 목록으로 연결하십시오.</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>네트워크 장치의 이름을 지정합니다.</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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>로그  구성 객체 모음.</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>와일드카드를 사용하는 시스템의 모든인텔(R) 이더넷 E810 시리즈 장치에 대해 로그의 구성 수준을 비활성화로 설정합니다.</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>특정 이름을 가진 장치에 대해 로그의 구성 수준을 비활성화로 설정합니다.</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>$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>장치의 모든 모듈을 드라이버의 기본 로그 수준으로 재설정합니다.</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>Reset-IntelEthernetLogConfig cmdlet은 로깅을 지원하는 인텔(R) 이더넷 장치의 모든 모듈을 드라이버의 기본 로그 수준으로 재설정합니다. 기본적으로 이 cmdlet은 출력을 장치별로 그룹화된 테이블로 표시합니다. 결과를 목록으로 보려면 출력을 형식 목록으로 연결하십시오.</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>네트워크 장치의 이름을 지정합니다.</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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>로그  구성 객체 모음.</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>와일드카드를 사용하여 시스템의 모든 인텔(R) 이더넷 E810 시리즈 장치에 대한 로그 수준을 재설정합니다.</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>특정 이름을 가진 장치의 로그 구성 수준을 재설정합니다.</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>로깅을 지원하는 $Adapters에 저장된 모든 인텔 이더넷 장치에 대한 로그 구성 수준을 재설정합니다.</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>지원되는 인텔(R) 이더넷 장치에 대한 디버그 덤프 결과를 파일에 씁니다.</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>지원되는 인텔(R) 이더넷 장치에서 Write-IntelEthernetDebugDump cmdlet은 펌웨어에서 런타임 레지스터 값을 가져온 다음 필드의 복잡한 문제를 디버깅하기 위해 결과를 단일 덤프 파일에 씁니다. 이 디버그 덤프에는 장치의 스냅샷과 스위치 테이블, 전송 스케줄러 테이블 및 기타 정보와 같은 기존 하드웨어 구성이 포함되어 있습니다.</maml:para>
	  <maml:para>참고: 디버그 덤프의 내용은 사람이 읽을 수 없습니다. 파일을 디코딩하려면 고객 지원팀의 협조를 받아야 합니다. </maml:para>
	  <maml:para>이 기능은 인텔(R) 이더넷 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>네트워크 장치의 이름을 지정합니다.</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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>기존 하드웨어 구성 정보를 덤프할 클러스터를 지정합니다. 기본적으로 모든 클러스터를 덤프합니다.</maml:para>
    <maml:para>Cluster에 유효한 값은 다음과 같습니다.
* 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>기록할 덤프 파일의 경로와 파일 이름을 지정합니다.</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>덤프 파일이 이미 존재한다면, 기존의 덤프 파일을 새 파일로 덮어씁니다. </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>덤프 파일이 이미 있는 경우 해당 파일에 정보를 추가합니다.</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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>성공하면 cmdlet은 디버그 덤프 파일의 경로를 반환합니다.
실패한 경우, cmdlet는 실패 메시지를 반환합니다.</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>지정된 장치의 모든 클러스터 정보를 덤프하여 기본 위치에 씁니다.</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>지정된 장치에 대한 링크 클러스터 정보를 덤프하여 이를 기본 위치에 씁니다.</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>$Adapters[1]에 저장된 장치의 링크 클러스터 정보를 덤프하여 이를 기본 위치에 씁니다.</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>$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; Write-IntelEthernetDebugDump -Adapter $Adapters[1] -Cluster "Link" -Path "C:\E810_Dump" -Append</dev:code>
        <dev:remarks>
          <maml:para>$Adapters[1]에 저장된 장치의 링크 클러스터 정보를 덤프하고 이를 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>지정된 이름의 장치에 대한 링크 클러스터에 대한 디버그 정보를 덤프하고 기본 위치에 저장된 이전 파일을 덮어씁니다. </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>RDMA 통계 카운터를 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>Register-IntelEthernetRDMACounterSet cmdlet은 특정 장치의 RDMA 통계 카운터를 perfmon으로 등록합니다.</maml:para>
      <maml:para>이 cmdlet을 사용해 카운터를 다시 등록할 수 있습니다.</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>인텔 이더넷 개체의 이름을 지정합니다.</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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>지원되는 모든 인텔® 이더넷 장치의 RDMA 통계 카운터를 등록합니다.</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>지정된 인텔® 이더넷 장치의 RDMA 통계 카운터를 등록합니다.</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>와일드카드를 사용해 특정 장치 제품군 시스템에서 모든 인텔® 이더넷 장치의 RDMA 통계 카운터를 등록합니다.</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>$Adapters에 저장된 모든 인텔® 이더넷 장치의 RDMA 통계 카운터를 등록합니다.</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>$Adapters[1]에 저장된 인텔® 이더넷 장치의 RDMA 통계 카운터를 등록합니다.</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>perfmon의 RDMA 통계 카운터를 등록 취소합니다.</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>Unregister-IntelEthernetRDMACounterSet cmdlet은 perfmon에서 지정된 장치의 RDMA 통계 카운터를 등록 해제합니다.</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>인텔 이더넷 개체의 이름을 지정합니다.</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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>인텔(IntelEthernetAdapter 또는 IANet_PhysicalEthernetAdapter) 또는 Microsoft(MSFT_NetAdapter 또는 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>지원되는 모든 인텔® 이더넷 장치의 RDMA 통계 카운터를 등록 취소합니다.</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>지정된 인텔® 이더넷 장치의 RDMA 통계 카운터를 등록 취소합니다.</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>와일드카드를 사용해 특정 장치 제품군의 시스템에 있는 모든 인텔® 이더넷 장치에 대한 RDMA 통계 카운터를 등록 취소합니다.</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>$Adapters에 저장된 모든 인텔® 이더넷 장치의 RDMA 통계 카운터를 등록 취소합니다.</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>$Adapters[1]에 저장된 인텔® 이더넷 장치의 RDMA 통계 카운터를 등록 취소합니다.</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>
