PowerShell Logo Small

Reset-NetDnsTransitionConfiguration



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

Resets the DNS64 configuration on a computer.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


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



<

RELATED LINKS

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.