Get-NetOffloadGlobalSetting

Get-NetOffloadGlobalSetting

Gets the global TCP/IP offload settings.

構文

Parameter Set: ByName
Get-NetOffloadGlobalSetting [-Chimney <ChimneyEnum[]> ] [-CimSession <CimSession[]> ] [-NetworkDirect <EnabledDisabledEnum[]> ] [-NetworkDirectAcrossIPSubnets <AllowedBlockedEnum[]> ] [-PacketCoalescingFilter <EnabledDisabledEnum[]> ] [-ReceiveSegmentCoalescing <EnabledDisabledEnum[]> ] [-ReceiveSideScaling <EnabledDisabledEnum[]> ] [-TaskOffload <EnabledDisabledEnum[]> ] [-ThrottleLimit <Int32> ] [ <CommonParameters>] [ <WorkflowParameters>]

詳細説明

The Get-NetOffloadGlobalSetting cmdlet gets the global TCP/IP offload settings. These settings include Receive Side Scaling, Receive Segment Coalescing, task offload, and NetworkDirect.

パラメーター

-Chimney<ChimneyEnum[]>

Specifies an array of values of TCP Chimney global state on the computer. このパラメーターに指定できる値は、次のとおりです。

-- Enabled
-- Disabled
-- Automatic

The default value is Disabled.

In Automatic mode, TCP Chimney Offload offloads the processing for a connection only if certain following criteria are met. In enabled mode, TCP Chimney Offload offloads the processing for connections on a first-come, first-served basis. For more information, see Using TCP Chimney Offload in the TechNet library.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-CimSession<CimSession[]>

リモート セッションまたはリモート コンピューターでコマンドレットを実行します。コンピューター名またはセッション オブジェクト (New-CimSession コマンドレットや Get-CimSession コマンドレットの出力など) を入力します。既定値は、ローカル コンピューター上の現在のセッションです。

Aliases

Session

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-NetworkDirect<EnabledDisabledEnum[]>

Specifies an array of NetworkDirect Remote Direct Memory Access (RDMA) values on the computer. Use this parameter only on servers. このパラメーターに指定できる値は、次のとおりです。

-- Enabled
-- Disabled

The default value is Enabled.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-NetworkDirectAcrossIPSubnets<AllowedBlockedEnum[]>

Specifies an array of NetworkDirect connectivity values from outside a local IP network. このパラメーターに指定できる値は、次のとおりです。

-- Allowed
-- Blocked

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-PacketCoalescingFilter<EnabledDisabledEnum[]>

Specifies the values for a packet-coalescing filter on the computer. To reduce the number of interrupts that a computer processes, the packet-coalescing filter combines random broadcast and multicast packets, such as Address Resolution Protocol (ARP) requests, Neighbor Discovery messages, and Simple Service Discovery Protocol (SSDP) requests, into a single packet. Use this parameter only on client computers. このパラメーターに指定できる値は、次のとおりです。

-- Enabled
-- Disabled

The default value is Enabled.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-ReceiveSegmentCoalescing<EnabledDisabledEnum[]>

Specifies the Receive Segment Coalescing settings on the network adapter. Receive Segment Coalescing parses small packets of data and combines the data into a single packet. Coalescing small packets into a single packet reduces the overhead that is required to process packets. このパラメーターに指定できる値は、次のとおりです。

-- Enabled
-- Disabled

The default value is Enabled.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-ReceiveSideScaling<EnabledDisabledEnum[]>

Specifies the Receive Side Scaling settings on the computer. Receive Side Scaling distributes the network processing load across multiple processor cores. このパラメーターに指定できる値は、次のとおりです。

-- Enabled
-- Disabled

The default value is Enabled.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-TaskOffload<EnabledDisabledEnum[]>

Specifies the global TCP/IP task offload settings on the computer. Task offload settings include IP checksum offload, Internet Protocol security (IPsec) task offload, and Large Send Offload. These features reduce the overhead of per-packet processing by distributing packet processing tasks, such as checksum calculation, to a network adapter. このパラメーターに指定できる値は、次のとおりです。

-- Enabled
-- Disabled

The default value is Enabled.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-ThrottleLimit<Int32>

コマンドレットを実行する際に確立できる同時実行操作の最大数を指定します。このパラメーターを省略するか、値 0 を入力した場合、コンピューター上で実行されている CIM コマンドレットの数に基づいて、コマンドレットに最適なスロットル制限が Windows PowerShell® によって計算されます。スロットル制限は、セッションやコンピューターではなく、現在のコマンドレットにのみ適用されます。

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

<CommonParameters>

このコマンドレットは共通のパラメーターをサポートしています(-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、および -OutVariable)。詳細については、TechNet の「 「about_CommonParameters」 (https://go.microsoft.com/fwlink/p/?LinkID=113216) を参照してください。

<WorkflowParameters>

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

  • None

出力

出力型は、コマンドレットが出力するオブジェクトの型です。

  • Microsoft.Management.Infrastructure.CimInstance#root\StandardCimv2\MSFT_NetOffloadGlobalSetting

    Microsoft.Management.Infrastructure.CimInstance オブジェクトは、Windows Management Instrumentation (WMI) オブジェクトを表示するラッパー クラスです。基になる WMI オブジェクトの名前空間とクラス名は、シャープ記号 (#) に続くパスで指定されます。

使用例

Example 1: Get global TCP/IP offload settings

This command gets the global TCP/IP offload settings on the computer.

PS C:\> Get-NetOffloadGlobalSetting

関連項目

Set-NetOffloadGlobalSetting