Set-Net6to4Configuration

Set-Net6to4Configuration

Sets the 6to4 configuration for both client computers and servers.

構文

Parameter Set: ByName
Set-Net6to4Configuration [[-State] <State> ] [[-AutoSharing] <State> ] [[-RelayName] <String> ] [[-RelayState] <State> ] [[-ResolutionIntervalSeconds] <UInt32> ] [-AsJob] [-CimSession <CimSession[]> ] [-GPOSession <String> ] [-IPInterface <CimInstance> ] [-PassThru] [-PolicyStore <String> ] [-ThrottleLimit <Int32> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: InputObject (cdxml)
Set-Net6to4Configuration [[-State] <State> ] [[-AutoSharing] <State> ] [[-RelayName] <String> ] [[-RelayState] <State> ] [[-ResolutionIntervalSeconds] <UInt32> ] -InputObject <CimInstance[]> [-AsJob] [-CimSession <CimSession[]> ] [-PassThru] [-ThrottleLimit <Int32> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Set-Net6to4Configuration cmdlet sets the 6to4 configuration of both client computers and servers.

6to4 is an address assignment and router-to-router automatic tunneling technology that is described in RFC 3056: Connection of IPv6 Domains via IPv4 Clouds. 6to4 provides a globally-routable IPv6 address to a host with a public IPv4 address. This IPv6 address can be used to connect to other 6to4 hosts or the IPv6 Internet.

This cmdlet is similar in functionality to the netsh interface 6to4 context command.

パラメーター

-AsJob

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-AutoSharing<State>

Determines if 6to4 prefixes are forwarded when Internet Connection Sharing (ICS) is enabled. By default, 6to4 prefixes are forwarded.

エイリアス

なし

必須?

false

位置は?

3

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-CimSession<CimSession[]>

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

エイリアス

Session

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-GPOSession<String>

Specifies the Group Policy session in which to store the 6to4 configuration information.
You can use this parameter with the NetGPO cmdlets to aggregate multiple operations performed on a Group Policy Object (GPO).
You cannot use this parameter with the PolicyStore parameter.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-InputObject<CimInstance[]>

Specifies the object which contains the 6to4 configuration to modify.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByValue)

ワイルドカード文字を許可する

false

-IPInterface<CimInstance>

Specifies the IP interface on which to set the 6to4 configuration.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByValue)

ワイルドカード文字を許可する

false

-PassThru

作業中の項目を表すオブジェクトを返します。既定では、このコマンドレットによる出力はありません。

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-PolicyStore<String>

Specifies the policy store that contains the configuration to set.
このパラメーターに対して使用できる値:
-- PersistentStore
-- ActiveStore
-- GPO
To set the configuration of a GPO, specify the GPO name using the following format: Domain\GPOName
You cannot use this parameter with the GPOSession parameter.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-RelayName<String>

Specifies a 6to4 relay name. If 6to4 connectivity is not available on the computer, the relay name setting has no effect.

エイリアス

なし

必須?

false

位置は?

4

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-RelayState<State>

Configures the 6to4 relay state.
このパラメーターに対して使用できる値:
-- Default: If the host has link-local only IPv6 connectivity and a public IPv4 address, then 6to4 is enabled. If there is no global IPv6 address present and no global IPv4 address present, then the host does not have a 6to4 interface. If there is no global IPv6 address present but there is a global IPv4 address present, then the host has a 6to4 interface.
-- Enabled: If there is a global IPv4 address present, then the host has a 6to4 interface. If there is no global IPv4 address present, then the host does not have a 6to4 interface.
-- Disabled: 6to4 is turned off and connectivity with 6to4 is not available.

エイリアス

なし

必須?

false

位置は?

5

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-ResolutionIntervalSeconds<UInt32>

Specifies the frequency for resolving the relay name. The 6to4 relay name resolution interval setting has no effect if there is no 6to4 connectivity available on the host.

エイリアス

ResolutionInterval

必須?

false

位置は?

6

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-State<State>

Specifies the state behavior of 6to4.
このパラメーターに対して使用できる値:
-- Default: If the host has link-local only IPv6 connectivity and a public IPv4 address, then 6to4 is enabled. If there is no global IPv6 address present and no global IPv4 address present, then the host does not have a 6to4 interface. If there is no global IPv6 address present but there is a global IPv4 address present, then the host has a 6to4 interface.
-- Enabled: If there is a global IPv4 address present, then the host has a 6to4 interface. If there is no global IPv4 address present, then the host does not have a 6to4 interface.
-- Disabled: 6to4 is turned off and connectivity with 6to4 is not available.

エイリアス

なし

必須?

false

位置は?

2

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-ThrottleLimit<Int32>

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

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-Confirm

コマンドレットを実行する前に、ユーザーに確認を求めます。

必須?

false

位置は?

named

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-WhatIf

コマンドレットを実行するとどのような結果になるかを表示します。コマンドレットは実行されません。

必須?

false

位置は?

named

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

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

入力

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

  • None

    This cmdlet accepts no input objects.

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

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

    Microsoft.Management.Infrastructure.CimInstance オブジェクトは、Windows Management Instrumentation (WMI) オブジェクトを表示するラッパー クラスです。シャープ記号 (#) の後のパスは、基になる WMI オブジェクトの名前空間とクラス名です。
    When the Passthru parameter is specified, this cmdlet outputs a modified 6to4 configuration object.

Example 1: Modify the relay name on the persistent store

This command sets the relay name to my6to4relay.com for 6to4 connectivity on the local persistent store.

PS C:\> Set-Net6to4Configuration -RelayName "my6to4relay.com"

関連トピック

Get-Net6to4Configuration

Reset-Net6to4Configuration