Started next round

This commit is contained in:
Heidi Lohr
2018-06-18 16:57:32 -07:00
parent ecebec0b78
commit 8d5ee09852

View File

@ -8,31 +8,26 @@ ms.sitesec: library
ms.prod: w10
ms.date: 04/19/2017
---
# How to Configure the Client to Receive Package and Connection Groups Updates From the Publishing Server
**Applies to**
- Windows 10, version 1607
>Applies to: Windows 10, version 1607
Deploying packages and connection groups using the App-V publishing server is helpful because it offers single-point management and high scalability.
The App-V publishing server's single-point management and high scalability lets you deploy packages and connection groups and keep them up to date.
Use the following steps to configure the App-V client to receive updates from the publishing server.
This article will tell you how to configure the App-V client to receive updates from the publishing server.
**Note**<br>
For the following procedures the management server was installed on a computer named **MyMgmtSrv**, and the publishing server was installed on a computer named **MyPubSrv**.
>[!NOTE]
>The following example has the management server installed on a computer named **MyMgmtSrv**, and the publishing server installed on a computer named **MyPubSrv**. If the computers you'll be configuring the App-V client on have different names, please replace the example's names with your computer's names.
 
**To configure the App-V client to receive updates from the publishing server**
1. Deploy the App-V management and publishing servers, and add the required packages and connection groups. For more information about adding packages and connection groups, see [How to Add or Upgrade Packages by Using the Management Console](appv-add-or-upgrade-packages-with-the-management-console.md) and [How to Create a Connection Group](appv-create-a-connection-group.md).
## Configure the App-V client to receive updates from the publishing server
1. Deploy the App-V management and publishing servers, and add the required packages and connection groups. For more information about adding packages and connection groups, see [How to add or upgrade packages by using the Management Console](appv-add-or-upgrade-packages-with-the-management-console.md) and [How to create a connection group](appv-create-a-connection-group.md).
2. To open the management console click the following link, open a browser and type the following: http://MyMgmtSrv/AppvManagement/Console.html in a web browser, and import, publish, and entitle all the packages and connection groups which will be necessary for a particular set of users.
3. On the computer running the App-V client, open an elevated Windows PowerShell command prompt, and run the following command:
`Add-AppvPublishingServer -Name ABC -URL http://MyPubSrv/AppvPublishing`
```PowerShell
Add-AppvPublishingServer -Name ABC -URL http://MyPubSrv/AppvPublishing
```
This command will configure the specified publishing server. You should see output similar to the following:
@ -53,14 +48,16 @@ For the following procedures the management server was installed on a computer n
4. On the computer running the App-V client, open a Windows PowerShell command prompt, and type the following command:
`Sync-AppvPublishingServer -ServerId 1`
```PowerShell
Sync-AppvPublishingServer -ServerId 1
```
The command will query the publishing server for the packages and connection groups that need to be added or removed for this particular client based on the entitlements for the packages and connection groups as configured on the management server.
## 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
[Operations for App-V](appv-operations.md)
* [Operations for App-V](appv-operations.md)