diff --git a/windows/manage/appv-auto-batch-sequencing.md b/windows/manage/appv-auto-batch-sequencing.md index 1e89fe8fb9..28c83407cb 100644 --- a/windows/manage/appv-auto-batch-sequencing.md +++ b/windows/manage/appv-auto-batch-sequencing.md @@ -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- diff --git a/windows/manage/appv-auto-batch-updating.md b/windows/manage/appv-auto-batch-updating.md index 1be4eb3da8..12663c038b 100644 --- a/windows/manage/appv-auto-batch-updating.md +++ b/windows/manage/appv-auto-batch-updating.md @@ -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.