PowerShell Logo Small

Get-NetUDPSetting



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

Gets UDP settings.

SYNTAX


Get-NetUDPSetting [[-DynamicPortRangeStartPort] <UInt16[]>] [[-DynamicPortRangeNumberOfPorts] <UInt16[]>] [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>]
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NetUDPSetting cmdlet gets UDP settings for the IP interface. The cmdlet gets the starting port and the number of ports for a dynamic port range that the IP interface
uses to send and receive UDP traffic. Use this cmdlet with the Set-NetUDPSetting to specify a dynamic port range to modify. If you do not specify any parameters, the cmdlet
gets all dynamic port ranges for UDP from the IP interface.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=288393
Get-NetTransportFilter
Set-NetTCPSetting
Set-NetUDPSetting

REMARKS

<

Examples


Example 1: Get all dynamic port ranges for UDP

PS C:\>Get-NetUDPSetting



This command gets all UDP settings. The command gets all dynamic port ranges for UDP from the IP interface.