PowerShell Elimine el objeto de la matriz

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