When utsing out-file to send output to a text file, in order not the get the BOM (Byte Order Marker) I have to use the form
out-file -Encoding default . Why is the default not the default?
When utsing out-file to send output to a text file, in order not the get the BOM (Byte Order Marker) I have to use the form
out-file -Encoding default . Why is the default not the default?