Merge pull request #9 from AndrewDemski-ad-gmail-com/AndrewDemski-ad-gmail-com-patch-5
Update Test-Network.ps1pull/690/head
commit
bf4997d602
|
@ -22,7 +22,7 @@ function Test-Network {
|
||||||
|
|
||||||
While ($timeout -lt 1800) {
|
While ($timeout -lt 1800) {
|
||||||
try {
|
try {
|
||||||
$ncsiResponse = Invoke-WebRequest -Uri "http://$($ncsiHost)/$($ncsiPath)" -UseBasicParsing -UserAgent ([Microsoft.PowerShell.Commands.PSUserAgent]::Chrome)
|
$ncsiResponse = Invoke-WebRequest -Uri "http://$($ncsiHost)/$($ncsiPath)" -UseBasicParsing -UserAgent ([Microsoft.PowerShell.Commands.PSUserAgent]::Chrome); # DevSkim: ignore DS137138 Insecure URL
|
||||||
}
|
}
|
||||||
catch {
|
catch {
|
||||||
$ncsiResponse = $false
|
$ncsiResponse = $false
|
||||||
|
|
Loading…
Reference in New Issue