mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 10:23:37 +00:00
Updated based on tech review
This commit is contained in:
@ -44,7 +44,7 @@ Using PowerShell, you can turn on the **AutoCleanupEnabled** setting to automati
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
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)
|
||||
|
@ -39,7 +39,7 @@ For this process to work, you must have a base operating system available as a V
|
||||
```ps1
|
||||
Convert-WindowsImage -SourcePath "<path_to_iso_image>" -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 "<name_of_vm>" -ADKPath "<path_to_adk_install_folder>"
|
||||
```
|
||||
|
||||
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.
|
||||
|
||||
|
Reference in New Issue
Block a user