Adding content

This commit is contained in:
LizRoss
2017-02-15 10:00:28 -08:00
parent bd118e043e
commit fcb5447fbc
2 changed files with 4 additions and 5 deletions

View File

@ -17,7 +17,7 @@ Sequencing apps requires you to install and start Microsoft Application Virtuali
There are 2 approaches to sequencing multiple apps at the same time:
- Using a cmdlet in PowerShell
- Using the PowerShell cmdlet, New-BatchAppVSequencerPackages
-OR-

View File

@ -13,23 +13,22 @@ ms.prod: w10
**Applies to**
- Windows 10, version 1703
Updating multiple apps at the same time follows the same process as [automatically sequencing multiple apps at the same time](appv-auto-batch-sequencing.md). However for updating, we pass the previously created app package files to the App-V Sequencer cmdlet for updating.
Updating multiple apps at the same time follows the same process as [automatically sequencing multiple apps at the same time](appv-auto-batch-sequencing.md). However for updating, you'll pass your previously created app package files to the App-V Sequencer cmdlet for updating.
There are 2 approaches to updating multiple apps at the same time:
- Using a cmdlet in PowerShell
- Using the PowerShell cmdlet, New-BatchAppVSequencerPackages
-OR-
- Using the user-interface provided by the App-V Sequencer
>[!NOTE]
If you're trying to sequence multiple apps at the same time, see the [Automatically sequence multiple apps at the same time using Microsoft Application Virtualization Sequencer (App-V Sequencer)](appv-auto-batch-sequencing.md) topic.
>If you're trying to sequence multiple apps at the same time, see the [Automatically sequence multiple apps at the same time using Microsoft Application Virtualization Sequencer (App-V Sequencer)](appv-auto-batch-sequencing.md) topic.
### Update multiple apps by using a PowerShell cmdlet
Updating multiple apps at the same time requires that you create a **ConfigFile** with info related to each round of updating. This file is then used by the cmdlet to start the VM at a "clean" checkpoint, to copy the installer from the Host device to the VM, and then to start the App-V Sequencer to monitor your specified app installations.
**To create your ConfigFile for use by the PowerShell cmdlet**
1. Determine the apps that need to be included in your app package, and then open a text editor, such as Notepad.