How to Configure the Client to Receive Package and Connection Groups Updates From the Publishing Server
Güncelleştirme: Kasım 2012
Uygulama Alanı: Application Virtualization 5.0, Application Virtualization 5.0 SP1, Application Virtualization 5.0 SP2, Application Virtualization 5.0 SP3
Deploying packages and connection groups using the App-V 5.0 publishing server is helpful because it offers single-point management and high scalability.
Use the following steps to configure the App-V 5.0 client to receive updates from the publishing server.
Not
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.
To configure the App-V 5.0 client to receive updates from the publishing server
Deploy the App-V 5.0 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 and How to Create a Connection Group.
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.
On the computer running the App-V 5.0 client, open an elevated PowerShell command prompt, run the following command:
Add-AppvPublishingServer -Name ABC -URL http:// MyPubSrv/AppvPublishing
This command will configure the specified publishing server. You should see output similar to the following:
Id : 1
SetByGroupPolicy : False
Name : ABC
URL : http:// MyPubSrv/AppvPublishing
GlobalRefreshEnabled : False
GlobalRefreshOnLogon : False
GlobalRefreshInterval : 0
GlobalRefreshIntervalUnit : Day
UserRefreshEnabled : True
UserRefreshOnLogon : True
UserRefreshInterval : 0
UserRefreshIntervalUnit : Day
The returned Id – in this case 1
On the computer running the App-V 5.0 client, open a PowerShell command prompt, and type the following command:
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.
Got a suggestion for App-V? Add or vote on suggestions here.
Got an App-V issue? Use the App-V TechNet Forum.
Ayrıca Bkz.
Diğer Kaynaklar
-----
You can learn more about MDOP in the TechNet Library, search for troubleshooting on the TechNet Wiki, or follow us on Facebook or Twitter.
-----