Advertisement
keebz

PS web bits transfer

Feb 18th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $src = ""
  2. $dest = ""
  3. |select -exp links|where{$_.href -like "*.pdf" -or $_.href -like "*.exe"}|select -exp href|foreach{start-bitstransfer $_ $saveloc}
  4.  
  5. invoke-webrequest $src select -exp links | where{$_.href -like "*.*"} | select -exp href | foreach{start-bitstransfer -Source $_ -Destination $dest}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement