...
On an Internet connected machine:
- Download the attached Create-AMSOfflinePackage.ps1 PowerShell script (still a work in progress, download from https://www.dropbox.com/s/o7tbrq1qtgcuxwz/Create-AMSOfflinePackage.ps1) PowerShell script
Run the script by using the right click context menu or using a PowerShell command window. You can optionally specify where the files will be downloaded with the -Path argument, by default C:\OfflinePackage will be used. If you are running the script machine that has UAC enabled you will need to be elevated to write to the root of C: drive
.\Create-AMSOfflinePackage.ps1 -Path C:\OfflinePackage
...