Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On an Internet connected machine:

  1. Download the attached Create-AMSOfflinePackage.ps1 PowerShell script
  2. 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

...