Created
January 1, 2017 19:33
-
-
Save entelechyIT/2bbf3bec2eb8dc5533fcb36d62f34d10 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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