Run the powershell application:
$portnumber = 1433
$destinationcomputername = "localhost"
Test-NetConnection -ComputerName $destinationcomputername -Port $portnumber -InformationLevel Detailed
Run the powershell application:
$portnumber = 1433
$destinationcomputername = "localhost"
Test-NetConnection -ComputerName $destinationcomputername -Port $portnumber -InformationLevel Detailed
Comments
0 comments
Please sign in to leave a comment.