TOPIC
    about_IntelNetDriverCmdlets

SHORT DESCRIPTION
    Describes how to use the IntelNetDriverCmdlets module to debug issues with
    Intel(R) Ethernet devices that support firmware logging.

LONG DESCRIPTION

    The IntelNetDriverCmdlets module contains several cmdlets that allow you to 
    debug Intel(R) Ethernet devices that support firmware logging. Not all hardware 
    and operating systems support all cmdlets.

    NOTE: Online help (get-help -online) is not supported.

SYSTEM REQUIREMENTS

    - Microsoft* Windows* PowerShell* version 3.0 or later
    - .NET version 3.0 or later

    Prior to using IntelNetDriverCmdlets, you must install the base drivers. 
    See the Intel(R) Ethernet Adapters and Devices User Guide for details how
    to install drivers.


DRIVER CMDLETS

    Get-IntelNetEthernet
        The Get-IntelNetEthernet cmdlet displays basic information about Intel 
        Ethernet devices in the system.

    Get-IntelNetAdapterLogConfig
        The Get-IntelNetAdapterLogConfig cmdlet allows you to display the configuration 
        of logs for supported categories of events on Intel Ethernet adapters.

    Set-IntelNetAdapterLogConfig
        The Set-IntelNetAdapterLogConfig cmdlet allows you to set the level 
        for log messages for supported categories (called "modules") of events
        on Intel Ethernet adapters.

    Start-IntelNetAdapterLog
        The Start-IntelNetAdapterLog starts collecting driver logs for Intel 
        Ethernet devices that support firmware logging.

    Stop-IntelNetAdapterLog
        The Stop-IntelNetAdapterLog stops the driver log started by the 
        Start-IntelNetAdapterLog cmdlet.

    Disable-IntelNetAdapterLogConfig
        The Disable-IntelNetAdapterLogConfig cmdlet disables driver logging 
        for all categories of events on supported Intel Ethernet devices, 
        by setting log levels to Disabled. 

    Reset-IntelNetAdapterLogConfig
        The Reset-IntelNetAdapterLogConfig cmdlet resets all modules for a 
        device to the driver's default log levels, for Intel Ethernet 
        devices that support logging.

SEE ALSO

    Get-IntelNetEthernet
    Get-IntelNetAdapterLogConfig
    Set-IntelNetAdapterLogConfig
    Start-IntelNetAdapterLog
    Stop-IntelNetAdapterLog
    Disable-IntelNetAdapterLogConfig
    Reset-IntelNetAdapterLogConfig

