PowerShell Logo Small

Get-NetUDPEndpoint



This is the built-in help made by Microsoft for the command 'Get-NetUDPEndpoint', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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

Gets information about current UDP endpoint statistics.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Get-NetUDPEndpoint cmdlet gets information about current UDP end point statistics. This includes UDP end point properties such as local
and remote UDP ports. Used without parameters, it gets information about all UDP end points.



<

RELATED LINKS

Get-NetUDPSetting

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Get-NetUDPEndpoint



This example gets information about current UDP endpoint statistics. Used without parameters, it gets information about all UDP endpoints.




EXAMPLE 2

PS C:\>Get-NetUDPEndpoint –LocalAddress 127.0.0.1



This example gets information about recent UDP traffic that was sent and received on the IPv4 loopback address.