You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Get-HostsContent tool in the tool_networking category is not functional.
In Line 24 we validate the IP address successfully, but Test-IPAddress does not populate the $Matches variable. Thus, we index into a null value and fail:
if (Test-IPAddress -ip $_) {$ip = $Matches[1] ...}
The text was updated successfully, but these errors were encountered:
The Get-HostsContent tool in the tool_networking category is not functional.
In Line 24 we validate the IP address successfully, but Test-IPAddress does not populate the $Matches variable. Thus, we index into a null value and fail:
if (Test-IPAddress -ip $_) {$ip = $Matches[1] ...}
The text was updated successfully, but these errors were encountered: