Skip to content

Commit 05e99cd

Browse files
committed
Code improved
1 parent a23ebea commit 05e99cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/IPv4NetworkScan.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ Process{
427427
}
428428
elseif(($EnableMACResolving) -and (-Not([System.IO.File]::Exists($CSV_MACVendorList_Path))))
429429
{
430-
Write-Warning -Message "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."
430+
Write-Warning -Message "No CSV-File to assign vendor with MAC-Address found! Use the parameter ""-UpdateList"" to download the latest version from IEEE.org. This warning does not affect the scanning procedure."
431431
}
432432

433433
# Calculate Subnet (Start and End IPv4-Address)

0 commit comments

Comments
 (0)