diff --git a/HPDrivers.psm1 b/HPDrivers.psm1 index 66bc508..3590c35 100644 --- a/HPDrivers.psm1 +++ b/HPDrivers.psm1 @@ -141,8 +141,8 @@ function Get-HPDrivers { $TestConn = Test-Connection "hpia.hpcloud.hp.com" -Count 2 -ErrorAction Ignore if (!$TestConn) { Write-Output `n - Write-Warning "hpia.hpcloud.hp.com is unavailable!`nPlease check your internet connection or try again later..`n" - Break + Write-Warning "hpia.hpcloud.hp.com is could be unavailable!`nScript will still try incase SNMP traffic is blocked..`n" + #Break } # warn if battery charge drops below 50% @@ -390,4 +390,4 @@ function Get-HPDrivers { } } } -Export-ModuleMember -Function Get-HPDrivers \ No newline at end of file +Export-ModuleMember -Function Get-HPDrivers