PowerShell Logo Small

Remove-NetNatExternalAddress



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

Removes an external address from a NAT instance.

SYNTAX


Remove-NetNatExternalAddress [[-NatName] <String[]>] [-AsJob] [-CimSession <CimSession[]>] [-ExternalAddressID <UInt32[]>] [-PassThru] [-ThrottleLimit <Int32>] [-Confirm]
[-WhatIf] [<CommonParameters>]
Remove-NetNatExternalAddress [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Remove-NetNatExternalAddress cmdlet removes an external address that is configured on a specified instance of network address translation (NAT).



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1: Remove all external addresses

PS C:\> Remove-NetNatExternalAddress



This command removes external addresses on all NAT instances on a computer.