diff --git a/Powershell/InstallHuntress.powershellv2.ps1 b/Powershell/InstallHuntress.powershellv2.ps1 index 12f0047..9565705 100644 --- a/Powershell/InstallHuntress.powershellv2.ps1 +++ b/Powershell/InstallHuntress.powershellv2.ps1 @@ -879,7 +879,9 @@ function logInfo { } $areURLsAvailable = testNetworkConnectivity - if ( ! $areURLsAvailable) { + if ( $areURLsAvailable) { + LogMessage "Network Connectivity ferified!" + } else { copyLogAndExit }