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
Write-Host'No CSV-File to assign vendor with MAC-Address found! Use the parameter "-UpdateList" to download the latest version from IEEE.org. This warning doesn`t affect the scanning procedure.'-ForegroundColor Yellow
439
439
}
@@ -477,18 +477,18 @@ Process{
477
477
$PropertiesToDisplay=@()
478
478
$PropertiesToDisplay+="IPv4Address","Status"
479
479
480
-
if($DisableDNSResolving.IsPresent-eq$false)
480
+
if($DisableDNSResolving-eq$false)
481
481
{
482
482
$PropertiesToDisplay+="Hostname"
483
483
}
484
484
485
-
if($EnableMACResolving.IsPresent)
485
+
if($EnableMACResolving)
486
486
{
487
487
$PropertiesToDisplay+="MAC"
488
488
}
489
489
490
490
# Check if it is possible to assign vendor to MAC --> import CSV-File
0 commit comments