New-RDMPort
Synopsis
Syntax
__AllParameterSets
New-RDMPort [-Count <int>] [-ExcludePort <int[]>] [-IncludeWellKnownPorts] [-IncludeRegisteredPorts]
[-IncludePortsUsedByOthersSessions] [-Maximum <int>] [-Minimum <int>]
[-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]Description
Examples
Example 1
PS C:\> $port = New-RDMPort -Minimum 50 -Maximum 2048 -IncludeWellKnownPorts -IncludeRegisteredPorts -IncludePortsUsedByOthersSessionsExample 2
Example 3
Example 4
Parameters
-Count
-ExcludePort
-ForcePromptAnswer
-IncludePortsUsedByOthersSessions
-IncludeRegisteredPorts
-IncludeWellKnownPorts
-Maximum
-Minimum
CommonParameters
Notes
Last updated
Was this helpful?