PowerShell Logo Small

Get-NetNatTransitionMonitoring



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

Retrieves the NAT64 mappings on a computer.

SYNTAX


Get-NetNatTransitionMonitoring [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-TransportProtocol <UInt32[]>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NetNatTransitionMonitoring cmdlet retrieves operational statistics for the NAT64 for TCP, UDP and ICMP. This cmdlet provides information on the client IP address and
the translated target addresses that are being reached from that client.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287463
Disable-NetNatTransitionConfiguration
Enable-NetNatTransitionConfiguration
Get-NetNatTransitionConfiguration
New-NetNatTransitionConfiguration
Remove-NetNatTransitionConfiguration
Set-NetNatTransitionConfiguration

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Get-NetNatTransitionMonitoring



This example retrieves the NAT64 monitoring information.