PowerShell Logo Small

Get-NetDnsTransitionConfiguration



This is the built-in help made by Microsoft for the command 'Get-NetDnsTransitionConfiguration', 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 DNS64 configuration of a computer.

SYNTAX


Get-NetDnsTransitionConfiguration [-Adapter <CimInstance>] [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>]
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NetDnsTransitionConfiguration cmdlet retrieves the DNS64 configuration of a computer. DNS64 is described in the RFC 6147. DNS64 is
used with an IPv6/IPv4 translator to enable client-server communication between an IPv6-only client and an IPv4-only server, without requiring
any changes to either the IPv6 or the IPv4 node.



<

RELATED LINKS

Disable-NetDnsTransitionConfiguration
Enable-NetDnsTransitionConfiguration
Get-NetDnsTransitionMonitoring
Reset-NetDnsTransitionConfiguration
Set-NetDnsTransitionConfiguration

REMARKS

<

Examples


EXAMPLE 1

PS C:\> Get-NetDnsTransitionConfiguration



This example retrieves the DNS64 configuration of a computer.