Set-NetDnsTransitionConfiguration

Sets the DNS64 configuration on a computer.

Syntax

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

Description

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

Examples

Example 1: Set the DNS64 configuration

PS C:\>Set-NetDnsTransitionConfiguration -State Enabled -LatencyMilliseconds 400

This command sets the state to Enabled and latency to 400 ms for the DNS64 configuration.

Parameters

-AcceptInterface

Specifies the interface on which the DNS64 is listening to all of the interfaces classified in the domain profile.

Type:String[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Adapter

Specifies the network adapter on which to set.

Type:CimInstance
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-AlwaysSynthesize

Specifies that the DNS64 will always send both the response to the AAAA query as well as the synthesized A query response. If this parameter is set to $False, then the DNS64 will send neither the response to the AAAA query nor the synthesized A query response.

Type:Boolean
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-AsJob

Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-CimSession

Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a New-CimSession or Get-CimSession cmdlet. The default is the current session on the local computer.

Type:CimSession[]
Aliases:Session
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ExclusionList

Sets the list of IPv6 address ranges to be excluded from synthesis by the DNS64. The format is a comma-separated list of IPv6 addresses ranges.

Type:String[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-InputObject

Specifies the input object that is used in a pipeline command.

Type:CimInstance[]
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-LatencyMilliseconds

Sets the delay in milliseconds between the AAAA and A query that the DNS64 sends.

Type:UInt32
Aliases:Latency
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-OnlySendAQuery

Specifies that only A queries should be sent or both A and AAAA queries should be sent. If this parameter is set to $True, then only A queries should be sent. If this parameter is set to $False, then both A and AAAA queries should be sent.

Type:Boolean
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-PassThru

Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-PrefixMapping

Sets to the list of IPv6 address ranges to be used for synthesis by the DNS64. The format is a comma-separated list of <IPv6 prefix,IPv4 subnet>. Such as "69:FF9B::/96,0.0.0.0/0","66:FF9B::/96,192.2.0.0/8".

Type:String[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-SendInterface

Sets the interface on which the DNS64 sends DNS queries.

Type:String[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-State

Sets the enabled state of the DNS64 configuration. The acceptable values for this parameter are:

  • Disabled
  • Enabled
Type:State
Accepted values:Disabled, Enabled
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ThrottleLimit

Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.

Type:Int32
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

CimInstance

The Microsoft.Management.Infrastructure.CimInstance object is a wrapper class that displays Windows Management Instrumentation (WMI) objects. The path after the pound sign (#) provides the namespace and class name for the underlying WMI object.