I was trying to find a way in powershell to remove more than one white space.
But what i found is how to do it in php. \"Removing more than one white-space\"
Another way. -split on the left side splits on variable white space:
-split 'Xcopy Source Destination' -join ' ' Xcopy Source Destination