From b9b9391fb533f2d8506145ba01f7db328b3adbd8 Mon Sep 17 00:00:00 2001 From: Mohamed Kamal Date: Tue, 26 Feb 2019 12:31:08 +0200 Subject: [PATCH 1/3] add additional step to load PS Module https://github.com/MicrosoftDocs/windows-itpro-docs/issues/2624 --- ...a-package-created-in-a-previous-version-of-app-v.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/mdop/appv-v5/how-to-convert-a-package-created-in-a-previous-version-of-app-v.md b/mdop/appv-v5/how-to-convert-a-package-created-in-a-previous-version-of-app-v.md index 3cb0a94237..7584b481fe 100644 --- a/mdop/appv-v5/how-to-convert-a-package-created-in-a-previous-version-of-app-v.md +++ b/mdop/appv-v5/how-to-convert-a-package-created-in-a-previous-version-of-app-v.md @@ -32,9 +32,15 @@ You must configure the package converter to always save the package ingredients **Getting started** -1. Install the App-V Sequencer on a computer in your environment. For information about how to install the Sequencer, see [How to Install the Sequencer](how-to-install-the-sequencer-beta-gb18030.md). +1. Install the App-V Sequencer on a computer in your environment . For information about how to install the Sequencer, see [How to Install the Sequencer](how-to-install-the-sequencer-beta-gb18030.md). -2. +2. Import the required Powershell Module + +```powershell +Import-Module AppVPkgConverter +''' + +3. The following cmdlets are available: From 03282d25663314da90577983b47cc8cf25a20754 Mon Sep 17 00:00:00 2001 From: Mohamed Kamal Date: Tue, 26 Feb 2019 12:32:14 +0200 Subject: [PATCH 2/3] Update how-to-convert-a-package-created-in-a-previous-version-of-app-v.md --- ...-convert-a-package-created-in-a-previous-version-of-app-v.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdop/appv-v5/how-to-convert-a-package-created-in-a-previous-version-of-app-v.md b/mdop/appv-v5/how-to-convert-a-package-created-in-a-previous-version-of-app-v.md index 7584b481fe..5abfd596f8 100644 --- a/mdop/appv-v5/how-to-convert-a-package-created-in-a-previous-version-of-app-v.md +++ b/mdop/appv-v5/how-to-convert-a-package-created-in-a-previous-version-of-app-v.md @@ -38,7 +38,7 @@ You must configure the package converter to always save the package ingredients ```powershell Import-Module AppVPkgConverter -''' +``` 3. From 0db92cf55b65011ff5c686be063fa5e7dbfd01d2 Mon Sep 17 00:00:00 2001 From: Mohamed Kamal Date: Wed, 27 Feb 2019 07:45:49 +0200 Subject: [PATCH 3/3] Update how-to-convert-a-package-created-in-a-previous-version-of-app-v.md --- ...-convert-a-package-created-in-a-previous-version-of-app-v.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdop/appv-v5/how-to-convert-a-package-created-in-a-previous-version-of-app-v.md b/mdop/appv-v5/how-to-convert-a-package-created-in-a-previous-version-of-app-v.md index 5abfd596f8..a3969a0d7f 100644 --- a/mdop/appv-v5/how-to-convert-a-package-created-in-a-previous-version-of-app-v.md +++ b/mdop/appv-v5/how-to-convert-a-package-created-in-a-previous-version-of-app-v.md @@ -32,7 +32,7 @@ You must configure the package converter to always save the package ingredients **Getting started** -1. Install the App-V Sequencer on a computer in your environment . For information about how to install the Sequencer, see [How to Install the Sequencer](how-to-install-the-sequencer-beta-gb18030.md). +1. Install the App-V Sequencer on a computer in your environment. For information about how to install the Sequencer, see [How to Install the Sequencer](how-to-install-the-sequencer-beta-gb18030.md). 2. Import the required Powershell Module