Get-Content -Path "input.txt" | Where-Object { $_ -match "USB001-USB019-USB020-USB027" } | ForEach-Object { $_ -replace " device" }