Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dc7c436

Browse files
Update PS-SQLSEC-Report.ps1
1 parent 6b78627 commit dc7c436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎PS-SQLSEC-Report.ps1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ foreach ($IP in $IPs) {
4848
$server = $sysinfo.Name
4949

5050
$portCheck = Test-NetConnection -computername $IP -port $SQLPort
51-
if ($portCheck.tcpTestSucceeded -like "True") { $portPassed = "True" }else { write-host "Unable to Connect to $IP on $SQLPort" }
51+
if ($portCheck.tcpTestSucceeded -like "True") { $portPassed = "True" }else { write-host "Unable to Connect to $IP on $SQLPort" }
5252

5353
if ($portPassed -like "True") {
5454

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /