Skip to content

Instantly share code, notes, and snippets.

@alevyinroc
Created April 9, 2018 20:44
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 alevyinroc/c9215f263a7d585a7c13cd15aceb67fd to your computer and use it in GitHub Desktop.
Save alevyinroc/c9215f263a7d585a7c13cd15aceb67fd to your computer and use it in GitHub Desktop.
import-csv './FILENAME.csv' -Header URI,Type,Date|select-object -Unique -Property uri |foreach-object {invoke-webrequest $PSItem.uri}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment