TestimoX

API Reference

Command

Get-CxUdpEndpoint

Namespace ComputerX.PowerShell
Outputs
ComputerX.Ports.UdpEndpointInfo

Returns UDP endpoint inventory for the local or a remote computer.

Examples

Authored help example

Example 1: Lists local UDP listeners.

PS>


Get-CxUdpEndpoint
        

Example 2: Queries a remote server for UDP listeners owned by infrastructure services.

PS>


Get-CxUdpEndpoint -ComputerName DNS01
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Get-CxUdpEndpoint [-ComputerName <string>] [<CommonParameters>]
#

Parameters

ComputerName string optionalposition: 0pipeline: false
Target computer(s). Use '.' for local computer or provide DNS names.

Outputs

ComputerX.Ports.UdpEndpointInfo