Skip to content

Commit f0290f5

Browse files
authored
Update New-IPv4NetworkScan.ps1
1 parent 353261a commit f0290f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/New-IPv4NetworkScan.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Param(
123123
)
124124

125125
Begin{
126-
Write-Verbose "Script startet at $(Get-Date)"
126+
Write-Verbose "Script started at $(Get-Date)"
127127

128128
# IEEE -> The Public Listing For IEEE Standards Registration Authority -> CSV-File
129129
$IEEE_MACVendorList_WebUri = "http://standards.ieee.org/develop/regauth/oui/oui.csv"

0 commit comments

Comments
 (0)