PowerShell Logo Small

Reset-NetDnsTransitionConfiguration



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

Resets the DNS64 configuration on a computer.

SYNTAX


Reset-NetDnsTransitionConfiguration [-AcceptInterface] [-Adapter <CimInstance>] [-AlwaysSynthesize] [-AsJob] [-CimSession <CimSession[]>] [-ExclusionList] [-LatencyMi
lliseconds] [-OnlySendAQuery] [-PassThru] [-PrefixMapping] [-SendInterface] [-State] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf] [<CommonParameters>]
Reset-NetDnsTransitionConfiguration [-AcceptInterface] [-AlwaysSynthesize] [-AsJob] [-CimSession <CimSession[]>] [-ExclusionList] [-LatencyMilliseconds] [-OnlySendAQu
ery] [-PassThru] [-PrefixMapping] [-SendInterface] [-State] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Reset-NetDnsTransitionConfiguration resets the settings for the DNS64 configuration with the default settings.



<

RELATED LINKS

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

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Reset-NetDnsTransitionConfiguration –State -Latencymilliseconds



This example resets the state and latency of the DNS64 configuration.