PowerShell Logo Small

Get-NetNatExternalAddress



This is the built-in help made by Microsoft for the command 'Get-NetNatExternalAddress', in PowerShell version 4 - as retrieved from Windows version 'Microsoft Windows 8.1 Enterprise' 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

Gets external addresses configured for NAT instances.

SYNTAX


Get-NetNatExternalAddress [[-NatName] <String[]>] [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NetNatExternalAddress cmdlet gets a list of external addresses configured on a network address translation (NAT) instance.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=294371
Add-NetNatExternalAddress
Remove-NetNatExternalAddress

REMARKS

<

Examples


Example 1: Get all external addresses

PS C:\> Get-NetNatExternalAddress



This command gets all external addresses configured on all NAT instances on a computer.