Skip to content

Test Port

wim-beck edited this page Feb 28, 2017 · 2 revisions

Synopsis

Test if a given port is open for connections on a server.

Syntax

Test-Port [-Server] <String> [-Port] <String> [<CommonParameters>]

Description

Test if a given port is open for connections on a server.

Parameters

Server

Property Value
Type String
Required true
Position 1
Default value
Accept pipeline input false

Port

Property Value
Type String
Required true
Position 2
Default value
Accept pipeline input false

Examples

Clone this wiki locally