We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9370d commit b0934e2Copy full SHA for b0934e2
Scripts/New-IPv4NetworkScan.ps1
@@ -164,7 +164,7 @@ Begin{
164
# On error: cleanup downloaded file and restore backup
165
if([System.IO.File]::Exists($CSV_MACVendorList_Path))
166
{
167
- Remove-Item -Path $CSV_MACVendorList_Path
+ Remove-Item -Path $CSV_MACVendorList_Path -Force
168
}
169
170
if([System.IO.File]::Exists($CSV_MACVendorList_BackupPath))
0 commit comments