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 cd2cfa5 commit be9370dCopy full SHA for be9370d
Scripts/New-IPv4NetworkScan.ps1
@@ -139,7 +139,7 @@ Begin{
139
try{
140
Write-Verbose "Create backup of the IEEE Standards Registration Authority list..."
141
142
- # Save file, before download a new version
+ # Backup file, before download a new version
143
if([System.IO.File]::Exists($CSV_MACVendorList_Path))
144
{
145
Rename-Item -Path $CSV_MACVendorList_Path -NewName $CSV_MACVendorList_BackupPath
0 commit comments