diff --git a/windows/manage/appv-auto-clean-unpublished-packages.md b/windows/manage/appv-auto-clean-unpublished-packages.md index bf540c31f7..3a0eec3646 100644 --- a/windows/manage/appv-auto-clean-unpublished-packages.md +++ b/windows/manage/appv-auto-clean-unpublished-packages.md @@ -44,7 +44,7 @@ Using PowerShell, you can turn on the **AutoCleanupEnabled** setting to automati -2. Run the following command to make sure the packages were successfully cleaned up. +2. Run the following command to make sure the configuration is ready to automatically cleanup your packages. ```ps1 Get-AppvClientConfiguration @@ -59,7 +59,7 @@ Using Group Policy, you can turn on the **Enable automatic cleanup of unused app 2. Click **Enabled**, and then click **OK**. - The setting is turned on and will cleanup any unpublished App-V packages on the App-V Client after restarting. + After Group Policy updates, the setting is turned on and will cleanup any unpublished App-V packages on the App-V Client after restarting. ### Related topics - [Download the Windows ADK](https://developer.microsoft.com/windows/hardware/windows-assessment-deployment-kit) diff --git a/windows/manage/appv-auto-provision-a-vm.md b/windows/manage/appv-auto-provision-a-vm.md index a148fc7743..b4b1819a25 100644 --- a/windows/manage/appv-auto-provision-a-vm.md +++ b/windows/manage/appv-auto-provision-a-vm.md @@ -39,7 +39,7 @@ For this process to work, you must have a base operating system available as a V ```ps1 Convert-WindowsImage -SourcePath "" -VHDFormat "VHD" -VHDPartitionStyle "MBR" ``` - Where _SourcePath_ is the full path to your ISO image, _VHDFormat_ is always *VHD*, and _VHDPartitionStyle_ is always *MBR*. + Where *<path_to_iso_image>* is the full path to your ISO image. >[!IMPORTANT] >You must specify the _VHDPartitionStyle_ as **MBR**. Using the default value, **GPT**, will cause a boot failure in your VHD image. @@ -95,7 +95,7 @@ If your apps require custom prerequisites, such as Microsoft SQL Server, we reco Connect-AppvSequencerVM -VMName "" -ADKPath "" ``` - Where _VMName_ is the name of the VM granted during its creation and shown in the Hyper-V Manager tool, and the _VMComputerName_ is the name of the VM, assigned after its creation and shown on the **Computer name** field of the **System Properties** screen. + Where *<name_of_vm>* is the name of the VM granted during its creation and shown in the Hyper-V Manager tool. This command creates a new Hyper-V VM file using the provided VHD file and also creates a "clean" checkpoint, from where all sequencing and updating will start.