Skip to content

Instantly share code, notes, and snippets.

@jsturtevant
Last active January 22, 2021 22:10
Show Gist options
  • Save jsturtevant/a8caf0d86c8f5bf1d7a1800760b8bc95 to your computer and use it in GitHub Desktop.
Save jsturtevant/a8caf0d86c8f5bf1d7a1800760b8bc95 to your computer and use it in GitHub Desktop.
simplewebrequest.ps1
param ($url)
Invoke-WebRequest -UseBasicParsing -Uri $url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment