Thanks to visit codestin.com Credit goes to www.thecodinghatter.com
Systems, Code, and Design.
$cliInstallerPath = "<Should be dynamic>\AWSCLI64.msi" (New-Object System.Net.WebClient).DownloadFile("https://s3.amazonaws.com/aws-cli/AWSCLI64.msi", $cliInstallerPath) Install-Package $cliInstallerPath