Skip to content
Marco van Gaal edited this page Aug 5, 2015 · 10 revisions

.NAME

Test-Port

.SYNOPSIS

Test TCP and UDP Ports on Remote Computer

.PARAMETERS

 -ComputerName <String[]>
     
     Required?                    true
     Position?                    1
     Default value                
     Accept pipeline input?       true (ByValue)
     Accept wildcard characters?  false
     
 
 -TCP <String[]>
     
     Required?                    false
     Position?                    2
     Default value                
     Accept pipeline input?       false
     Accept wildcard characters?  false
     
 
 -UDP <String[]>
     
     Required?                    false
     Position?                    3
     Default value                
     Accept pipeline input?       false
     Accept wildcard characters?  false
     
 
 -TimeOut <TimeSpan>
     
     Required?                    false
     Position?                    4
     Default value                [System.TimeSpan]::FromMilliseconds(80)
     Accept pipeline input?       false
     Accept wildcard characters?  false

.INPUTS

System.String,System.Int32

.OUTPUTS

System.String

.NOTES

 Author: Proxx
 Web:    www.Proxx.nl 
 Date:    10-06-2015

.RELATED LINKS

http://www.proxx.nl/Wiki/Test-Port/

Clone this wiki locally