PowerShell Logo Small

New-NetNatTransitionConfiguration



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

Creates a new instance of the NAT64 and the associated configuration on a computer.

SYNTAX


New-NetNatTransitionConfiguration [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-InboundInterface <String[]>]
[-IPv4AddressPortPool <String[]>] [-OutboundInterface <String[]>] [-PolicyStore <PolicyStore>] [-PrefixMapping <String[]>] [-State <State>]
[-TcpMappingTimeoutSeconds <UInt32>] [-ThrottleLimit <Int32>] -InstanceName <String> [-Confirm [<SwitchParameter>]] [-WhatIf
[<SwitchParameter>]] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The New-NetNatTransitionConfiguration creates the NAT64 instance and the associated configuration on a computer.



<

RELATED LINKS

Disable-NetNatTransitionConfiguration
Enable-NetNatTransitionConfiguration
Get-NetNatTransitionConfiguration
Get-NetNatTransitionMonitoring
Remove-NetNatTransitionConfiguration
Set-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:\> New-NetNatTransitionConfiguration -InstanceName NAT64 OutboundInterface corpnet -PrefixMapping $prefixMapping -IPv4AddressPortPool
$portPool



This example creates a NAT64 configuration for the instance named NAT64.