PowerShell Logo Small

Get-Net6to4Configuration



This is the built-in help made by Microsoft for the command 'Get-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

Retrieves the 6to4 configuration of a computer or a Group Policy Object (GPO).

SYNTAX


Get-Net6to4Configuration [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-GPOSession <String>] [-IPInterface <CimInstance>]
[-PolicyStore <String>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-Net6to4Configuration cmdlet retrieves the 6to4 configuration of a computer or a Group Policy Object (GPO).


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.



<

RELATED LINKS

Reset-Net6to4Configuration
Set-Net6to4Configuration

REMARKS

<

Examples


Example 1: Get the 6to4 configuration

PS C:\> Get-Net6to4Configuration



This command retrieves the 6to4 configuration of a computer or a GPO.