...
On an Internet connected machine:
- Download the attached 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 on a machine that has UAC enabled you will need elevate first if you wish to write to the root of C:
.\Create-AMSOfflinePackage.ps1 -Path C:\OfflinePackage
...