PowerShell Logo Small

Set-NetDnsTransitionConfiguration



This is the built-in help made by Microsoft for the command 'Set-NetDnsTransitionConfiguration', in PowerShell version 4 - as retrieved from Windows version 'Microsoft Windows 8.1 Enterprise' 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 DNS64 configuration on a computer.

SYNTAX


Set-NetDnsTransitionConfiguration [-AcceptInterface <String[]>] [-Adapter <CimInstance>] [-AlwaysSynthesize <Boolean>] [-AsJob] [-CimSession <CimSession[]>] [-Exclusi
onList <String[]>] [-LatencyMilliseconds <UInt32>] [-OnlySendAQuery <Boolean>] [-PassThru] [-PrefixMapping <String[]>] [-SendInterface <String[]>] [-State <State>] [-
ThrottleLimit <Int32>] [-Confirm] [-WhatIf] [<CommonParameters>]
Set-NetDnsTransitionConfiguration [-AcceptInterface <String[]>] [-AlwaysSynthesize <Boolean>] [-AsJob] [-CimSession <CimSession[]>] [-ExclusionList <String[]>] [-Late
ncyMilliseconds <UInt32>] [-OnlySendAQuery <Boolean>] [-PassThru] [-PrefixMapping <String[]>] [-SendInterface <String[]>] [-State <State>] [-ThrottleLimit <Int32>] -I
nputObject <CimInstance[]> [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-NetDnsTransitionConfiguration sets the DNS64 configuration on a computer.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287478
Disable-NetDnsTransitionConfiguration
Enable-NetDnsTransitionConfiguration
Get-NetDnsTransitionConfiguration
Get-NetDnsTransitionMonitoring
Reset-NetDnsTransitionConfiguration

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Set-NetDnsTransitionConfiguration –State Enabled –Latencymilliseconds 400



This example sets the state to enabled and latency to 400 ms for the DNS64 configuration.