Skip to content

Commit b0934e2

Browse files
authored
Update New-IPv4NetworkScan.ps1
1 parent be9370d commit b0934e2

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
@@ -164,7 +164,7 @@ Begin{
164164
# On error: cleanup downloaded file and restore backup
165165
if([System.IO.File]::Exists($CSV_MACVendorList_Path))
166166
{
167-
Remove-Item -Path $CSV_MACVendorList_Path
167+
Remove-Item -Path $CSV_MACVendorList_Path -Force
168168
}
169169

170170
if([System.IO.File]::Exists($CSV_MACVendorList_BackupPath))

0 commit comments

Comments
 (0)