DeploymentResearch / DRFiles

Sample files for the Deployment Research Blog
MIT License
358 stars 322 forks source link

This solution does not seem to work with 1E Nomad right now #10

Open kevschu2 opened 6 years ago

kevschu2 commented 6 years ago

Scenario 1 (works): When using the Download Package Content task in a task sequence, if you reference a package directly through the task sequence using this task, OSDDownloadDownloadPackages variable gets set, and CM finds and downloads the correct version of the package.

Scenario 2 (does not work): When using the Download Packaget Content task in the task sequence, and you set OSDDownloadDownloadPackages variable through a this script during the task sequence, OSDDownloadDownloadPackages is set correctly, however SCCM does not find the correct version of the package.

This is causing issues with 1E Nomad, as it is trying to download the package stored in OSDDownloadDownloadPackages, version 0. instead of the correct version of the package.

Native CM seems to be able to figure this out, but it is not working for alternate downloaders. scenario1 scenario2