Skip to content

Instantly share code, notes, and snippets.

@entelechyIT
Created January 1, 2017 19:33
Show Gist options
  • Save entelechyIT/2bbf3bec2eb8dc5533fcb36d62f34d10 to your computer and use it in GitHub Desktop.
Save entelechyIT/2bbf3bec2eb8dc5533fcb36d62f34d10 to your computer and use it in GitHub Desktop.
# Location and file name of the download
$DownloadFilePath = '~\Documents\u_cci_list.zip'
# URL to download the file from
$DownloadURL = 'http://iasecontent.disa.mil/stigs/zip/u_cci_list.zip'
# download the zip file
invoke-webrequest -Uri $DownloadURL -OutFile $DownloadFilePath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment