PowerShell Logo Small

Set-NetNatGlobal



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

Modifies global settings for NAT instances on a computer.

SYNTAX


Set-NetNatGlobal [-AsJob] [-CimSession <CimSession[]>] [-InputObject <CimInstance[]>] [-PassThru] [-ThrottleLimit <Int32>] -InterRoutingDomainHairpinningMode
<InterRoutingDomainHairpinningMode> [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-NetNatGlobal cmdlet modifies global settings for all instances of network address translation (NAT) on a computer.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=294380
Get-NetNatGlobal

REMARKS

<

Examples


Example 1: Change a global setting

PS C:\> Set-NetNatGlobal -InterRoutingDomainHairpinningMode Local



This command changes the global setting of all network address translation instances.