For the complete documentation index, see llms.txt. This page is also available as Markdown.

Install multiple applications

The Install multiple applications step will install a list of applications in the order that they are specified. This list of applications can be configured on the step itself:

Multiple applications can also be installed using a task sequence variable. You can specify the prefix for that list with a default of "Applications":

This list can be set via a Run PowerShell script step or a web service call. An example PowerShell script that specifies the content IDs and versions of four applications that should be installed:

Last updated