mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-17 03:13:44 +00:00
Attempt to fix links by removing colon
This commit is contained in:
@ -22,7 +22,7 @@ Here's how to enable only administrators to publish or unpublish packages:
|
|||||||
|
|
||||||
2. Enable the **Require publish as administrator** Group Policy setting.
|
2. Enable the **Require publish as administrator** Group Policy setting.
|
||||||
|
|
||||||
To instead use Windows PowerShell to set this item, see [Understanding pending packages: UserPending and GlobalPending](appv-manage-appv-packages-running-on-a-stand-alone-computer-with-powershell.md#about-pending-packages:-userpending-and-globalpending).
|
To instead use Windows PowerShell to set this item, see [Understanding pending packages: UserPending and GlobalPending](appv-manage-appv-packages-running-on-a-stand-alone-computer-with-powershell.md#about-pending-packages-userpending-and-globalpending).
|
||||||
|
|
||||||
## Have a suggestion for App-V?
|
## Have a suggestion for App-V?
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ To configure these cmdlets to require an elevated command prompt, use one of the
|
|||||||
|
|
||||||
* Run the **Set-AppvClientConfiguration** cmdlet with the *-RequirePublishAsAdmin* parameter. For more information, see the following resources:
|
* Run the **Set-AppvClientConfiguration** cmdlet with the *-RequirePublishAsAdmin* parameter. For more information, see the following resources:
|
||||||
* [How to manage connection groups on a stand-alone computer by using Windows PowerShell](appv-manage-connection-groups-on-a-stand-alone-computer-with-powershell.md)
|
* [How to manage connection groups on a stand-alone computer by using Windows PowerShell](appv-manage-connection-groups-on-a-stand-alone-computer-with-powershell.md)
|
||||||
* [Understanding pending packages: UserPending and GlobalPending](appv-manage-appv-packages-running-on-a-stand-alone-computer-with-powershell.md#about-pending-packages:-userpending-and-globalpending)
|
* [Understanding pending packages: UserPending and GlobalPending](appv-manage-appv-packages-running-on-a-stand-alone-computer-with-powershell.md#about-pending-packages-userpending-and-globalpending)
|
||||||
* Enable the **Require publish as administrator** Group Policy setting for App-V Clients. For more information, see [How to publish a package by using the Management Console](appv-publish-a-packages-with-the-management-console.md).
|
* Enable the **Require publish as administrator** Group Policy setting for App-V Clients. For more information, see [How to publish a package by using the Management Console](appv-publish-a-packages-with-the-management-console.md).
|
||||||
|
|
||||||
## Loading the Windows PowerShell cmdlets
|
## Loading the Windows PowerShell cmdlets
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: How to Publish a Package by Using the Management Console (Windows 10)
|
title: How to publish a package by using the Management console (Windows 10)
|
||||||
description: How to Publish a Package by Using the Management Console
|
description: How to publish a package by using the Management console.
|
||||||
author: MaggiePucciEvans
|
author: MaggiePucciEvans
|
||||||
ms.pagetype: mdop, appcompat, virtualization
|
ms.pagetype: mdop, appcompat, virtualization
|
||||||
ms.mktglfcycl: deploy
|
ms.mktglfcycl: deploy
|
||||||
@ -8,44 +8,38 @@ ms.sitesec: library
|
|||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.date: 04/19/2017
|
ms.date: 04/19/2017
|
||||||
---
|
---
|
||||||
|
# How to publish a package by using the Management console
|
||||||
|
|
||||||
|
>Applies to: Windows 10, version 1607
|
||||||
|
|
||||||
# How to Publish a Package by Using the Management Console
|
Use the following procedure to publish an App-V package. Once you publish a package, computers running the App-V client can access and run the applications in that package.
|
||||||
|
|
||||||
**Applies to**
|
>[!NOTE]
|
||||||
- Windows 10, version 1607
|
>The ability to enable only administrators to publish or unpublish packages (described below) is supported starting in App-V 5.0 SP3.
|
||||||
|
|
||||||
Use the following procedure to publish an App-V package. Once you publish a package, computers that are running the App-V client can access and run the applications in that package.
|
## Publish an App-V package
|
||||||
|
|
||||||
**Note**
|
1. In the App-V Management console. Select or right-click the name of the package to be published. Select **Publish**.
|
||||||
The ability to enable only administrators to publish or unpublish packages (described below) is supported starting in App-V 5.0 SP3.
|
|
||||||
|
|
||||||
|
2. Review the **Status** column to verify that the package has been published and is now available. If the package is available, the status **published** is displayed.
|
||||||
|
|
||||||
**To publish an App-V package**
|
|
||||||
|
|
||||||
1. In the App-V Management console. Click or right-click the name of the package to be published. Select **Publish**.
|
|
||||||
|
|
||||||
2. Review the **Status** column to verify that the package has been published and is now available. If the package is available, the status **published** is displayed.
|
|
||||||
|
|
||||||
If the package is not published successfully, the status **unpublished** is displayed, along with error text that explains why the package is not available.
|
If the package is not published successfully, the status **unpublished** is displayed, along with error text that explains why the package is not available.
|
||||||
|
|
||||||
**To enable only administrators to publish or unpublish packages**
|
## Enable only administrators to publish or unpublish packages
|
||||||
|
|
||||||
1. Navigate to the following Group Policy Object node:
|
1. Navigate to the following Group Policy Object node:
|
||||||
|
|
||||||
**Computer Configuration > Administrative Templates > System > App-V > Publishing**.
|
**Computer Configuration** > **Administrative Templates** > **System** > **App-V** > **Publishing**.
|
||||||
|
|
||||||
2. Enable the **Require publish as administrator** Group Policy setting.
|
2. Enable the **Require publish as administrator** Group Policy setting.
|
||||||
|
|
||||||
To instead use Windows PowerShell to set this item, see [Understanding pending packages: UserPending and GlobalPending](appv-manage-appv-packages-running-on-a-stand-alone-computer-with-powershell.md#about-pending-packages:-userpending-and-globalpending).
|
To instead use Windows PowerShell to set this item, see [Understanding pending packages: UserPending and GlobalPending](appv-manage-appv-packages-running-on-a-stand-alone-computer-with-powershell.md#about-pending-packages-userpending-and-globalpending).
|
||||||
|
|
||||||
## Have a suggestion for App-V?
|
## Have a suggestion for App-V?
|
||||||
|
|
||||||
Add or vote on suggestions on the [Application Virtualization feedback site](https://appv.uservoice.com/forums/280448-microsoft-application-virtualization).<br>For App-V issues, use the [App-V TechNet Forum](https://social.technet.microsoft.com/Forums/en-US/home?forum=mdopappv).
|
Add or vote on suggestions on the [Application Virtualization feedback site](https://appv.uservoice.com/forums/280448-microsoft-application-virtualization).
|
||||||
|
|
||||||
## Related topics
|
## Related topics
|
||||||
|
|
||||||
[Operations for App-V](appv-operations.md)
|
* [Operations for App-V](appv-operations.md)
|
||||||
|
* [How to Configure Access to Packages by Using the Management Console](appv-configure-access-to-packages-with-the-management-console.md)
|
||||||
[How to Configure Access to Packages by Using the Management Console](appv-configure-access-to-packages-with-the-management-console.md)
|
|
||||||
|
Reference in New Issue
Block a user