TestimoX

API Reference

Command

Test-CxPort

Namespace ComputerX.PowerShell

Implements the Test-CxPort cmdlet.

Examples

Authored help example

Example 1


Test-CxPort -ComputerName SERVER1
        

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

Test-CxPort -ComputerName <string> -Port <int> [-TimeoutMs <int>] [<CommonParameters>]
#

Parameters

ComputerName string requiredposition: 0pipeline: false
Executes the cmdlet processing logic (ProcessRecord). Invoked by the PowerShell runtime; not intended to be called directly.
Port int requiredposition: 1pipeline: false
Gets or sets the Port parameter.
TimeoutMs int optionalposition: 2pipeline: false
Gets or sets the TimeoutMs parameter.