NvidiaPack Test

NvidiaPack Test is what is needed to determine the proper NvidiaPack Driver to Download

If you are deploying NvidiaPacks in separate Groups, you

If you are deploying the NvidiaPack Test, then you can use these Conditions in your Task Sequence. The purpose of the NvidiaPack Test is to set Task Sequence Variables

$TSEnv.Value('NvidiaPackGrouping') = "$($NvidiaTask.DriverGrouping)"
$TSEnv.Value('NvidiaPackReleaseId') = "$($NvidiaTask.DriverReleaseId)"

Here it is in the Script

The NvidiaPackGrouping is equal to the name of the Group that was created in the Task Sequence. The ReleaseId is the Nvidia ReleaseId

Last updated