UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit 056c9de8 authored by David Ellen's avatar David Ellen
Browse files

Upload New File

parent 5ff4e4c4
Branches
1 merge request!5Ps move activities to public for easier access by students and inclusion into private Field Guides
Pipeline #14539 passed with stage
in 9 seconds
===== Activity: Download Pictures from Website
* The cmdlet Invoke-WebRequest allows you to download files from the internet:
* Example: Invoke-WebRequest –URI https://technet.microsoft.com/en-us/scriptcenter/dd742419 -OutFile c:\powershell.html
* Write a script that does the following:
** Prompts a user for a webpage
** Downloads the webpage and saves it to a working file
** Looks though the webpage for all image references
** Downloads all the images and saves them in a subfolder
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment