PowerShell Logo Small

Set-NetDnsTransitionConfiguration



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

Sets the DNS64 configuration on a computer.

SYNTAX


Set-NetDnsTransitionConfiguration [-AcceptInterface <String[]>] [-Adapter <CimInstance>] [-AlwaysSynthesize <Boolean>] [-AsJob
[<SwitchParameter>]] [-CimSession <CimSession[]>] [-ExclusionList <String[]>] [-LatencyMilliseconds <UInt32>] [-OnlySendAQuery <Boolean>]
[-PassThru [<SwitchParameter>]] [-PrefixMapping <String[]>] [-SendInterface <String[]>] [-State <State>] [-ThrottleLimit <Int32>] [-Confirm
[<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Set-NetDnsTransitionConfiguration [-AcceptInterface <String[]>] [-AlwaysSynthesize <Boolean>] [-AsJob [<SwitchParameter>]] [-CimSession
<CimSession[]>] [-ExclusionList <String[]>] [-LatencyMilliseconds <UInt32>] [-OnlySendAQuery <Boolean>] [-PassThru [<SwitchParameter>]]
[-PrefixMapping <String[]>] [-SendInterface <String[]>] [-State <State>] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [-Confirm
[<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


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



<

RELATED LINKS

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.