PowerShell Logo Small

Set-NetUDPSetting



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

Modifies UDP settings and configuration.

SYNTAX


Set-NetUDPSetting [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-DynamicPortRangeNumberOfPorts <UInt16>]
[-DynamicPortRangeStartPort <UInt16>] [-InputObject <CimInstance[]>] [-PassThru [<SwitchParameter>]] [-ThrottleLimit <Int32>] [-Confirm
[<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-NetUDPSetting cmdlet modifies information for UDP settings.



<

RELATED LINKS

Get-NetTransportFilter
Get-NetUDPSetting
Set-NetTCPSetting

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Set-NetUDPSetting –DynamicPortRangeStartPort 49152 –DynamicPortRangeNumberOfPorts 1700



This example sets a more narrow port range with which applications can send and receive UDP traffic.