Skip to content

Instantly share code, notes, and snippets.

@erayarslan
Created July 17, 2014 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erayarslan/d9eeda9cd8e47ae87fd0 to your computer and use it in GitHub Desktop.
Save erayarslan/d9eeda9cd8e47ae87fd0 to your computer and use it in GitHub Desktop.
Fetch URL Content
$web = New-Object System.Net.WebClient
$icerik = $web.DownloadString("http://www.enderunix.org/docs/bof.txt")
$icerik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment