PowerShell Logo Small

Set-NetNatTransitionConfiguration



This is the built-in help made by Microsoft for the command 'Set-NetNatTransitionConfiguration', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 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 NAT64 configuration on a computer.

SYNTAX


Set-NetNatTransitionConfiguration [-Adapter <CimInstance>] [-AsJob] [-CimSession <CimSession[]>] [-InboundInterface <String[]>] [-InstanceName <String[]>]
[-IPv4AddressPortPool <String[]>] [-OutboundInterface <String[]>] [-PassThru] [-PolicyStore <PolicyStore[]>] [-PrefixMapping <String[]>] [-State <State>]
[-TcpMappingTimeoutSeconds <UInt32>] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf] [<CommonParameters>]
Set-NetNatTransitionConfiguration [-AsJob] [-CimSession <CimSession[]>] [-InboundInterface <String[]>] [-IPv4AddressPortPool <String[]>] [-OutboundInterface <String[]>]
[-PassThru] [-PrefixMapping <String[]>] [-State <State>] [-TcpMappingTimeoutSeconds <UInt32>] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [-Confirm] [-WhatIf]
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-NetNatTransitionConfiguration sets the NAT64 configuration on a computer.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287481
Disable-NetNatTransitionConfiguration
Enable-NetNatTransitionConfiguration
Get-NetNatTransitionConfiguration
Get-NetNatTransitionMonitoring
New-NetNatTransitionConfiguration
Remove-NetNatTransitionConfiguration

REMARKS

<

Examples


EXAMPLE 1

PS C:\>$nat64Prefix = "2009:1:2:3:4:5::/96"



PS C:\>$prefixMapping = "$nat64Prefix,0.0.0.0/0"



PS C:\>$portPool = "33.0.0.1,6000-10000"



PS C:\>Set-NetNatTransitionConfiguration -InstanceName NAT64 OutboundInterface corpnet -PrefixMapping $prefixMapping -IPv4AddressPortPool $portPool



This example sets the NAT64 configuration for the instance named NAT64.