PowerShell Logo Small

Get-NetUDPEndpoint



This is the built-in help made by Microsoft for the command 'Get-NetUDPEndpoint', 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 current UDP endpoint statistics.

SYNTAX


Get-NetUDPEndpoint [[-LocalAddress] <String[]>] [[-LocalPort] <UInt16[]>] [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NetUDPEndpoint cmdlet gets current statistics for a UDP endpoint. The cmdlet returns UDP end point properties, such as local and remote UDP ports. If you do n
ot specify any parameters, the cmdlet gets statistics for all UDP end points.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=288392
Get-NetUDPSetting
Get-NetUDPEndpoint

REMARKS

<

Examples


Example 1: Get statistics for all UDP endpoints

PS C:\>Get-NetUDPEndpoint



This example gets current statistics for all UDP endpoints.




Example 2: Get statistics for UDP traffic

PS C:\>Get-NetUDPEndpoint –LocalAddress 127.0.0.1



This command gets statistics for recent UDP traffic that was sent and received on the IPv4 loopback address.