PowerShell Logo Small

Set-Net6to4Configuration



This is the built-in help made by Microsoft for the command 'Set-Net6to4Configuration', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

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

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


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.



<

RELATED LINKS

Get-Net6to4Configuration
Reset-Net6to4Configuration

REMARKS

<

Examples


Example 1: Modify the relay name on the persistent store

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



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