Skip to content
Discussion options

You must be logged in to vote

I don't see any faster way to copy a binary file to your pc (maybe Copy-Item is more straightforward than the method .CopyTo()) .
Get-Content will pipe the content, out-file will receive the content . What renders it "unusable" is probably the encoding(s) but ... why ?
You need the file copied to somewhere (opposed to the file CONTENTS), just use copy-item ^_^

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ReeceGoding
Comment options

Answer selected by ReeceGoding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants