From 2b13bdf6b2d1689fca5092213f61eb1f842b60a8 Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Tue, 10 Jul 2018 10:45:03 -0700 Subject: [PATCH] Attempt to fix cmdlet formatting --- ...v-convert-a-package-created-in-a-previous-version-of-appv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/application-management/app-v/appv-convert-a-package-created-in-a-previous-version-of-appv.md b/windows/application-management/app-v/appv-convert-a-package-created-in-a-previous-version-of-appv.md index f548c8ed23..67b797f96d 100644 --- a/windows/application-management/app-v/appv-convert-a-package-created-in-a-previous-version-of-appv.md +++ b/windows/application-management/app-v/appv-convert-a-package-created-in-a-previous-version-of-appv.md @@ -35,7 +35,7 @@ The App-V package converter will save the App-V 4.6 installation root folder and 2. You can enter the following cmdlets to check or convert packages: - **Test-AppvLegacyPackage**—This cmdlet checks packages. It will return information about any failures with the package such as missing **.sft** files, an invalid source, **.osd** file errors, or invalid package version. This cmdlet will not parse the **.sft** file or do any in-depth validation. For information about options and basic functionality for this cmdlet, using Windows PowerShell, enter the following cmdlet: - + ```PowerShell Test-AppvLegacyPackage -? ```