Mar 12 2024 07:57 AM
Hi,
I have a step in a task sequence that is type Install Package. It is using a base variable name of PACKAGES.
This is supposed to be a list of software packages to install, and I need to know which software packages are being installed. I have been researching this for quite some time, but I cannot find a clear explanation of how this works and how to find the software packages that are being installed.
How can I determine which software packages are being installed by this task?
Thank you,
Rob
Mar 14 2024 01:43 PM
Typically you'd create the base variable names via a script or front end.
You have to set a packageID:ProgramName as the variable.
Install Packages - Recast Software
You can see an more examples of this for Applications here Install Application - Recast Software
In that example they have a front end that creates all the variables based on user selection.
Additional References:
Dynamically deploying packages and applications to computers using a Task Sequence via PowerShell in...
What are you trying to automate the installation of? What is your use case for this feature?
Mar 14 2024 01:47 PM
Mar 15 2024 07:47 AM