Eliminar un fichero utilizando la clase FileInfo desde PowerShell
[System.IO.FileInfo]::new("C:\Users\juan\fichero1.txt").Delete()