I'm trying to download an image from the internet using a command prompt like PowerShell or the Windows command line.
I tried running this line that I found online:
wget http://imgur.com/ -OutFile out.jpg
That's an example, not the actual parameters that I used.
I ran this in PowerShell, but I get
System.UnauthorizedAccessException
I'm not very experienced in the command line and don't know what to do from here.