PowerShell Logo Small

Set-NetNatTransitionConfiguration



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

Sets the NAT64 configuration on a computer.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


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



<

RELATED LINKS

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.