mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 18:33:43 +00:00
Cleaning up for pull request
Going to try something funky with that big table.
This commit is contained in:
@ -6,7 +6,7 @@ ms.pagetype: mdop, appcompat, virtualization
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.prod: w10
|
||||
ms.date: 04/19/2017
|
||||
ms.date: 06/12/2018
|
||||
---
|
||||
# How to apply the deployment configuration file by using Windows PowerShell
|
||||
|
||||
@ -20,12 +20,12 @@ The dynamic deployment configuration file is applied when a package is added or
|
||||
## Apply the deployment configuration file with Windows PowerShell
|
||||
|
||||
>[!NOTE]
|
||||
>The following procedure is an example that uses the following two file paths for the package and configuration files:
|
||||
>The following example cmdlet uses the following two file paths for the package and configuration files:
|
||||
>
|
||||
>* C:\\Packages\\Contoso\\MyApp.appv
|
||||
>* C:\\Packages\\Contoso\\DynamicConfigurations\\deploymentconfig.xml
|
||||
>
|
||||
>If your package and configuration file use different file paths than the example, feel free to replace them as needed.
|
||||
>If your package and configuration files use different file paths than the example, feel free to replace them as needed.
|
||||
|
||||
To specify a new default set of configurations for all users who will run the package on a specific computer, in a Windows PowerShell console, enter the following cmdlet:
|
||||
|
||||
@ -35,7 +35,7 @@ Add-AppVClientPackage -Path C:\Packages\Contoso\MyApp.appv -DynamicDeploymentCon
|
||||
|
||||
>[!NOTE]
|
||||
>This command captures the resulting object into $pkg. If the package is already present on the computer, the **Set-AppVclientPackage** cmdlet can be used to apply the deployment configuration document:
|
||||
>
|
||||
|
||||
```PowerShell
|
||||
Set-AppVClientPackage -Name Myapp -Path C:\Packages\Contoso\MyApp.appv -DynamicDeploymentConfiguration C:\Packages\Contoso\DynamicConfigurations\deploymentconfig.xml
|
||||
```
|
||||
|
@ -1,12 +1,12 @@
|
||||
---
|
||||
title: How to Apply the User Configuration File by Using Windows PowerShell (Windows 10)
|
||||
description: How to Apply the User Configuration File by Using Windows PowerShell
|
||||
title: How to apply the user configuration file by using Windows PowerShell (Windows 10)
|
||||
description: How to apply the user configuration file by using Windows PowerShell (Windows 10).
|
||||
author: MaggiePucciEvans
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.prod: w10
|
||||
ms.date: 04/19/2017
|
||||
ms.date: 06/12/2018
|
||||
---
|
||||
# How to apply the user configuration file by using Windows PowerShell
|
||||
|
||||
@ -14,22 +14,18 @@ ms.date: 04/19/2017
|
||||
|
||||
The dynamic user configuration file is applied when a package is published to a specific user and determines how the package will run.
|
||||
|
||||
Use the following procedure to specify a user-specific configuration file. The following procedure is based on the example:
|
||||
|
||||
* C:\\Packages\\Contoso\\MyApp.appv
|
||||
|
||||
## Apply a user configuration file
|
||||
|
||||
Use the following procedure to specify a user-specific configuration file.
|
||||
You can follow these steps to specify a user-specific configuration file:
|
||||
|
||||
>[!NOTE]
|
||||
>The following procedure uses the following example file path for its package:
|
||||
>
|
||||
>* C:\\Packages\\Contoso\\MyApp.appv.
|
||||
>
|
||||
>f your package file uses a different file path than the example, feel free to replace it.
|
||||
>f your package file uses a different file path than the example, feel free to replace it as needed.
|
||||
|
||||
1. Enter the following cmdlet to add the package to the computer using the Windows PowerShell console:
|
||||
1. Enter the following cmdlet in Windows PowerShell to add the package to the computer:
|
||||
|
||||
```PowerShell
|
||||
Add-AppVClientPackage C:\Packages\Contoso\MyApp.appv
|
||||
@ -37,7 +33,7 @@ Use the following procedure to specify a user-specific configuration file.
|
||||
2. Enter the following cmdlet to publish the package to the user and specify the updated the dynamic user configuration file:
|
||||
|
||||
```PowerShell
|
||||
Publish-AppVClientPackage $pkg -DynamicUserConfigurationPath c:\Packages\Contoso\config.xml
|
||||
Publish-AppVClientPackage $pkg -DynamicUserConfigurationPath C:\Packages\Contoso\config.xml
|
||||
```
|
||||
|
||||
## Have a suggestion for App-V?
|
||||
|
@ -1,18 +1,18 @@
|
||||
---
|
||||
title: Automatically clean up unpublished packages on the App-V client (Windows 10)
|
||||
description: How to automatically clean-up any unpublished packages on your App-V client devices.
|
||||
description: How to automatically clean up any unpublished packages on your App-V client devices.
|
||||
author: eross-msft
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.prod: w10
|
||||
ms.date: 04/19/2017
|
||||
ms.date: 06/12/2018
|
||||
---
|
||||
# Automatically clean up unpublished packages on the App-V client
|
||||
|
||||
>Applies to: Windows 10, version 1703
|
||||
|
||||
Previous versions of App-V have required you to manually remove your unpublished packages from your client devices, to free up additional storage space. Windows 10, version 1703 introduces the ability to use PowerShell or Group Policy settings to automatically clean up your unpublished packages after a device restart.
|
||||
If you wanted to free up additional storage space in previous versions of App-V, you would have had to manually remove your unpublished packages from your client devices. Windows 10, version 1703 introduces the ability to use PowerShell or Group Policy settings to automatically clean up your unpublished packages after restarting your device.
|
||||
|
||||
## Clean up with PowerShell cmdlets
|
||||
|
||||
@ -32,7 +32,7 @@ You can enter PowerShell cmdlets to turn on the **AutoCleanupEnabled** setting,
|
||||
|---|---|---|
|
||||
|AutoCleanupEnabled|1|False|
|
||||
|
||||
2. Run the following cmdlet to make sure the configuration is ready to automatically clean up your packages.
|
||||
1. Run the following cmdlet to check if the configuration has the cleanup setting turned on.
|
||||
|
||||
```PowerShell
|
||||
Get-AppvClientConfiguration
|
||||
|
@ -29,203 +29,3 @@ With Windows 10, version 1703, you can configure, deploy, and manage your App-V
|
||||
|SyncProgress|Windows 10, version 1703|./Vendor/MSFT/EnterpriseAppVManagement/AppVPublishing/LastSync/SyncProgress|String|- **0**: App-V Sync is idle.<br>- **1**: App-V Sync is initializing.<br>- **2**: App-V Sync is in progress.<br>- **3**: App-V Sync is complete.<br>- **4**: App-V Sync requires device reboot.|
|
||||
|PublishXML|Windows 10, version 1703|./Vendor/MSFT/EnterpriseAppVManagement/AppVPublishing/Sync/PublishXML|String|Custom value, entered by admin.|
|
||||
|Policy|Windows 10, version 1703|./Vendor/MSFT/EnterpriseAppVManagement/AppVDynamicPolicy/ configurationid/Policy|String|Custom value, entered by admin.|
|
||||
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Policy name</th>
|
||||
<th>Supported versions</th>
|
||||
<th>Details</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Name</td>
|
||||
<td>Windows 10, version 1703</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><strong>URI full path.</strong> ./Vendor/MSFT/EnterpriseAppVManagement/AppVPackageManagement/<em><enterprise_id></em>/<em><package_family_name></em>/<em><package_full_name></em>/Name</li>
|
||||
<li><strong>Data type.</strong> String</li>
|
||||
<li><strong>Value.</strong> Read-only data, provided by your App-V packages.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Version</td>
|
||||
<td>Windows 10, version 1703</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><strong>URI full path.</strong> ./Vendor/MSFT/EnterpriseAppVManagement/AppVPackageManagement/<em><enterprise_id></em>/<em><package_family_name></em>/<em><package_full_name></em>/Version</li>
|
||||
<li><strong>Data type.</strong> String</li>
|
||||
<li><strong>Value.</strong> Read-only data, provided by your App-V packages.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Publisher</td>
|
||||
<td>Windows 10, version 1703</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><strong>URI full path.</strong> ./Vendor/MSFT/EnterpriseAppVManagement/AppVPackageManagement/<em><enterprise_id></em>/<em><package_family_name></em>/<em><package_full_name></em>/Publisher</li>
|
||||
<li><strong>Data type.</strong> String</li>
|
||||
<li><strong>Value.</strong> Read-only data, provided by your App-V packages.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>InstallLocation</td>
|
||||
<td>Windows 10, version 1703</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><strong>URI full path.</strong> ./Vendor/MSFT/EnterpriseAppVManagement/AppVPackageManagement/<em><enterprise_id></em>/<em><package_family_name></em>/<em><package_full_name></em>/InstallLocation</li>
|
||||
<li><strong>Data type.</strong> String</li>
|
||||
<li><strong>Value.</strong> Read-only data, provided by your App-V packages.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>InstallDate</td>
|
||||
<td>Windows 10, version 1703</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><strong>URI full path.</strong> ./Vendor/MSFT/EnterpriseAppVManagement/AppVPackageManagement/<em><enterprise_id></em>/<em><package_family_name></em>/<em><package_full_name></em>/InstallDate</li>
|
||||
<li><strong>Data type.</strong> String</li>
|
||||
<li><strong>Value.</strong> Read-only data, provided by your App-V packages.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Users</td>
|
||||
<td>Windows 10, version 1703</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><strong>URI full path.</strong> ./Vendor/MSFT/EnterpriseAppVManagement/AppVPackageManagement/<em><enterprise_id></em>/<em><package_family_name></em>/<em><package_full_name></em>/Users</li>
|
||||
<li><strong>Data type.</strong> String</li>
|
||||
<li><strong>Value.</strong> Read-only data, provided by your App-V packages.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>AppVPackageID</td>
|
||||
<td>Windows 10, version 1703</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><strong>URI full path.</strong> ./Vendor/MSFT/EnterpriseAppVManagement/AppVPackageManagement/<em><enterprise_id></em>/<em><package_family_name></em>/<em><package_full_name></em>/AppVPackageID</li>
|
||||
<li><strong>Data type.</strong> String</li>
|
||||
<li><strong>Value.</strong> Read-only data, provided by your App-V packages.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>AppVVersionID</td>
|
||||
<td>Windows 10, version 1703</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><strong>URI full path.</strong> ./Vendor/MSFT/EnterpriseAppVManagement/AppVPackageManagement/<em><enterprise_id></em>/<em><package_family_name></em>/<em><package_full_name></em>/AppVVersionID</li>
|
||||
<li><strong>Data type.</strong> String</li>
|
||||
<li><strong>Value.</strong> Read-only data, provided by your App-V packages.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>AppVPackageUri</td>
|
||||
<td>Windows 10, version 1703</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><strong>URI full path.</strong> ./Vendor/MSFT/EnterpriseAppVManagement/AppVPackageManagement/<em><enterprise_id></em>/<em><package_family_name></em>/<em><package_full_name></em>/AppVPackageUri</li>
|
||||
<li><strong>Data type.</strong> String</li>
|
||||
<li><strong>Value.</strong> Read-only data, provided by your App-V packages.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>LastError</td>
|
||||
<td>Windows 10, version 1703</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><strong>URI full path.</strong> ./Vendor/MSFT/EnterpriseAppVManagement/AppVPublishing/LastSync/LastError</li>
|
||||
<li><strong>Data type.</strong> String</li>
|
||||
<li><strong>Value.</strong> Read-only data, provided by your App-V client.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>LastErrorDescription</td>
|
||||
<td>Windows 10, version 1703</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><strong>URI full path.</strong> ./Vendor/MSFT/EnterpriseAppVManagement/AppVPublishing/LastSync/LastErrorDescription</li>
|
||||
<li><strong>Data type.</strong> String</li>
|
||||
<li><strong>Values.</strong>
|
||||
<ul>
|
||||
<li><strong>0.</strong> No errors returned during publish.</li>
|
||||
<li><strong>1.</strong> Unpublish groups failed during publish.</li>
|
||||
<li><strong>2.</strong> Publish no-group packages failed during publish.</li>
|
||||
<li><strong>3.</strong> Publish group packages failed during publish.</li>
|
||||
<li><strong>4.</strong> Unpublish packages failed during publish.</li>
|
||||
<li><strong>5.</strong> New policy write failed during publish.</li>
|
||||
<li><strong>6.</strong> Multiple non-fatal errors occurred during publish.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>SyncStatusDescription</td>
|
||||
<td>Windows 10, version 1703</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><strong>URI full path.</strong> ./Vendor/MSFT/EnterpriseAppVManagement/AppVPublishing/LastSync/SyncStatusDescription</li>
|
||||
<li><strong>Data type.</strong> String</li>
|
||||
<li><strong>Values.</strong>
|
||||
<ul>
|
||||
<li><strong>0.</strong> App-V publishing is idle.</li>
|
||||
<li><strong>1.</strong> App-V connection groups publish in progress.</li>
|
||||
<li><strong>2.</strong> App-V packages (non-connection group) publish in progress.</li>
|
||||
<li><strong>3.</strong> App-V packages (connection group) publish in progress.</li>
|
||||
<li><strong>4.</strong> App-V packages unpublish in progress.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>SyncProgress</td>
|
||||
<td>Windows 10, version 1703</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><strong>URI full path.</strong> ./Vendor/MSFT/EnterpriseAppVManagement/AppVPublishing/LastSync/SyncProgress</li>
|
||||
<li><strong>Data type.</strong> String</li>
|
||||
<li><strong>Values.</strong>
|
||||
<ul>
|
||||
<li><strong>0.</strong> App-V Sync is idle.</li>
|
||||
<li><strong>1.</strong> App-V Sync is initializing.</li>
|
||||
<li><strong>2.</strong> App-V Sync is in progress.</li>
|
||||
<li><strong>3.</strong> App-V Sync is complete.</li>
|
||||
<li><strong>4.</strong> App-V Sync requires device reboot.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PublishXML</td>
|
||||
<td>Windows 10, version 1703</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><strong>URI full path.</strong> ./Vendor/MSFT/EnterpriseAppVManagement/AppVPublishing/Sync/PublishXML</li>
|
||||
<li><strong>Data type.</strong> String</li>
|
||||
<li><strong>Value.</strong> Custom value, entered by admin.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Policy</td>
|
||||
<td>Windows 10, version 1703</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><strong>URI full path.</strong> ./Vendor/MSFT/EnterpriseAppVManagement/AppVDynamicPolicy/configurationid/Policy</li>
|
||||
<li><strong>Data type.</strong> String</li>
|
||||
<li><strong>Value.</strong> Custom value, entered by admin.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
Reference in New Issue
Block a user