PowerShell menghapus objek dari array

$VarWithArray | Where-Object { $_ –ne "String to search for and remove" }
Bad Bat