API Reference
Command
Get-CxUdpEndpoint
Returns UDP endpoint inventory for the local or a remote computer.
Examples
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
- Target computer(s). Use '.' for local computer or provide DNS names.
Outputs
ComputerX.Ports.UdpEndpointInfo